2024-09-16T08:10:30.135 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-16T08:10:30.161 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T08:10:30.240 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937 branch: wip-guits-main-2024-09-13-1248 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7906937' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-main-2024-09-13-1248 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 8293d73f8690540e843a81caec373f9cc29cf705 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8293d73f8690540e843a81caec373f9cc29cf705 workunit: branch: wip-guits-main-2024-09-13-1248 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 6714 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-13-1248 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 8293d73f8690540e843a81caec373f9cc29cf705 targets: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL2bxtTuRplt+U5O3SCsWox1rpJGcQE0UJRZgn2YbVgozBLTvkLYkww8PiOWjMeSjFhDLVrfWl9Fd8GsBq4zzFc= smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBNHHeKPKhiyUKvnrMizn4Hcum65a03zLs4bhh2mb0iAw/rp900t3OwWUB4DzXrA56lboU7vcpzWf9nYYj/zn8M= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxGZd3H3CzzsK9ysdCIR7n5PLJHSDIogBkygGZWzt+shEGbdLbGRx69GebcCrGQGRIF/SRKmHxS2B3+DNcBVfM= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_07:44:22 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-16T08:10:30.240 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa; will attempt to use it 2024-09-16T08:10:30.241 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks 2024-09-16T08:10:30.241 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-16T08:10:30.243 INFO:teuthology.task.internal:Checking packages... 2024-09-16T08:10:30.264 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '8293d73f8690540e843a81caec373f9cc29cf705' 2024-09-16T08:10:30.264 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T08:10:30.264 INFO:teuthology.packaging:ref: None 2024-09-16T08:10:30.264 INFO:teuthology.packaging:tag: None 2024-09-16T08:10:30.264 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-13-1248 2024-09-16T08:10:30.264 INFO:teuthology.packaging:sha1: 8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:10:30.264 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-main-2024-09-13-1248 2024-09-16T08:10:30.407 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:10:30.409 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-16T08:10:30.416 INFO:teuthology.task.internal:no buildpackages task found 2024-09-16T08:10:30.416 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-16T08:10:30.454 INFO:teuthology.task.internal:Saving configuration 2024-09-16T08:10:30.466 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-16T08:10:30.473 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-16T08:10:30.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 08:04:55.390064', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFHJCNdO7UzDmcDAk0UjmJApfmo6GszdEb+6tf9L21Et'} 2024-09-16T08:10:30.520 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 08:04:55.388804', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAJMRC0TnKTL0GByAG6bI28pnSeWcfB0QIow5hdVU7g2'} 2024-09-16T08:10:30.546 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 08:04:55.391115', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAh0gA3DYN4URruPoDeTMtYrkfl4a1gzHcAhNtIzQdi3'} 2024-09-16T08:10:30.546 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-16T08:10:30.552 INFO:teuthology.task.internal:roles: ubuntu@smithi003.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-16T08:10:30.553 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-16T08:10:30.553 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-16T08:10:30.553 INFO:teuthology.run_tasks:Running task console_log... 2024-09-16T08:10:30.638 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fef51973be0>, signals=[15]) 2024-09-16T08:10:30.639 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-16T08:10:30.645 INFO:teuthology.task.internal:Opening connections... 2024-09-16T08:10:30.645 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2024-09-16T08:10:30.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:10:30.729 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-09-16T08:10:30.730 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:10:30.808 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-09-16T08:10:30.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:10:30.889 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-16T08:10:30.895 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2024-09-16T08:10:30.901 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2024-09-16T08:10:30.901 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2024-09-16T08:10:30.949 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-16T08:10:30.949 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="Ubuntu" 2024-09-16T08:10:30.949 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="22.04" 2024-09-16T08:10:30.949 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-16T08:10:30.950 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_CODENAME=jammy 2024-09-16T08:10:30.950 INFO:teuthology.orchestra.run.smithi003.stdout:ID=ubuntu 2024-09-16T08:10:30.950 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE=debian 2024-09-16T08:10:30.950 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T08:10:30.950 INFO:teuthology.orchestra.run.smithi003.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T08:10:30.950 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T08:10:30.950 INFO:teuthology.orchestra.run.smithi003.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T08:10:30.950 INFO:teuthology.orchestra.run.smithi003.stdout:UBUNTU_CODENAME=jammy 2024-09-16T08:10:30.951 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2024-09-16T08:10:30.977 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-09-16T08:10:30.983 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-09-16T08:10:30.983 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-09-16T08:10:31.030 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-16T08:10:31.030 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="Ubuntu" 2024-09-16T08:10:31.031 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="22.04" 2024-09-16T08:10:31.031 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-16T08:10:31.031 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_CODENAME=jammy 2024-09-16T08:10:31.031 INFO:teuthology.orchestra.run.smithi071.stdout:ID=ubuntu 2024-09-16T08:10:31.031 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE=debian 2024-09-16T08:10:31.031 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T08:10:31.032 INFO:teuthology.orchestra.run.smithi071.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T08:10:31.032 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T08:10:31.032 INFO:teuthology.orchestra.run.smithi071.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T08:10:31.032 INFO:teuthology.orchestra.run.smithi071.stdout:UBUNTU_CODENAME=jammy 2024-09-16T08:10:31.032 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-09-16T08:10:31.050 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-09-16T08:10:31.055 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-09-16T08:10:31.056 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-09-16T08:10:31.104 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-16T08:10:31.104 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="Ubuntu" 2024-09-16T08:10:31.105 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="22.04" 2024-09-16T08:10:31.105 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-16T08:10:31.106 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_CODENAME=jammy 2024-09-16T08:10:31.106 INFO:teuthology.orchestra.run.smithi177.stdout:ID=ubuntu 2024-09-16T08:10:31.106 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE=debian 2024-09-16T08:10:31.106 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T08:10:31.106 INFO:teuthology.orchestra.run.smithi177.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T08:10:31.106 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T08:10:31.106 INFO:teuthology.orchestra.run.smithi177.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T08:10:31.106 INFO:teuthology.orchestra.run.smithi177.stdout:UBUNTU_CODENAME=jammy 2024-09-16T08:10:31.106 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-09-16T08:10:31.125 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-16T08:10:31.134 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-16T08:10:31.162 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-16T08:10:31.163 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2024-09-16T08:10:31.165 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-09-16T08:10:31.168 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-09-16T08:10:31.173 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-16T08:10:31.178 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-16T08:10:31.179 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2024-09-16T08:10:31.215 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-09-16T08:10:31.217 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-09-16T08:10:31.232 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-16T08:10:31.312 INFO:teuthology.run_tasks:Running task kernel... 2024-09-16T08:10:31.327 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-16T08:10:31.327 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-16T08:10:31.328 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T08:10:31.328 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T08:10:31.329 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T08:10:31.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:10:31.334 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-09-16T08:10:31.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:10:31.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:10:31.337 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2024-09-16T08:10:31.337 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-09-16T08:10:31.382 INFO:teuthology.orchestra.run.smithi071.stdout:5.15.0-56-generic 2024-09-16T08:10:31.383 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.15.0-56-generic 2024-09-16T08:10:31.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get clean 2024-09-16T08:10:31.385 INFO:teuthology.orchestra.run.smithi177.stdout:5.15.0-56-generic 2024-09-16T08:10:31.385 INFO:teuthology.task.kernel:Running kernel on smithi177: 5.15.0-56-generic 2024-09-16T08:10:31.385 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get clean 2024-09-16T08:10:31.387 INFO:teuthology.orchestra.run.smithi003.stdout:5.15.0-56-generic 2024-09-16T08:10:31.387 INFO:teuthology.task.kernel:Running kernel on smithi003: 5.15.0-56-generic 2024-09-16T08:10:31.387 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get clean 2024-09-16T08:10:31.505 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get update 2024-09-16T08:10:31.513 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get update 2024-09-16T08:10:31.515 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get update 2024-09-16T08:10:31.728 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T08:10:31.752 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-16T08:10:31.754 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T08:10:31.757 INFO:teuthology.orchestra.run.smithi071.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-16T08:10:31.758 INFO:teuthology.orchestra.run.smithi177.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-16T08:10:31.766 INFO:teuthology.orchestra.run.smithi177.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-16T08:10:31.788 INFO:teuthology.orchestra.run.smithi003.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-16T08:10:31.816 INFO:teuthology.orchestra.run.smithi071.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-16T08:10:31.824 INFO:teuthology.orchestra.run.smithi177.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-16T08:10:31.859 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T08:10:31.922 INFO:teuthology.orchestra.run.smithi003.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-16T08:10:31.950 INFO:teuthology.orchestra.run.smithi071.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,023 kB] 2024-09-16T08:10:32.001 INFO:teuthology.orchestra.run.smithi177.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,023 kB] 2024-09-16T08:10:32.047 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-16T08:10:32.052 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-16T08:10:32.055 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-16T08:10:32.055 INFO:teuthology.orchestra.run.smithi071.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-16T08:10:32.056 INFO:teuthology.orchestra.run.smithi071.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-16T08:10:32.073 INFO:teuthology.orchestra.run.smithi071.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-16T08:10:32.076 INFO:teuthology.orchestra.run.smithi071.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-16T08:10:32.077 INFO:teuthology.orchestra.run.smithi071.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-16T08:10:32.084 INFO:teuthology.orchestra.run.smithi071.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-16T08:10:32.089 INFO:teuthology.orchestra.run.smithi071.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-16T08:10:32.092 INFO:teuthology.orchestra.run.smithi177.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-16T08:10:32.097 INFO:teuthology.orchestra.run.smithi177.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-16T08:10:32.100 INFO:teuthology.orchestra.run.smithi177.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-16T08:10:32.100 INFO:teuthology.orchestra.run.smithi177.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-16T08:10:32.106 INFO:teuthology.orchestra.run.smithi071.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-16T08:10:32.106 INFO:teuthology.orchestra.run.smithi071.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-16T08:10:32.107 INFO:teuthology.orchestra.run.smithi071.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-16T08:10:32.107 INFO:teuthology.orchestra.run.smithi071.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-16T08:10:32.107 INFO:teuthology.orchestra.run.smithi071.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-16T08:10:32.107 INFO:teuthology.orchestra.run.smithi071.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-16T08:10:32.108 INFO:teuthology.orchestra.run.smithi071.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-16T08:10:32.108 INFO:teuthology.orchestra.run.smithi071.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-16T08:10:32.122 INFO:teuthology.orchestra.run.smithi177.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-16T08:10:32.123 INFO:teuthology.orchestra.run.smithi071.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-16T08:10:32.124 INFO:teuthology.orchestra.run.smithi177.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-16T08:10:32.128 INFO:teuthology.orchestra.run.smithi177.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-16T08:10:32.128 INFO:teuthology.orchestra.run.smithi177.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-16T08:10:32.136 INFO:teuthology.orchestra.run.smithi177.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-16T08:10:32.140 INFO:teuthology.orchestra.run.smithi071.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-16T08:10:32.140 INFO:teuthology.orchestra.run.smithi071.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-16T08:10:32.140 INFO:teuthology.orchestra.run.smithi071.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-16T08:10:32.140 INFO:teuthology.orchestra.run.smithi071.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-16T08:10:32.146 INFO:teuthology.orchestra.run.smithi177.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-16T08:10:32.148 INFO:teuthology.orchestra.run.smithi177.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-16T08:10:32.148 INFO:teuthology.orchestra.run.smithi177.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-16T08:10:32.148 INFO:teuthology.orchestra.run.smithi177.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-16T08:10:32.151 INFO:teuthology.orchestra.run.smithi177.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-16T08:10:32.151 INFO:teuthology.orchestra.run.smithi177.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-16T08:10:32.151 INFO:teuthology.orchestra.run.smithi177.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-16T08:10:32.152 INFO:teuthology.orchestra.run.smithi177.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-16T08:10:32.169 INFO:teuthology.orchestra.run.smithi177.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-16T08:10:32.170 INFO:teuthology.orchestra.run.smithi177.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-16T08:10:32.170 INFO:teuthology.orchestra.run.smithi177.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-16T08:10:32.170 INFO:teuthology.orchestra.run.smithi177.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-16T08:10:32.170 INFO:teuthology.orchestra.run.smithi177.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-16T08:10:32.181 INFO:teuthology.orchestra.run.smithi177.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-16T08:10:32.201 INFO:teuthology.orchestra.run.smithi071.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-16T08:10:32.203 INFO:teuthology.orchestra.run.smithi177.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-16T08:10:32.231 INFO:teuthology.orchestra.run.smithi003.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-16T08:10:32.278 INFO:teuthology.orchestra.run.smithi003.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-16T08:10:32.417 INFO:teuthology.orchestra.run.smithi003.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-16T08:10:32.486 INFO:teuthology.orchestra.run.smithi071.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-16T08:10:32.611 INFO:teuthology.orchestra.run.smithi003.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,023 kB] 2024-09-16T08:10:32.624 INFO:teuthology.orchestra.run.smithi177.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-16T08:10:32.640 INFO:teuthology.orchestra.run.smithi177.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-16T08:10:32.649 INFO:teuthology.orchestra.run.smithi177.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-16T08:10:32.650 INFO:teuthology.orchestra.run.smithi177.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-16T08:10:32.658 INFO:teuthology.orchestra.run.smithi071.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-16T08:10:32.672 INFO:teuthology.orchestra.run.smithi003.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-16T08:10:32.673 INFO:teuthology.orchestra.run.smithi071.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-16T08:10:32.673 INFO:teuthology.orchestra.run.smithi071.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-16T08:10:32.688 INFO:teuthology.orchestra.run.smithi003.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-16T08:10:32.696 INFO:teuthology.orchestra.run.smithi003.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-16T08:10:32.697 INFO:teuthology.orchestra.run.smithi003.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-16T08:10:32.698 INFO:teuthology.orchestra.run.smithi003.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-16T08:10:32.746 INFO:teuthology.orchestra.run.smithi177.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-16T08:10:32.747 INFO:teuthology.orchestra.run.smithi177.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-16T08:10:32.757 INFO:teuthology.orchestra.run.smithi071.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-16T08:10:32.758 INFO:teuthology.orchestra.run.smithi071.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-16T08:10:32.758 INFO:teuthology.orchestra.run.smithi177.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-16T08:10:32.758 INFO:teuthology.orchestra.run.smithi177.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-16T08:10:32.766 INFO:teuthology.orchestra.run.smithi071.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-16T08:10:32.766 INFO:teuthology.orchestra.run.smithi071.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-16T08:10:32.771 INFO:teuthology.orchestra.run.smithi003.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-16T08:10:32.781 INFO:teuthology.orchestra.run.smithi177.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-16T08:10:32.785 INFO:teuthology.orchestra.run.smithi003.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-16T08:10:32.785 INFO:teuthology.orchestra.run.smithi003.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-16T08:10:32.787 INFO:teuthology.orchestra.run.smithi003.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-16T08:10:32.794 INFO:teuthology.orchestra.run.smithi003.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-16T08:10:32.795 INFO:teuthology.orchestra.run.smithi071.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-16T08:10:32.803 INFO:teuthology.orchestra.run.smithi177.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-16T08:10:32.806 INFO:teuthology.orchestra.run.smithi003.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-16T08:10:32.806 INFO:teuthology.orchestra.run.smithi177.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-16T08:10:32.809 INFO:teuthology.orchestra.run.smithi177.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-16T08:10:32.812 INFO:teuthology.orchestra.run.smithi177.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-16T08:10:32.817 INFO:teuthology.orchestra.run.smithi071.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-16T08:10:32.821 INFO:teuthology.orchestra.run.smithi071.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-16T08:10:32.822 INFO:teuthology.orchestra.run.smithi071.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-16T08:10:32.823 INFO:teuthology.orchestra.run.smithi071.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-16T08:10:32.829 INFO:teuthology.orchestra.run.smithi003.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-16T08:10:32.840 INFO:teuthology.orchestra.run.smithi003.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-16T08:10:32.856 INFO:teuthology.orchestra.run.smithi003.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-16T08:10:32.856 INFO:teuthology.orchestra.run.smithi003.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-16T08:10:32.859 INFO:teuthology.orchestra.run.smithi003.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-16T08:10:32.860 INFO:teuthology.orchestra.run.smithi003.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-16T08:10:32.861 INFO:teuthology.orchestra.run.smithi003.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-16T08:10:32.861 INFO:teuthology.orchestra.run.smithi003.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-16T08:10:32.871 INFO:teuthology.orchestra.run.smithi003.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-16T08:10:32.871 INFO:teuthology.orchestra.run.smithi003.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-16T08:10:32.890 INFO:teuthology.orchestra.run.smithi177.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-16T08:10:32.890 INFO:teuthology.orchestra.run.smithi177.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-16T08:10:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-16T08:10:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-16T08:10:32.905 INFO:teuthology.orchestra.run.smithi003.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-16T08:10:32.923 INFO:teuthology.orchestra.run.smithi003.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-16T08:10:32.929 INFO:teuthology.orchestra.run.smithi003.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-16T08:10:32.935 INFO:teuthology.orchestra.run.smithi003.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-16T08:10:32.936 INFO:teuthology.orchestra.run.smithi003.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-16T08:10:32.937 INFO:teuthology.orchestra.run.smithi003.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-16T08:10:32.938 INFO:teuthology.orchestra.run.smithi003.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-16T08:10:33.012 INFO:teuthology.orchestra.run.smithi003.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-16T08:10:33.012 INFO:teuthology.orchestra.run.smithi003.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-16T08:10:33.013 INFO:teuthology.orchestra.run.smithi003.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-16T08:10:33.016 INFO:teuthology.orchestra.run.smithi003.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-16T08:10:33.016 INFO:teuthology.orchestra.run.smithi003.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-16T08:10:33.016 INFO:teuthology.orchestra.run.smithi003.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-16T08:10:33.017 INFO:teuthology.orchestra.run.smithi003.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-16T08:10:33.098 INFO:teuthology.orchestra.run.smithi003.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-16T08:10:33.098 INFO:teuthology.orchestra.run.smithi003.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-16T08:10:38.261 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 16.0 MB in 2s (7,245 kB/s) 2024-09-16T08:10:38.353 INFO:teuthology.orchestra.run.smithi177.stdout:Fetched 16.0 MB in 2s (7,018 kB/s) 2024-09-16T08:10:39.441 INFO:teuthology.orchestra.run.smithi003.stdout:Fetched 16.0 MB in 3s (5,615 kB/s) 2024-09-16T08:10:39.643 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-09-16T08:10:39.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T08:10:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-09-16T08:10:39.794 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-09-16T08:10:39.812 DEBUG:teuthology.orchestra.run.smithi177:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T08:10:39.898 INFO:teuthology.orchestra.run.smithi071.stdout:Building dependency tree... 2024-09-16T08:10:39.898 INFO:teuthology.orchestra.run.smithi071.stdout:Reading state information... 2024-09-16T08:10:39.918 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-09-16T08:10:40.063 INFO:teuthology.orchestra.run.smithi071.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T08:10:40.063 INFO:teuthology.orchestra.run.smithi071.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T08:10:40.064 INFO:teuthology.orchestra.run.smithi071.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T08:10:40.064 INFO:teuthology.orchestra.run.smithi071.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T08:10:40.064 INFO:teuthology.orchestra.run.smithi071.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-16T08:10:40.064 INFO:teuthology.orchestra.run.smithi071.stdout: python2.7-minimal 2024-09-16T08:10:40.065 INFO:teuthology.orchestra.run.smithi071.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T08:10:40.065 INFO:teuthology.orchestra.run.smithi071.stdout:The following additional packages will be installed: 2024-09-16T08:10:40.065 INFO:teuthology.orchestra.run.smithi071.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T08:10:40.065 INFO:teuthology.orchestra.run.smithi071.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-16T08:10:40.066 INFO:teuthology.orchestra.run.smithi071.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-16T08:10:40.067 INFO:teuthology.orchestra.run.smithi071.stdout:Suggested packages: 2024-09-16T08:10:40.067 INFO:teuthology.orchestra.run.smithi071.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-16T08:10:40.067 INFO:teuthology.orchestra.run.smithi071.stdout:Recommended packages: 2024-09-16T08:10:40.067 INFO:teuthology.orchestra.run.smithi071.stdout: thermald 2024-09-16T08:10:40.107 INFO:teuthology.orchestra.run.smithi177.stdout:Building dependency tree... 2024-09-16T08:10:40.108 INFO:teuthology.orchestra.run.smithi177.stdout:Reading state information... 2024-09-16T08:10:40.111 INFO:teuthology.orchestra.run.smithi071.stdout:The following NEW packages will be installed: 2024-09-16T08:10:40.111 INFO:teuthology.orchestra.run.smithi071.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T08:10:40.111 INFO:teuthology.orchestra.run.smithi071.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-16T08:10:40.112 INFO:teuthology.orchestra.run.smithi071.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-16T08:10:40.113 INFO:teuthology.orchestra.run.smithi071.stdout:The following packages will be upgraded: 2024-09-16T08:10:40.114 INFO:teuthology.orchestra.run.smithi071.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T08:10:40.276 INFO:teuthology.orchestra.run.smithi177.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T08:10:40.276 INFO:teuthology.orchestra.run.smithi177.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T08:10:40.276 INFO:teuthology.orchestra.run.smithi177.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T08:10:40.277 INFO:teuthology.orchestra.run.smithi177.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T08:10:40.277 INFO:teuthology.orchestra.run.smithi177.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-16T08:10:40.277 INFO:teuthology.orchestra.run.smithi177.stdout: python2.7-minimal 2024-09-16T08:10:40.277 INFO:teuthology.orchestra.run.smithi177.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T08:10:40.278 INFO:teuthology.orchestra.run.smithi177.stdout:The following additional packages will be installed: 2024-09-16T08:10:40.278 INFO:teuthology.orchestra.run.smithi177.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T08:10:40.278 INFO:teuthology.orchestra.run.smithi177.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-16T08:10:40.279 INFO:teuthology.orchestra.run.smithi177.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-16T08:10:40.280 INFO:teuthology.orchestra.run.smithi177.stdout:Suggested packages: 2024-09-16T08:10:40.280 INFO:teuthology.orchestra.run.smithi177.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-16T08:10:40.280 INFO:teuthology.orchestra.run.smithi177.stdout:Recommended packages: 2024-09-16T08:10:40.280 INFO:teuthology.orchestra.run.smithi177.stdout: thermald 2024-09-16T08:10:40.293 INFO:teuthology.orchestra.run.smithi071.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T08:10:40.293 INFO:teuthology.orchestra.run.smithi071.stdout:Need to get 113 MB of archives. 2024-09-16T08:10:40.293 INFO:teuthology.orchestra.run.smithi071.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-16T08:10:40.293 INFO:teuthology.orchestra.run.smithi071.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-16T08:10:40.320 INFO:teuthology.orchestra.run.smithi177.stdout:The following NEW packages will be installed: 2024-09-16T08:10:40.321 INFO:teuthology.orchestra.run.smithi177.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T08:10:40.321 INFO:teuthology.orchestra.run.smithi177.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-16T08:10:40.321 INFO:teuthology.orchestra.run.smithi177.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-16T08:10:40.322 INFO:teuthology.orchestra.run.smithi177.stdout:The following packages will be upgraded: 2024-09-16T08:10:40.322 INFO:teuthology.orchestra.run.smithi177.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T08:10:40.373 INFO:teuthology.orchestra.run.smithi177.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T08:10:40.373 INFO:teuthology.orchestra.run.smithi177.stdout:Need to get 113 MB of archives. 2024-09-16T08:10:40.373 INFO:teuthology.orchestra.run.smithi177.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-16T08:10:40.374 INFO:teuthology.orchestra.run.smithi177.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-16T08:10:40.794 INFO:teuthology.orchestra.run.smithi177.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-16T08:10:40.851 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-09-16T08:10:40.868 DEBUG:teuthology.orchestra.run.smithi003:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T08:10:40.883 INFO:teuthology.orchestra.run.smithi177.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-16T08:10:40.932 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-09-16T08:10:41.141 INFO:teuthology.orchestra.run.smithi003.stdout:Building dependency tree... 2024-09-16T08:10:41.142 INFO:teuthology.orchestra.run.smithi003.stdout:Reading state information... 2024-09-16T08:10:41.339 INFO:teuthology.orchestra.run.smithi003.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T08:10:41.339 INFO:teuthology.orchestra.run.smithi003.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T08:10:41.339 INFO:teuthology.orchestra.run.smithi003.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T08:10:41.340 INFO:teuthology.orchestra.run.smithi003.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T08:10:41.340 INFO:teuthology.orchestra.run.smithi003.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-16T08:10:41.340 INFO:teuthology.orchestra.run.smithi003.stdout: python2.7-minimal 2024-09-16T08:10:41.340 INFO:teuthology.orchestra.run.smithi003.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T08:10:41.342 INFO:teuthology.orchestra.run.smithi003.stdout:The following additional packages will be installed: 2024-09-16T08:10:41.342 INFO:teuthology.orchestra.run.smithi003.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T08:10:41.342 INFO:teuthology.orchestra.run.smithi003.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-16T08:10:41.342 INFO:teuthology.orchestra.run.smithi003.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-16T08:10:41.344 INFO:teuthology.orchestra.run.smithi003.stdout:Suggested packages: 2024-09-16T08:10:41.344 INFO:teuthology.orchestra.run.smithi003.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-16T08:10:41.344 INFO:teuthology.orchestra.run.smithi003.stdout:Recommended packages: 2024-09-16T08:10:41.344 INFO:teuthology.orchestra.run.smithi003.stdout: thermald 2024-09-16T08:10:41.393 INFO:teuthology.orchestra.run.smithi003.stdout:The following NEW packages will be installed: 2024-09-16T08:10:41.393 INFO:teuthology.orchestra.run.smithi003.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T08:10:41.393 INFO:teuthology.orchestra.run.smithi003.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-16T08:10:41.394 INFO:teuthology.orchestra.run.smithi003.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-16T08:10:41.395 INFO:teuthology.orchestra.run.smithi003.stdout:The following packages will be upgraded: 2024-09-16T08:10:41.396 INFO:teuthology.orchestra.run.smithi003.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T08:10:41.579 INFO:teuthology.orchestra.run.smithi003.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T08:10:41.579 INFO:teuthology.orchestra.run.smithi003.stdout:Need to get 113 MB of archives. 2024-09-16T08:10:41.579 INFO:teuthology.orchestra.run.smithi003.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-16T08:10:41.579 INFO:teuthology.orchestra.run.smithi003.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-16T08:10:41.649 INFO:teuthology.orchestra.run.smithi177.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-16T08:10:41.649 INFO:teuthology.orchestra.run.smithi177.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-16T08:10:41.649 INFO:teuthology.orchestra.run.smithi177.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-16T08:10:41.694 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-16T08:10:41.766 INFO:teuthology.orchestra.run.smithi177.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-16T08:10:41.848 INFO:teuthology.orchestra.run.smithi177.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-16T08:10:42.044 INFO:teuthology.orchestra.run.smithi071.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-16T08:10:42.250 INFO:teuthology.orchestra.run.smithi177.stdout:Fetched 113 MB in 2s (74.6 MB/s) 2024-09-16T08:10:42.454 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-16T08:10:42.956 INFO:teuthology.orchestra.run.smithi003.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-16T08:10:43.357 INFO:teuthology.orchestra.run.smithi003.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-16T08:10:44.240 INFO:teuthology.orchestra.run.smithi071.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-16T08:10:44.240 INFO:teuthology.orchestra.run.smithi071.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-16T08:10:44.241 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-16T08:10:44.580 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-16T08:10:44.588 INFO:teuthology.orchestra.run.smithi177.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-16T08:10:44.592 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:10:44.660 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-16T08:10:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:10:45.065 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 113 MB in 5s (25.0 MB/s) 2024-09-16T08:10:45.250 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-16T08:10:45.450 INFO:teuthology.orchestra.run.smithi003.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-16T08:10:45.450 INFO:teuthology.orchestra.run.smithi003.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-16T08:10:45.532 INFO:teuthology.orchestra.run.smithi003.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-16T08:10:46.084 INFO:teuthology.orchestra.run.smithi003.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-16T08:10:46.192 INFO:teuthology.orchestra.run.smithi003.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-16T08:10:46.589 INFO:teuthology.orchestra.run.smithi003.stdout:Fetched 113 MB in 5s (23.7 MB/s) 2024-09-16T08:10:46.741 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-16T08:10:47.214 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-16T08:10:47.236 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:10:47.261 INFO:teuthology.orchestra.run.smithi071.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-16T08:10:47.265 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:10:47.347 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:10:47.664 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:10:48.134 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-16T08:10:48.154 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:10:48.192 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:10:48.966 INFO:teuthology.orchestra.run.smithi003.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-16T08:10:48.970 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:10:49.190 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:10:49.714 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-16T08:10:49.735 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:10:49.823 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:10:50.251 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-16T08:10:50.271 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:10:50.309 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:10:51.165 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-16T08:10:51.187 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:10:51.281 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:10:51.727 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-16T08:10:51.748 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:10:51.776 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:10:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T08:10:54.791 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T08:10:55.140 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T08:10:55.282 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T08:10:55.614 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-16T08:10:55.637 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-16T08:10:55.672 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T08:10:56.618 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T08:10:56.760 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T08:10:57.058 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T08:10:57.154 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T08:10:57.449 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-16T08:10:57.472 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-16T08:10:57.516 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T08:10:57.734 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T08:10:57.842 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T08:10:58.151 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T08:10:58.287 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T08:10:58.620 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-16T08:10:58.642 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-16T08:10:58.846 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T08:11:01.610 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-16T08:11:01.646 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:11:01.684 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:02.880 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-16T08:11:02.916 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:11:02.954 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:04.384 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-16T08:11:04.421 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T08:11:04.450 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:05.024 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T08:11:05.155 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T08:11:05.481 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T08:11:05.601 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:05.719 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-16T08:11:05.855 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:06.147 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T08:11:06.290 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T08:11:06.614 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T08:11:06.736 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:06.862 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-16T08:11:06.998 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:07.338 INFO:teuthology.orchestra.run.smithi177.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-16T08:11:07.338 INFO:teuthology.orchestra.run.smithi177.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-16T08:11:07.338 INFO:teuthology.orchestra.run.smithi177.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-16T08:11:07.338 INFO:teuthology.orchestra.run.smithi177.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:07.535 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T08:11:08.052 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T08:11:08.101 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:08.394 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T08:11:08.523 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:08.649 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-16T08:11:08.728 INFO:teuthology.orchestra.run.smithi071.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-16T08:11:08.728 INFO:teuthology.orchestra.run.smithi071.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-16T08:11:08.728 INFO:teuthology.orchestra.run.smithi071.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-16T08:11:08.728 INFO:teuthology.orchestra.run.smithi071.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:08.777 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:08.901 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:09.534 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:10.162 INFO:teuthology.orchestra.run.smithi003.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-16T08:11:10.162 INFO:teuthology.orchestra.run.smithi003.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-16T08:11:10.162 INFO:teuthology.orchestra.run.smithi003.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-16T08:11:10.162 INFO:teuthology.orchestra.run.smithi003.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:10.302 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:10.305 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:10.961 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-16T08:11:11.103 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-16T08:11:11.205 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:11.264 INFO:teuthology.orchestra.run.smithi177.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T08:11:11.264 INFO:teuthology.orchestra.run.smithi177.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:11.703 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-16T08:11:11.789 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:11.829 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-16T08:11:11.955 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:12.021 INFO:teuthology.orchestra.run.smithi071.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T08:11:12.021 INFO:teuthology.orchestra.run.smithi071.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:13.690 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-16T08:11:13.816 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-16T08:11:13.942 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T08:11:14.007 INFO:teuthology.orchestra.run.smithi003.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T08:11:14.007 INFO:teuthology.orchestra.run.smithi003.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:25.329 INFO:teuthology.orchestra.run.smithi177.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T08:11:25.330 INFO:teuthology.orchestra.run.smithi177.stdout:Sourcing file `/etc/default/grub' 2024-09-16T08:11:25.352 INFO:teuthology.orchestra.run.smithi177.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T08:11:25.365 INFO:teuthology.orchestra.run.smithi177.stdout:Generating grub configuration file ... 2024-09-16T08:11:25.657 INFO:teuthology.orchestra.run.smithi177.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T08:11:25.685 INFO:teuthology.orchestra.run.smithi177.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:25.799 INFO:teuthology.orchestra.run.smithi071.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T08:11:25.799 INFO:teuthology.orchestra.run.smithi071.stdout:Sourcing file `/etc/default/grub' 2024-09-16T08:11:25.811 INFO:teuthology.orchestra.run.smithi071.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T08:11:25.828 INFO:teuthology.orchestra.run.smithi071.stdout:Generating grub configuration file ... 2024-09-16T08:11:25.985 INFO:teuthology.orchestra.run.smithi177.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T08:11:25.990 INFO:teuthology.orchestra.run.smithi177.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T08:11:26.075 INFO:teuthology.orchestra.run.smithi177.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T08:11:26.077 INFO:teuthology.orchestra.run.smithi071.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T08:11:26.081 INFO:teuthology.orchestra.run.smithi177.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T08:11:26.090 INFO:teuthology.orchestra.run.smithi071.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:26.257 INFO:teuthology.orchestra.run.smithi177.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T08:11:26.258 INFO:teuthology.orchestra.run.smithi177.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T08:11:26.258 INFO:teuthology.orchestra.run.smithi177.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T08:11:26.289 INFO:teuthology.orchestra.run.smithi177.stdout:done 2024-09-16T08:11:26.377 INFO:teuthology.orchestra.run.smithi071.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T08:11:26.382 INFO:teuthology.orchestra.run.smithi071.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T08:11:26.455 INFO:teuthology.orchestra.run.smithi071.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T08:11:26.461 INFO:teuthology.orchestra.run.smithi071.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T08:11:26.629 INFO:teuthology.orchestra.run.smithi071.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T08:11:26.629 INFO:teuthology.orchestra.run.smithi071.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T08:11:26.629 INFO:teuthology.orchestra.run.smithi071.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T08:11:26.665 INFO:teuthology.orchestra.run.smithi071.stdout:done 2024-09-16T08:11:26.794 DEBUG:teuthology.orchestra.run.smithi177:> dpkg -s linux-image-generic 2024-09-16T08:11:26.821 INFO:teuthology.orchestra.run.smithi177.stdout:Package: linux-image-generic 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Status: install ok installed 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Priority: optional 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Section: kernel 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Installed-Size: 21 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: amd64 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Source: linux-meta 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Version: 5.15.0.121.121 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T08:11:26.822 INFO:teuthology.orchestra.run.smithi177.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T08:11:26.823 INFO:teuthology.orchestra.run.smithi177.stdout:Recommends: thermald 2024-09-16T08:11:26.823 INFO:teuthology.orchestra.run.smithi177.stdout:Description: Generic Linux kernel image 2024-09-16T08:11:26.823 INFO:teuthology.orchestra.run.smithi177.stdout: This package will always depend on the latest generic kernel image 2024-09-16T08:11:26.823 INFO:teuthology.orchestra.run.smithi177.stdout: available. 2024-09-16T08:11:26.823 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-16T08:11:26.823 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T08:11:26.823 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T08:11:26.823 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-16T08:11:26.824 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T08:11:26.824 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get clean 2024-09-16T08:11:26.988 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get update 2024-09-16T08:11:27.118 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T08:11:27.132 DEBUG:teuthology.orchestra.run.smithi071:> dpkg -s linux-image-generic 2024-09-16T08:11:27.161 INFO:teuthology.orchestra.run.smithi071.stdout:Package: linux-image-generic 2024-09-16T08:11:27.161 INFO:teuthology.orchestra.run.smithi071.stdout:Status: install ok installed 2024-09-16T08:11:27.161 INFO:teuthology.orchestra.run.smithi071.stdout:Priority: optional 2024-09-16T08:11:27.161 INFO:teuthology.orchestra.run.smithi071.stdout:Section: kernel 2024-09-16T08:11:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Installed-Size: 21 2024-09-16T08:11:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T08:11:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: amd64 2024-09-16T08:11:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Source: linux-meta 2024-09-16T08:11:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Version: 5.15.0.121.121 2024-09-16T08:11:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T08:11:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T08:11:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Recommends: thermald 2024-09-16T08:11:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Description: Generic Linux kernel image 2024-09-16T08:11:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: This package will always depend on the latest generic kernel image 2024-09-16T08:11:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: available. 2024-09-16T08:11:27.163 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-16T08:11:27.163 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T08:11:27.163 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T08:11:27.163 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-16T08:11:27.163 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T08:11:27.164 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get clean 2024-09-16T08:11:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T08:11:27.320 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T08:11:27.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get update 2024-09-16T08:11:27.401 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T08:11:27.476 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T08:11:27.476 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T08:11:27.486 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T08:11:27.503 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T08:11:28.136 INFO:teuthology.orchestra.run.smithi003.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T08:11:28.137 INFO:teuthology.orchestra.run.smithi003.stdout:Sourcing file `/etc/default/grub' 2024-09-16T08:11:28.148 INFO:teuthology.orchestra.run.smithi003.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T08:11:28.159 INFO:teuthology.orchestra.run.smithi003.stdout:Generating grub configuration file ... 2024-09-16T08:11:28.431 INFO:teuthology.orchestra.run.smithi003.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T08:11:28.452 INFO:teuthology.orchestra.run.smithi003.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:28.589 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-09-16T08:11:28.608 DEBUG:teuthology.orchestra.run.smithi177:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T08:11:28.671 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-09-16T08:11:28.754 INFO:teuthology.orchestra.run.smithi003.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T08:11:28.761 INFO:teuthology.orchestra.run.smithi003.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T08:11:28.829 INFO:teuthology.orchestra.run.smithi003.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T08:11:28.834 INFO:teuthology.orchestra.run.smithi003.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T08:11:28.881 INFO:teuthology.orchestra.run.smithi177.stdout:Building dependency tree... 2024-09-16T08:11:28.881 INFO:teuthology.orchestra.run.smithi177.stdout:Reading state information... 2024-09-16T08:11:28.896 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-09-16T08:11:28.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T08:11:28.975 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-09-16T08:11:29.010 INFO:teuthology.orchestra.run.smithi003.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T08:11:29.010 INFO:teuthology.orchestra.run.smithi003.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T08:11:29.010 INFO:teuthology.orchestra.run.smithi003.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T08:11:29.061 INFO:teuthology.orchestra.run.smithi003.stdout:done 2024-09-16T08:11:29.069 INFO:teuthology.orchestra.run.smithi177.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-16T08:11:29.069 INFO:teuthology.orchestra.run.smithi177.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T08:11:29.069 INFO:teuthology.orchestra.run.smithi177.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T08:11:29.069 INFO:teuthology.orchestra.run.smithi177.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T08:11:29.069 INFO:teuthology.orchestra.run.smithi177.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T08:11:29.070 INFO:teuthology.orchestra.run.smithi177.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T08:11:29.070 INFO:teuthology.orchestra.run.smithi177.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T08:11:29.070 INFO:teuthology.orchestra.run.smithi177.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T08:11:29.112 INFO:teuthology.orchestra.run.smithi177.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T08:11:29.114 DEBUG:teuthology.orchestra.run.smithi177:> dpkg -s linux-image-generic 2024-09-16T08:11:29.129 INFO:teuthology.orchestra.run.smithi177.stdout:Package: linux-image-generic 2024-09-16T08:11:29.129 INFO:teuthology.orchestra.run.smithi177.stdout:Status: install ok installed 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Priority: optional 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Section: kernel 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Installed-Size: 21 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: amd64 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Source: linux-meta 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Version: 5.15.0.121.121 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Recommends: thermald 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:Description: Generic Linux kernel image 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: This package will always depend on the latest generic kernel image 2024-09-16T08:11:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: available. 2024-09-16T08:11:29.131 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2024-09-16T08:11:29.175 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.ymk2mucG9i 2024-09-16T08:11:29.175 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ymk2mucG9i 2024-09-16T08:11:29.184 INFO:teuthology.orchestra.run.smithi071.stdout:Building dependency tree... 2024-09-16T08:11:29.184 INFO:teuthology.orchestra.run.smithi071.stdout:Reading state information... 2024-09-16T08:11:29.231 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.ymk2mucG9i 2024-09-16T08:11:29.357 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.ymk2mucG9i is 10KB 2024-09-16T08:11:29.362 INFO:teuthology.orchestra.run.smithi071.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-16T08:11:29.362 INFO:teuthology.orchestra.run.smithi071.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T08:11:29.362 INFO:teuthology.orchestra.run.smithi071.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T08:11:29.362 INFO:teuthology.orchestra.run.smithi071.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T08:11:29.368 INFO:teuthology.orchestra.run.smithi071.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T08:11:29.369 INFO:teuthology.orchestra.run.smithi071.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T08:11:29.369 INFO:teuthology.orchestra.run.smithi071.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T08:11:29.369 INFO:teuthology.orchestra.run.smithi071.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T08:11:29.374 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.ymk2mucG9i 2024-09-16T08:11:29.379 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T08:11:29.402 INFO:teuthology.orchestra.run.smithi071.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T08:11:29.403 DEBUG:teuthology.orchestra.run.smithi071:> dpkg -s linux-image-generic 2024-09-16T08:11:29.418 INFO:teuthology.orchestra.run.smithi071.stdout:Package: linux-image-generic 2024-09-16T08:11:29.418 INFO:teuthology.orchestra.run.smithi071.stdout:Status: install ok installed 2024-09-16T08:11:29.418 INFO:teuthology.orchestra.run.smithi071.stdout:Priority: optional 2024-09-16T08:11:29.418 INFO:teuthology.orchestra.run.smithi071.stdout:Section: kernel 2024-09-16T08:11:29.418 INFO:teuthology.orchestra.run.smithi071.stdout:Installed-Size: 21 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: amd64 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout:Source: linux-meta 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout:Version: 5.15.0.121.121 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout:Recommends: thermald 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout:Description: Generic Linux kernel image 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout: This package will always depend on the latest generic kernel image 2024-09-16T08:11:29.419 INFO:teuthology.orchestra.run.smithi071.stdout: available. 2024-09-16T08:11:29.420 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-09-16T08:11:29.435 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:11:29.435 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T08:11:29.435 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T08:11:29.465 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.mpvm8UGuqH 2024-09-16T08:11:29.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub/grub.cfg /tmp/tmp.mpvm8UGuqH 2024-09-16T08:11:29.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.mpvm8UGuqH 2024-09-16T08:11:29.520 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-16T08:11:29.520 DEBUG:teuthology.orchestra.run.smithi177:> sudo update-grub 2024-09-16T08:11:29.541 DEBUG:teuthology.orchestra.run.smithi003:> dpkg -s linux-image-generic 2024-09-16T08:11:29.566 INFO:teuthology.orchestra.run.smithi003.stdout:Package: linux-image-generic 2024-09-16T08:11:29.566 INFO:teuthology.orchestra.run.smithi003.stdout:Status: install ok installed 2024-09-16T08:11:29.566 INFO:teuthology.orchestra.run.smithi003.stdout:Priority: optional 2024-09-16T08:11:29.566 INFO:teuthology.orchestra.run.smithi003.stdout:Section: kernel 2024-09-16T08:11:29.566 INFO:teuthology.orchestra.run.smithi003.stdout:Installed-Size: 21 2024-09-16T08:11:29.566 INFO:teuthology.orchestra.run.smithi003.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T08:11:29.566 INFO:teuthology.orchestra.run.smithi003.stdout:Architecture: amd64 2024-09-16T08:11:29.566 INFO:teuthology.orchestra.run.smithi003.stdout:Source: linux-meta 2024-09-16T08:11:29.566 INFO:teuthology.orchestra.run.smithi003.stdout:Version: 5.15.0.121.121 2024-09-16T08:11:29.567 INFO:teuthology.orchestra.run.smithi003.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T08:11:29.567 INFO:teuthology.orchestra.run.smithi003.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T08:11:29.567 INFO:teuthology.orchestra.run.smithi003.stdout:Recommends: thermald 2024-09-16T08:11:29.567 INFO:teuthology.orchestra.run.smithi003.stdout:Description: Generic Linux kernel image 2024-09-16T08:11:29.567 INFO:teuthology.orchestra.run.smithi003.stdout: This package will always depend on the latest generic kernel image 2024-09-16T08:11:29.567 INFO:teuthology.orchestra.run.smithi003.stdout: available. 2024-09-16T08:11:29.567 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-16T08:11:29.567 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T08:11:29.567 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T08:11:29.567 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-16T08:11:29.567 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi003.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T08:11:29.568 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get clean 2024-09-16T08:11:29.645 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.mpvm8UGuqH is 10KB 2024-09-16T08:11:29.658 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.mpvm8UGuqH 2024-09-16T08:11:29.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T08:11:29.702 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get update 2024-09-16T08:11:29.720 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:11:29.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T08:11:29.721 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T08:11:29.805 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-16T08:11:29.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo update-grub 2024-09-16T08:11:29.824 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T08:11:29.831 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T08:11:29.848 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T08:11:29.943 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T08:11:30.892 INFO:teuthology.orchestra.run.smithi177.stderr:Sourcing file `/etc/default/grub' 2024-09-16T08:11:30.893 INFO:teuthology.orchestra.run.smithi177.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T08:11:30.903 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2024-09-16T08:11:30.969 INFO:teuthology.orchestra.run.smithi071.stderr:Sourcing file `/etc/default/grub' 2024-09-16T08:11:30.971 INFO:teuthology.orchestra.run.smithi071.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T08:11:30.973 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-09-16T08:11:31.112 INFO:teuthology.orchestra.run.smithi177.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T08:11:31.119 INFO:teuthology.orchestra.run.smithi177.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:31.147 INFO:teuthology.orchestra.run.smithi071.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T08:11:31.153 INFO:teuthology.orchestra.run.smithi071.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:31.278 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-09-16T08:11:31.297 DEBUG:teuthology.orchestra.run.smithi003:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T08:11:31.352 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-09-16T08:11:31.360 INFO:teuthology.orchestra.run.smithi177.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T08:11:31.365 INFO:teuthology.orchestra.run.smithi177.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T08:11:31.383 INFO:teuthology.orchestra.run.smithi071.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T08:11:31.389 INFO:teuthology.orchestra.run.smithi071.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T08:11:31.405 INFO:teuthology.orchestra.run.smithi177.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T08:11:31.410 INFO:teuthology.orchestra.run.smithi177.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T08:11:31.431 INFO:teuthology.orchestra.run.smithi071.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T08:11:31.436 INFO:teuthology.orchestra.run.smithi071.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T08:11:31.543 INFO:teuthology.orchestra.run.smithi003.stdout:Building dependency tree... 2024-09-16T08:11:31.544 INFO:teuthology.orchestra.run.smithi003.stdout:Reading state information... 2024-09-16T08:11:31.550 INFO:teuthology.orchestra.run.smithi177.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T08:11:31.550 INFO:teuthology.orchestra.run.smithi177.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T08:11:31.550 INFO:teuthology.orchestra.run.smithi177.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T08:11:31.569 INFO:teuthology.orchestra.run.smithi177.stderr:done 2024-09-16T08:11:31.573 INFO:teuthology.orchestra.run.smithi071.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T08:11:31.573 INFO:teuthology.orchestra.run.smithi071.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T08:11:31.573 INFO:teuthology.orchestra.run.smithi071.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T08:11:31.577 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2024-09-16T08:11:31.587 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-09-16T08:11:31.589 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-09-16T08:11:31.718 INFO:teuthology.orchestra.run.smithi003.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-16T08:11:31.719 INFO:teuthology.orchestra.run.smithi003.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T08:11:31.719 INFO:teuthology.orchestra.run.smithi003.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T08:11:31.719 INFO:teuthology.orchestra.run.smithi003.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T08:11:31.719 INFO:teuthology.orchestra.run.smithi003.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T08:11:31.719 INFO:teuthology.orchestra.run.smithi003.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T08:11:31.719 INFO:teuthology.orchestra.run.smithi003.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T08:11:31.720 INFO:teuthology.orchestra.run.smithi003.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T08:11:31.759 INFO:teuthology.orchestra.run.smithi003.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T08:11:31.761 DEBUG:teuthology.orchestra.run.smithi003:> dpkg -s linux-image-generic 2024-09-16T08:11:31.778 INFO:teuthology.orchestra.run.smithi003.stdout:Package: linux-image-generic 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Status: install ok installed 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Priority: optional 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Section: kernel 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Installed-Size: 21 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Architecture: amd64 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Source: linux-meta 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Version: 5.15.0.121.121 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T08:11:31.779 INFO:teuthology.orchestra.run.smithi003.stdout:Recommends: thermald 2024-09-16T08:11:31.780 INFO:teuthology.orchestra.run.smithi003.stdout:Description: Generic Linux kernel image 2024-09-16T08:11:31.780 INFO:teuthology.orchestra.run.smithi003.stdout: This package will always depend on the latest generic kernel image 2024-09-16T08:11:31.780 INFO:teuthology.orchestra.run.smithi003.stdout: available. 2024-09-16T08:11:31.780 DEBUG:teuthology.orchestra.run.smithi003:> mktemp 2024-09-16T08:11:31.825 INFO:teuthology.orchestra.run.smithi003.stdout:/tmp/tmp.2tV9tHfbZy 2024-09-16T08:11:31.825 DEBUG:teuthology.orchestra.run.smithi003:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2tV9tHfbZy 2024-09-16T08:11:31.881 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0666 /tmp/tmp.2tV9tHfbZy 2024-09-16T08:11:31.998 DEBUG:teuthology.orchestra.remote:smithi003:/tmp/tmp.2tV9tHfbZy is 10KB 2024-09-16T08:11:32.011 DEBUG:teuthology.orchestra.run.smithi003:> rm -fr /tmp/tmp.2tV9tHfbZy 2024-09-16T08:11:32.016 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T08:11:32.073 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:11:32.073 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T08:11:32.073 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T08:11:32.147 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-16T08:11:32.148 DEBUG:teuthology.orchestra.run.smithi003:> sudo update-grub 2024-09-16T08:11:33.276 INFO:teuthology.orchestra.run.smithi003.stderr:Sourcing file `/etc/default/grub' 2024-09-16T08:11:33.277 INFO:teuthology.orchestra.run.smithi003.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T08:11:33.279 INFO:teuthology.orchestra.run.smithi003.stderr:Generating grub configuration file ... 2024-09-16T08:11:33.458 INFO:teuthology.orchestra.run.smithi003.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T08:11:33.463 INFO:teuthology.orchestra.run.smithi003.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T08:11:33.667 INFO:teuthology.orchestra.run.smithi003.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T08:11:33.672 INFO:teuthology.orchestra.run.smithi003.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T08:11:33.711 INFO:teuthology.orchestra.run.smithi003.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T08:11:33.716 INFO:teuthology.orchestra.run.smithi003.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T08:11:33.862 INFO:teuthology.orchestra.run.smithi003.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T08:11:33.862 INFO:teuthology.orchestra.run.smithi003.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T08:11:33.863 INFO:teuthology.orchestra.run.smithi003.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T08:11:33.877 INFO:teuthology.orchestra.run.smithi003.stderr:done 2024-09-16T08:11:33.886 DEBUG:teuthology.orchestra.run.smithi003:> sudo shutdown -r now 2024-09-16T08:12:01.606 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-16T08:12:01.607 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:12:01.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:12:01.610 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-16T08:12:01.610 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-16T08:12:01.611 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:12:03.889 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-16T08:12:03.889 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:12:03.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:12:20.157 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-09-16T08:12:20.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-16T08:12:22.205 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2024-09-16T08:12:29.165 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:12:29.166 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:12:29.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-16T08:12:29.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:12:31.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:12:31.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:12:32.221 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-09-16T08:12:32.221 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-16T08:12:34.273 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2024-09-16T08:12:44.229 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:12:44.230 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:12:44.231 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-16T08:12:44.232 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:12:46.275 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:12:46.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:12:47.297 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-16T08:13:02.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-16T08:13:02.312 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:13:02.657 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-09-16T08:13:05.373 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-16T08:13:17.669 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:13:17.670 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:13:17.672 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-09-16T08:13:18.785 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2024-09-16T08:13:23.377 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-16T08:13:23.378 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:13:23.704 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-09-16T08:13:24.269 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-16T08:13:24.269 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-121-generic"... 2024-09-16T08:13:24.270 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-09-16T08:13:24.315 INFO:teuthology.orchestra.run.smithi071.stdout:5.15.0-121-generic 2024-09-16T08:13:24.315 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-16T08:13:24.315 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T08:13:24.316 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T08:13:25.316 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-16T08:13:25.317 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T08:13:25.389 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-09-16T08:13:25.409 DEBUG:teuthology.parallel:result is None 2024-09-16T08:13:33.786 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:13:33.787 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:13:34.107 DEBUG:teuthology.orchestra.run.smithi003:> true 2024-09-16T08:13:34.618 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:13:34.618 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-121-generic"... 2024-09-16T08:13:34.618 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2024-09-16T08:13:34.667 INFO:teuthology.orchestra.run.smithi003.stdout:5.15.0-121-generic 2024-09-16T08:13:34.667 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-16T08:13:34.667 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T08:13:34.667 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T08:13:35.668 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-16T08:13:35.668 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T08:13:35.673 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:13:35.674 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:13:35.768 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2024-09-16T08:13:35.785 DEBUG:teuthology.parallel:result is None 2024-09-16T08:13:36.032 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-09-16T08:13:36.645 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:13:36.646 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-121-generic"... 2024-09-16T08:13:36.646 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-09-16T08:13:36.692 INFO:teuthology.orchestra.run.smithi177.stdout:5.15.0-121-generic 2024-09-16T08:13:36.692 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-16T08:13:36.692 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T08:13:36.692 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T08:13:37.693 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-16T08:13:37.693 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T08:13:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-09-16T08:13:38.074 DEBUG:teuthology.parallel:result is None 2024-09-16T08:13:38.074 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-16T08:13:38.082 INFO:teuthology.task.internal:Creating test directory... 2024-09-16T08:13:38.082 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T08:13:38.085 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T08:13:38.087 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T08:13:38.093 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-16T08:13:38.142 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-16T08:13:38.176 INFO:teuthology.task.internal:Creating archive directory... 2024-09-16T08:13:38.176 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T08:13:38.178 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T08:13:38.181 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T08:13:38.285 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-16T08:13:38.292 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-16T08:13:38.292 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T08:13:38.295 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T08:13:38.297 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T08:13:38.314 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:13:38.315 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:13:38.321 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:13:38.322 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:13:38.323 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:13:38.330 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:13:38.331 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-16T08:13:38.338 INFO:teuthology.task.internal:Configuring sudo... 2024-09-16T08:13:38.338 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T08:13:38.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T08:13:38.371 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T08:13:38.387 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-16T08:13:38.397 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-16T08:13:38.397 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T08:13:38.424 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T08:13:38.428 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T08:13:38.436 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:13:38.475 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:13:38.524 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:13:38.524 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T08:13:38.585 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:13:38.591 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:13:38.639 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:13:38.639 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T08:13:38.716 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:13:38.722 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:13:38.768 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:13:38.769 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T08:13:38.834 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2024-09-16T08:13:38.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-09-16T08:13:38.839 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-09-16T08:13:38.904 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-16T08:13:38.911 INFO:teuthology.task.internal:Starting timer... 2024-09-16T08:13:38.912 INFO:teuthology.run_tasks:Running task pcp... 2024-09-16T08:13:38.963 INFO:teuthology.run_tasks:Running task selinux... 2024-09-16T08:13:38.997 DEBUG:teuthology.task.selinux:Excluding smithi003: OS 'ubuntu' does not support SELinux 2024-09-16T08:13:38.997 DEBUG:teuthology.task.selinux:Excluding smithi071: OS 'ubuntu' does not support SELinux 2024-09-16T08:13:38.997 DEBUG:teuthology.task.selinux:Excluding smithi177: OS 'ubuntu' does not support SELinux 2024-09-16T08:13:38.997 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-16T08:13:38.997 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-16T08:13:38.997 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-16T08:13:38.997 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-16T08:13:39.062 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-16T08:13:39.065 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-16T08:13:39.179 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-16T08:13:39.190 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-16T08:13:39.191 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi071.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-16T08:21:16.136 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi003.front.sepia.ceph.com'), Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2024-09-16T08:21:16.138 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:21:16.139 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:21:16.223 DEBUG:teuthology.orchestra.run.smithi003:> true 2024-09-16T08:21:16.305 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:21:16.305 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-16T08:21:16.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:21:16.388 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-09-16T08:21:16.469 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-16T08:21:16.469 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:21:16.470 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:21:16.551 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-09-16T08:21:16.629 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:21:16.630 INFO:teuthology.run_tasks:Running task clock... 2024-09-16T08:21:16.642 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-16T08:21:16.642 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T08:21:16.643 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:21:16.645 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T08:21:16.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:21:16.648 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T08:21:16.648 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:21:16.674 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-16T08:21:16.674 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: Command line: ntpd -gq 2024-09-16T08:21:16.674 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: ---------------------------------------------------- 2024-09-16T08:21:16.674 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: ntp-4 is maintained by Network Time Foundation, 2024-09-16T08:21:16.674 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-16T08:21:16.674 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: corporation. Support and training for ntp-4 are 2024-09-16T08:21:16.674 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: available at https://www.nwtime.org/support 2024-09-16T08:21:16.674 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: ---------------------------------------------------- 2024-09-16T08:21:16.675 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: proto: precision = 0.046 usec (-24) 2024-09-16T08:21:16.675 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: basedate set to 2022-02-04 2024-09-16T08:21:16.675 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: gps base set to 2022-02-06 (week 2196) 2024-09-16T08:21:16.675 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T08:21:16.676 INFO:teuthology.orchestra.run.smithi003.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T08:21:16.676 INFO:teuthology.orchestra.run.smithi003.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T08:21:16.677 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T08:21:16.677 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T08:21:16.677 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T08:21:16.677 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T08:21:16.677 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: Listen normally on 3 ens1f0 172.21.15.3:123 2024-09-16T08:21:16.677 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: Listen normally on 4 lo [::1]:123 2024-09-16T08:21:16.678 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15dc%4]:123 2024-09-16T08:21:16.678 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:16 ntpd[18379]: Listening on routing socket on fd #22 for interface updates 2024-09-16T08:21:16.679 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-16T08:21:16.679 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: Command line: ntpd -gq 2024-09-16T08:21:16.679 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: ---------------------------------------------------- 2024-09-16T08:21:16.679 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: ntp-4 is maintained by Network Time Foundation, 2024-09-16T08:21:16.679 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-16T08:21:16.679 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: corporation. Support and training for ntp-4 are 2024-09-16T08:21:16.679 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: available at https://www.nwtime.org/support 2024-09-16T08:21:16.680 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: ---------------------------------------------------- 2024-09-16T08:21:16.680 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: proto: precision = 0.060 usec (-24) 2024-09-16T08:21:16.680 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: basedate set to 2022-02-04 2024-09-16T08:21:16.680 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: gps base set to 2022-02-06 (week 2196) 2024-09-16T08:21:16.680 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T08:21:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T08:21:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T08:21:16.681 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T08:21:16.681 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T08:21:16.681 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T08:21:16.681 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T08:21:16.681 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: Listen normally on 3 enp3s0f1 172.21.15.71:123 2024-09-16T08:21:16.682 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: Listen normally on 4 lo [::1]:123 2024-09-16T08:21:16.682 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d765%5]:123 2024-09-16T08:21:16.682 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:16 ntpd[18461]: Listening on routing socket on fd #22 for interface updates 2024-09-16T08:21:16.696 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-16T08:21:16.697 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: Command line: ntpd -gq 2024-09-16T08:21:16.697 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: ---------------------------------------------------- 2024-09-16T08:21:16.697 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: ntp-4 is maintained by Network Time Foundation, 2024-09-16T08:21:16.697 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-16T08:21:16.697 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: corporation. Support and training for ntp-4 are 2024-09-16T08:21:16.697 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: available at https://www.nwtime.org/support 2024-09-16T08:21:16.697 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: ---------------------------------------------------- 2024-09-16T08:21:16.698 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: proto: precision = 0.045 usec (-24) 2024-09-16T08:21:16.698 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: basedate set to 2022-02-04 2024-09-16T08:21:16.698 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: gps base set to 2022-02-06 (week 2196) 2024-09-16T08:21:16.698 INFO:teuthology.orchestra.run.smithi177.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T08:21:16.698 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T08:21:16.698 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T08:21:16.699 INFO:teuthology.orchestra.run.smithi177.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T08:21:16.701 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T08:21:16.701 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T08:21:16.701 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T08:21:16.701 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: Listen normally on 3 enp3s0f1 172.21.15.177:123 2024-09-16T08:21:16.701 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: Listen normally on 4 lo [::1]:123 2024-09-16T08:21:16.701 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feea:b04b%5]:123 2024-09-16T08:21:16.701 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:16 ntpd[18515]: Listening on routing socket on fd #22 for interface updates 2024-09-16T08:21:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:17 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:17 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:17 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:17 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:17 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:17.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:17 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:17.679 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:17 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:17.697 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.697 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.697 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.697 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:17.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:17.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:17.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:17.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:17.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:17 ntpd[18515]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:18.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:18 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:18.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:18 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:18.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:18 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:18.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:18 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:18.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:18 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:18.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:18 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:18.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:18 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:18.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:18 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:18.697 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:18 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:18.697 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:18 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:19.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:19 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:19.677 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:19.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:19 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:19.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.700 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.700 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:19.700 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:19.700 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:19.700 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:19.701 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:19.701 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:19 ntpd[18515]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:20.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:20 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:20.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:20 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:20.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:20 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:20.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:20 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:20.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:20 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:20.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:20 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:21.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:21.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:21.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:21.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:21 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:21.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.678 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.679 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.679 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.679 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.679 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:21.679 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:21.679 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.679 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.679 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:21.680 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:21.680 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.680 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.680 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:21.680 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:21 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:21.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:21.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:21 ntpd[18515]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:22.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:22 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:22.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:22 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:22.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:22 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:22.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:22 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:22.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:22 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:22.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:22 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.675 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:23.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:23.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:23.676 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:23.676 INFO:teuthology.orchestra.run.smithi003.stdout:16 Sep 08:21:23 ntpd[18379]: ntpd: time slew +0.000190 s 2024-09-16T08:21:23.677 INFO:teuthology.orchestra.run.smithi003.stdout:ntpd: time slew +0.000190s 2024-09-16T08:21:23.680 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T08:21:23.680 INFO:teuthology.orchestra.run.smithi003.stderr:16 Sep 08:21:23 ntpd[18379]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T08:21:23.682 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.682 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.682 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.682 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.682 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.682 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.682 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.682 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.682 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:23.683 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:23.683 INFO:teuthology.orchestra.run.smithi071.stdout:16 Sep 08:21:23 ntpd[18461]: ntpd: time slew -0.001153 s 2024-09-16T08:21:23.683 INFO:teuthology.orchestra.run.smithi071.stdout:ntpd: time slew -0.001153s 2024-09-16T08:21:23.683 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T08:21:23.683 INFO:teuthology.orchestra.run.smithi071.stderr:16 Sep 08:21:23 ntpd[18461]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T08:21:23.698 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T08:21:23.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T08:21:23.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T08:21:23.699 INFO:teuthology.orchestra.run.smithi177.stdout:16 Sep 08:21:23 ntpd[18515]: ntpd: time slew +0.002773 s 2024-09-16T08:21:23.699 INFO:teuthology.orchestra.run.smithi177.stdout:ntpd: time slew +0.002773s 2024-09-16T08:21:23.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T08:21:23.699 INFO:teuthology.orchestra.run.smithi177.stderr:16 Sep 08:21:23 ntpd[18515]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T08:21:23.727 INFO:teuthology.orchestra.run.smithi003.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T08:21:23.727 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================== 2024-09-16T08:21:23.727 INFO:teuthology.orchestra.run.smithi003.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.727 INFO:teuthology.orchestra.run.smithi003.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.727 INFO:teuthology.orchestra.run.smithi003.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.727 INFO:teuthology.orchestra.run.smithi003.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.737 INFO:teuthology.orchestra.run.smithi071.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T08:21:23.737 INFO:teuthology.orchestra.run.smithi071.stdout:============================================================================== 2024-09-16T08:21:23.737 INFO:teuthology.orchestra.run.smithi071.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.737 INFO:teuthology.orchestra.run.smithi071.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.737 INFO:teuthology.orchestra.run.smithi071.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.737 INFO:teuthology.orchestra.run.smithi071.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.752 INFO:teuthology.orchestra.run.smithi177.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T08:21:23.752 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================== 2024-09-16T08:21:23.752 INFO:teuthology.orchestra.run.smithi177.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.752 INFO:teuthology.orchestra.run.smithi177.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.752 INFO:teuthology.orchestra.run.smithi177.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.752 INFO:teuthology.orchestra.run.smithi177.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T08:21:23.753 INFO:teuthology.run_tasks:Running task install... 2024-09-16T08:21:23.763 DEBUG:teuthology.task.install:project ceph 2024-09-16T08:21:23.764 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'}} 2024-09-16T08:21:23.764 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'} 2024-09-16T08:21:23.764 INFO:teuthology.task.install:Using flavor: default 2024-09-16T08:21:23.770 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', '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', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-16T08:21:23.770 INFO:teuthology.task.install:extra packages: [] 2024-09-16T08:21:23.770 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-key list | grep Ceph 2024-09-16T08:21:23.771 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-key list | grep Ceph 2024-09-16T08:21:23.771 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-key list | grep Ceph 2024-09-16T08:21:23.834 INFO:teuthology.orchestra.run.smithi003.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-16T08:21:23.835 INFO:teuthology.orchestra.run.smithi071.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-16T08:21:23.850 INFO:teuthology.orchestra.run.smithi177.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-16T08:21:23.863 INFO:teuthology.orchestra.run.smithi003.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T08:21:23.863 INFO:teuthology.orchestra.run.smithi003.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T08:21:23.864 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-16T08:21:23.865 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:21:23.870 INFO:teuthology.orchestra.run.smithi071.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T08:21:23.870 INFO:teuthology.orchestra.run.smithi071.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T08:21:23.870 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-16T08:21:23.870 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:21:23.878 INFO:teuthology.orchestra.run.smithi177.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T08:21:23.878 INFO:teuthology.orchestra.run.smithi177.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T08:21:23.878 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-16T08:21:23.879 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:21:24.015 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/ 2024-09-16T08:21:24.015 INFO:teuthology.task.install.deb:Package version is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:21:24.021 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/ 2024-09-16T08:21:24.021 INFO:teuthology.task.install.deb:Package version is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:21:24.029 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/ 2024-09-16T08:21:24.029 INFO:teuthology.task.install.deb:Package version is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:21:24.127 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:21:24.127 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T08:21:24.134 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:21:24.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T08:21:24.140 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:21:24.140 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T08:21:24.142 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get update 2024-09-16T08:21:24.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get update 2024-09-16T08:21:24.156 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get update 2024-09-16T08:21:24.369 INFO:teuthology.orchestra.run.smithi003.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy InRelease 2024-09-16T08:21:24.375 INFO:teuthology.orchestra.run.smithi071.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy InRelease 2024-09-16T08:21:24.378 INFO:teuthology.orchestra.run.smithi177.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy InRelease 2024-09-16T08:21:24.391 INFO:teuthology.orchestra.run.smithi003.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-16T08:21:24.396 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-16T08:21:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-16T08:21:24.414 INFO:teuthology.orchestra.run.smithi003.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-16T08:21:24.420 INFO:teuthology.orchestra.run.smithi071.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-16T08:21:24.423 INFO:teuthology.orchestra.run.smithi177.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-16T08:21:24.443 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T08:21:24.443 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T08:21:24.443 INFO:teuthology.orchestra.run.smithi003.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-16T08:21:24.447 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T08:21:24.447 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T08:21:24.447 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,423 B] 2024-09-16T08:21:24.453 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T08:21:24.453 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T08:21:24.453 INFO:teuthology.orchestra.run.smithi177.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,423 B] 2024-09-16T08:21:24.473 INFO:teuthology.orchestra.run.smithi003.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,423 B] 2024-09-16T08:21:24.476 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-16T08:21:24.482 INFO:teuthology.orchestra.run.smithi177.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-16T08:21:24.515 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T08:21:24.519 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T08:21:24.524 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T08:21:24.596 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T08:21:24.603 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T08:21:24.607 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T08:21:24.810 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 29.3 kB in 0s (61.4 kB/s) 2024-09-16T08:21:24.818 INFO:teuthology.orchestra.run.smithi177.stdout:Fetched 29.3 kB in 0s (60.9 kB/s) 2024-09-16T08:21:24.861 INFO:teuthology.orchestra.run.smithi003.stdout:Fetched 29.3 kB in 1s (55.7 kB/s) 2024-09-16T08:21:25.859 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-09-16T08:21:25.860 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-09-16T08:21:25.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4917-g8293d73f-1jammy cephadm=19.3.0-4917-g8293d73f-1jammy ceph-mds=19.3.0-4917-g8293d73f-1jammy ceph-mgr=19.3.0-4917-g8293d73f-1jammy ceph-common=19.3.0-4917-g8293d73f-1jammy ceph-fuse=19.3.0-4917-g8293d73f-1jammy ceph-test=19.3.0-4917-g8293d73f-1jammy ceph-volume=19.3.0-4917-g8293d73f-1jammy radosgw=19.3.0-4917-g8293d73f-1jammy python3-rados=19.3.0-4917-g8293d73f-1jammy python3-rgw=19.3.0-4917-g8293d73f-1jammy python3-cephfs=19.3.0-4917-g8293d73f-1jammy python3-rbd=19.3.0-4917-g8293d73f-1jammy libcephfs2=19.3.0-4917-g8293d73f-1jammy libcephfs-dev=19.3.0-4917-g8293d73f-1jammy librados2=19.3.0-4917-g8293d73f-1jammy librbd1=19.3.0-4917-g8293d73f-1jammy rbd-fuse=19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:21:25.877 DEBUG:teuthology.orchestra.run.smithi177:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4917-g8293d73f-1jammy cephadm=19.3.0-4917-g8293d73f-1jammy ceph-mds=19.3.0-4917-g8293d73f-1jammy ceph-mgr=19.3.0-4917-g8293d73f-1jammy ceph-common=19.3.0-4917-g8293d73f-1jammy ceph-fuse=19.3.0-4917-g8293d73f-1jammy ceph-test=19.3.0-4917-g8293d73f-1jammy ceph-volume=19.3.0-4917-g8293d73f-1jammy radosgw=19.3.0-4917-g8293d73f-1jammy python3-rados=19.3.0-4917-g8293d73f-1jammy python3-rgw=19.3.0-4917-g8293d73f-1jammy python3-cephfs=19.3.0-4917-g8293d73f-1jammy python3-rbd=19.3.0-4917-g8293d73f-1jammy libcephfs2=19.3.0-4917-g8293d73f-1jammy libcephfs-dev=19.3.0-4917-g8293d73f-1jammy librados2=19.3.0-4917-g8293d73f-1jammy librbd1=19.3.0-4917-g8293d73f-1jammy rbd-fuse=19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:21:25.918 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-09-16T08:21:25.936 DEBUG:teuthology.orchestra.run.smithi003:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4917-g8293d73f-1jammy cephadm=19.3.0-4917-g8293d73f-1jammy ceph-mds=19.3.0-4917-g8293d73f-1jammy ceph-mgr=19.3.0-4917-g8293d73f-1jammy ceph-common=19.3.0-4917-g8293d73f-1jammy ceph-fuse=19.3.0-4917-g8293d73f-1jammy ceph-test=19.3.0-4917-g8293d73f-1jammy ceph-volume=19.3.0-4917-g8293d73f-1jammy radosgw=19.3.0-4917-g8293d73f-1jammy python3-rados=19.3.0-4917-g8293d73f-1jammy python3-rgw=19.3.0-4917-g8293d73f-1jammy python3-cephfs=19.3.0-4917-g8293d73f-1jammy python3-rbd=19.3.0-4917-g8293d73f-1jammy libcephfs2=19.3.0-4917-g8293d73f-1jammy libcephfs-dev=19.3.0-4917-g8293d73f-1jammy librados2=19.3.0-4917-g8293d73f-1jammy librbd1=19.3.0-4917-g8293d73f-1jammy rbd-fuse=19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:21:25.941 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-09-16T08:21:25.943 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-09-16T08:21:26.005 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-09-16T08:21:26.147 INFO:teuthology.orchestra.run.smithi071.stdout:Building dependency tree... 2024-09-16T08:21:26.148 INFO:teuthology.orchestra.run.smithi071.stdout:Reading state information... 2024-09-16T08:21:26.151 INFO:teuthology.orchestra.run.smithi177.stdout:Building dependency tree... 2024-09-16T08:21:26.152 INFO:teuthology.orchestra.run.smithi177.stdout:Reading state information... 2024-09-16T08:21:26.215 INFO:teuthology.orchestra.run.smithi003.stdout:Building dependency tree... 2024-09-16T08:21:26.215 INFO:teuthology.orchestra.run.smithi003.stdout:Reading state information... 2024-09-16T08:21:26.341 INFO:teuthology.orchestra.run.smithi071.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T08:21:26.341 INFO:teuthology.orchestra.run.smithi071.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T08:21:26.341 INFO:teuthology.orchestra.run.smithi071.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T08:21:26.341 INFO:teuthology.orchestra.run.smithi071.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T08:21:26.342 INFO:teuthology.orchestra.run.smithi071.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T08:21:26.342 INFO:teuthology.orchestra.run.smithi071.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T08:21:26.342 INFO:teuthology.orchestra.run.smithi071.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T08:21:26.343 INFO:teuthology.orchestra.run.smithi071.stdout:The following additional packages will be installed: 2024-09-16T08:21:26.343 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-16T08:21:26.343 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-16T08:21:26.343 INFO:teuthology.orchestra.run.smithi071.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-16T08:21:26.343 INFO:teuthology.orchestra.run.smithi071.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-16T08:21:26.343 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-16T08:21:26.344 INFO:teuthology.orchestra.run.smithi071.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-16T08:21:26.344 INFO:teuthology.orchestra.run.smithi071.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-16T08:21:26.345 INFO:teuthology.orchestra.run.smithi071.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-16T08:21:26.346 INFO:teuthology.orchestra.run.smithi071.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-16T08:21:26.346 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-16T08:21:26.346 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet zip 2024-09-16T08:21:26.348 INFO:teuthology.orchestra.run.smithi071.stdout:Suggested packages: 2024-09-16T08:21:26.348 INFO:teuthology.orchestra.run.smithi071.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-16T08:21:26.348 INFO:teuthology.orchestra.run.smithi071.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-16T08:21:26.348 INFO:teuthology.orchestra.run.smithi071.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-16T08:21:26.348 INFO:teuthology.orchestra.run.smithi071.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-16T08:21:26.348 INFO:teuthology.orchestra.run.smithi071.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-16T08:21:26.348 INFO:teuthology.orchestra.run.smithi071.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T08:21:26.349 INFO:teuthology.orchestra.run.smithi071.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-16T08:21:26.349 INFO:teuthology.orchestra.run.smithi071.stdout:Recommended packages: 2024-09-16T08:21:26.349 INFO:teuthology.orchestra.run.smithi071.stdout: btrfs-tools 2024-09-16T08:21:26.359 INFO:teuthology.orchestra.run.smithi177.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T08:21:26.359 INFO:teuthology.orchestra.run.smithi177.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T08:21:26.359 INFO:teuthology.orchestra.run.smithi177.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T08:21:26.359 INFO:teuthology.orchestra.run.smithi177.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T08:21:26.360 INFO:teuthology.orchestra.run.smithi177.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T08:21:26.360 INFO:teuthology.orchestra.run.smithi177.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T08:21:26.360 INFO:teuthology.orchestra.run.smithi177.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T08:21:26.360 INFO:teuthology.orchestra.run.smithi177.stdout:The following additional packages will be installed: 2024-09-16T08:21:26.361 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-16T08:21:26.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-16T08:21:26.363 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet zip 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout:Suggested packages: 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout:Recommended packages: 2024-09-16T08:21:26.364 INFO:teuthology.orchestra.run.smithi177.stdout: btrfs-tools 2024-09-16T08:21:26.434 INFO:teuthology.orchestra.run.smithi003.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T08:21:26.434 INFO:teuthology.orchestra.run.smithi003.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T08:21:26.435 INFO:teuthology.orchestra.run.smithi003.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T08:21:26.435 INFO:teuthology.orchestra.run.smithi003.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T08:21:26.435 INFO:teuthology.orchestra.run.smithi003.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T08:21:26.435 INFO:teuthology.orchestra.run.smithi003.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T08:21:26.436 INFO:teuthology.orchestra.run.smithi003.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T08:21:26.436 INFO:teuthology.orchestra.run.smithi003.stdout:The following additional packages will be installed: 2024-09-16T08:21:26.436 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-16T08:21:26.436 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-16T08:21:26.436 INFO:teuthology.orchestra.run.smithi003.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-16T08:21:26.437 INFO:teuthology.orchestra.run.smithi003.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-16T08:21:26.437 INFO:teuthology.orchestra.run.smithi003.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-16T08:21:26.437 INFO:teuthology.orchestra.run.smithi003.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-16T08:21:26.437 INFO:teuthology.orchestra.run.smithi003.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-16T08:21:26.437 INFO:teuthology.orchestra.run.smithi003.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-16T08:21:26.437 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-16T08:21:26.438 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-16T08:21:26.438 INFO:teuthology.orchestra.run.smithi003.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-16T08:21:26.438 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-16T08:21:26.438 INFO:teuthology.orchestra.run.smithi003.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-16T08:21:26.438 INFO:teuthology.orchestra.run.smithi003.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-16T08:21:26.438 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-16T08:21:26.439 INFO:teuthology.orchestra.run.smithi003.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T08:21:26.439 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-16T08:21:26.439 INFO:teuthology.orchestra.run.smithi003.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-16T08:21:26.439 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T08:21:26.439 INFO:teuthology.orchestra.run.smithi003.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-16T08:21:26.440 INFO:teuthology.orchestra.run.smithi003.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-16T08:21:26.440 INFO:teuthology.orchestra.run.smithi003.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-16T08:21:26.440 INFO:teuthology.orchestra.run.smithi003.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-16T08:21:26.440 INFO:teuthology.orchestra.run.smithi003.stdout: xmlstarlet zip 2024-09-16T08:21:26.441 INFO:teuthology.orchestra.run.smithi003.stdout:Suggested packages: 2024-09-16T08:21:26.441 INFO:teuthology.orchestra.run.smithi003.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-16T08:21:26.441 INFO:teuthology.orchestra.run.smithi003.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-16T08:21:26.441 INFO:teuthology.orchestra.run.smithi003.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-16T08:21:26.441 INFO:teuthology.orchestra.run.smithi003.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-16T08:21:26.442 INFO:teuthology.orchestra.run.smithi003.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-16T08:21:26.442 INFO:teuthology.orchestra.run.smithi003.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T08:21:26.442 INFO:teuthology.orchestra.run.smithi003.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-16T08:21:26.442 INFO:teuthology.orchestra.run.smithi003.stdout:Recommended packages: 2024-09-16T08:21:26.442 INFO:teuthology.orchestra.run.smithi003.stdout: btrfs-tools 2024-09-16T08:21:26.450 INFO:teuthology.orchestra.run.smithi071.stdout:The following NEW packages will be installed: 2024-09-16T08:21:26.450 INFO:teuthology.orchestra.run.smithi071.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T08:21:26.450 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-16T08:21:26.450 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-16T08:21:26.450 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-16T08:21:26.450 INFO:teuthology.orchestra.run.smithi071.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-16T08:21:26.451 INFO:teuthology.orchestra.run.smithi071.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-16T08:21:26.452 INFO:teuthology.orchestra.run.smithi071.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-16T08:21:26.452 INFO:teuthology.orchestra.run.smithi071.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-16T08:21:26.452 INFO:teuthology.orchestra.run.smithi071.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-16T08:21:26.452 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-16T08:21:26.452 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-16T08:21:26.452 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-16T08:21:26.452 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-16T08:21:26.453 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-16T08:21:26.454 INFO:teuthology.orchestra.run.smithi071.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-16T08:21:26.469 INFO:teuthology.orchestra.run.smithi177.stdout:The following NEW packages will be installed: 2024-09-16T08:21:26.469 INFO:teuthology.orchestra.run.smithi177.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T08:21:26.469 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-16T08:21:26.470 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-16T08:21:26.470 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-16T08:21:26.470 INFO:teuthology.orchestra.run.smithi177.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-16T08:21:26.470 INFO:teuthology.orchestra.run.smithi177.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-16T08:21:26.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-16T08:21:26.473 INFO:teuthology.orchestra.run.smithi177.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-16T08:21:26.546 INFO:teuthology.orchestra.run.smithi003.stdout:The following NEW packages will be installed: 2024-09-16T08:21:26.546 INFO:teuthology.orchestra.run.smithi003.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T08:21:26.546 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-16T08:21:26.547 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-16T08:21:26.547 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-16T08:21:26.547 INFO:teuthology.orchestra.run.smithi003.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-16T08:21:26.547 INFO:teuthology.orchestra.run.smithi003.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-16T08:21:26.548 INFO:teuthology.orchestra.run.smithi003.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-16T08:21:26.548 INFO:teuthology.orchestra.run.smithi003.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-16T08:21:26.548 INFO:teuthology.orchestra.run.smithi003.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-16T08:21:26.548 INFO:teuthology.orchestra.run.smithi003.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-16T08:21:26.548 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-16T08:21:26.548 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-16T08:21:26.548 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-16T08:21:26.548 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-16T08:21:26.549 INFO:teuthology.orchestra.run.smithi003.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-16T08:21:26.593 INFO:teuthology.orchestra.run.smithi071.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-16T08:21:26.593 INFO:teuthology.orchestra.run.smithi071.stdout:Need to get 251 MB of archives. 2024-09-16T08:21:26.593 INFO:teuthology.orchestra.run.smithi071.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-16T08:21:26.593 INFO:teuthology.orchestra.run.smithi071.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4917-g8293d73f-1jammy [3,629 kB] 2024-09-16T08:21:26.609 INFO:teuthology.orchestra.run.smithi003.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-16T08:21:26.610 INFO:teuthology.orchestra.run.smithi003.stdout:Need to get 251 MB of archives. 2024-09-16T08:21:26.610 INFO:teuthology.orchestra.run.smithi003.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-16T08:21:26.610 INFO:teuthology.orchestra.run.smithi003.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-16T08:21:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-16T08:21:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:Need to get 251 MB of archives. 2024-09-16T08:21:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-16T08:21:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4917-g8293d73f-1jammy [3,629 kB] 2024-09-16T08:21:26.638 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-16T08:21:26.657 INFO:teuthology.orchestra.run.smithi177.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-16T08:21:26.695 INFO:teuthology.orchestra.run.smithi003.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4917-g8293d73f-1jammy [3,629 kB] 2024-09-16T08:21:26.698 INFO:teuthology.orchestra.run.smithi003.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-16T08:21:26.700 INFO:teuthology.orchestra.run.smithi003.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-16T08:21:26.717 INFO:teuthology.orchestra.run.smithi003.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-16T08:21:26.778 INFO:teuthology.orchestra.run.smithi003.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-16T08:21:26.784 INFO:teuthology.orchestra.run.smithi003.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-16T08:21:26.796 INFO:teuthology.orchestra.run.smithi003.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-16T08:21:26.800 INFO:teuthology.orchestra.run.smithi003.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-16T08:21:26.801 INFO:teuthology.orchestra.run.smithi003.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-16T08:21:26.802 INFO:teuthology.orchestra.run.smithi003.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-16T08:21:26.803 INFO:teuthology.orchestra.run.smithi003.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-16T08:21:26.806 INFO:teuthology.orchestra.run.smithi071.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4917-g8293d73f-1jammy [3,334 kB] 2024-09-16T08:21:26.812 INFO:teuthology.orchestra.run.smithi003.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-16T08:21:26.813 INFO:teuthology.orchestra.run.smithi003.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-16T08:21:26.815 INFO:teuthology.orchestra.run.smithi003.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-16T08:21:26.817 INFO:teuthology.orchestra.run.smithi003.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-16T08:21:26.817 INFO:teuthology.orchestra.run.smithi003.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-16T08:21:26.828 INFO:teuthology.orchestra.run.smithi177.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4917-g8293d73f-1jammy [3,334 kB] 2024-09-16T08:21:26.834 INFO:teuthology.orchestra.run.smithi003.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-16T08:21:26.836 INFO:teuthology.orchestra.run.smithi003.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-16T08:21:26.838 INFO:teuthology.orchestra.run.smithi003.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-16T08:21:26.839 INFO:teuthology.orchestra.run.smithi003.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-16T08:21:26.839 INFO:teuthology.orchestra.run.smithi003.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-16T08:21:26.840 INFO:teuthology.orchestra.run.smithi003.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-16T08:21:26.841 INFO:teuthology.orchestra.run.smithi003.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-16T08:21:26.851 INFO:teuthology.orchestra.run.smithi003.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-16T08:21:26.851 INFO:teuthology.orchestra.run.smithi003.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-16T08:21:26.852 INFO:teuthology.orchestra.run.smithi003.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-16T08:21:26.868 INFO:teuthology.orchestra.run.smithi003.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-16T08:21:26.868 INFO:teuthology.orchestra.run.smithi003.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-16T08:21:26.871 INFO:teuthology.orchestra.run.smithi003.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-16T08:21:26.871 INFO:teuthology.orchestra.run.smithi003.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-16T08:21:26.872 INFO:teuthology.orchestra.run.smithi003.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-16T08:21:26.872 INFO:teuthology.orchestra.run.smithi003.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-16T08:21:26.873 INFO:teuthology.orchestra.run.smithi003.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T08:21:26.884 INFO:teuthology.orchestra.run.smithi003.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-16T08:21:26.885 INFO:teuthology.orchestra.run.smithi003.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-16T08:21:26.886 INFO:teuthology.orchestra.run.smithi003.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-16T08:21:26.888 INFO:teuthology.orchestra.run.smithi071.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4917-g8293d73f-1jammy [722 kB] 2024-09-16T08:21:26.901 INFO:teuthology.orchestra.run.smithi003.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-16T08:21:26.902 INFO:teuthology.orchestra.run.smithi003.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-16T08:21:26.907 INFO:teuthology.orchestra.run.smithi003.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-16T08:21:26.907 INFO:teuthology.orchestra.run.smithi003.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-16T08:21:26.908 INFO:teuthology.orchestra.run.smithi003.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-16T08:21:26.909 INFO:teuthology.orchestra.run.smithi003.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-16T08:21:26.910 INFO:teuthology.orchestra.run.smithi003.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-16T08:21:26.918 INFO:teuthology.orchestra.run.smithi003.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-16T08:21:26.919 INFO:teuthology.orchestra.run.smithi177.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4917-g8293d73f-1jammy [722 kB] 2024-09-16T08:21:26.919 INFO:teuthology.orchestra.run.smithi003.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-16T08:21:26.920 INFO:teuthology.orchestra.run.smithi003.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-16T08:21:26.930 INFO:teuthology.orchestra.run.smithi071.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4917-g8293d73f-1jammy [356 kB] 2024-09-16T08:21:26.935 INFO:teuthology.orchestra.run.smithi003.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-16T08:21:26.936 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4917-g8293d73f-1jammy [32.8 kB] 2024-09-16T08:21:26.938 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4917-g8293d73f-1jammy [180 kB] 2024-09-16T08:21:26.938 INFO:teuthology.orchestra.run.smithi003.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-16T08:21:26.939 INFO:teuthology.orchestra.run.smithi003.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-16T08:21:26.940 INFO:teuthology.orchestra.run.smithi003.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-16T08:21:26.941 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4917-g8293d73f-1jammy [71.3 kB] 2024-09-16T08:21:26.943 INFO:teuthology.orchestra.run.smithi071.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4917-g8293d73f-1jammy [338 kB] 2024-09-16T08:21:26.943 INFO:teuthology.orchestra.run.smithi003.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-16T08:21:26.949 INFO:teuthology.orchestra.run.smithi071.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4917-g8293d73f-1jammy [7,989 kB] 2024-09-16T08:21:26.965 INFO:teuthology.orchestra.run.smithi177.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4917-g8293d73f-1jammy [356 kB] 2024-09-16T08:21:26.972 INFO:teuthology.orchestra.run.smithi177.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4917-g8293d73f-1jammy [32.8 kB] 2024-09-16T08:21:26.974 INFO:teuthology.orchestra.run.smithi177.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4917-g8293d73f-1jammy [180 kB] 2024-09-16T08:21:26.978 INFO:teuthology.orchestra.run.smithi177.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4917-g8293d73f-1jammy [71.3 kB] 2024-09-16T08:21:26.980 INFO:teuthology.orchestra.run.smithi177.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4917-g8293d73f-1jammy [338 kB] 2024-09-16T08:21:26.987 INFO:teuthology.orchestra.run.smithi177.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4917-g8293d73f-1jammy [7,989 kB] 2024-09-16T08:21:26.998 INFO:teuthology.orchestra.run.smithi003.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-16T08:21:26.999 INFO:teuthology.orchestra.run.smithi003.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-16T08:21:27.000 INFO:teuthology.orchestra.run.smithi003.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T08:21:27.001 INFO:teuthology.orchestra.run.smithi003.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-16T08:21:27.002 INFO:teuthology.orchestra.run.smithi003.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-16T08:21:27.020 INFO:teuthology.orchestra.run.smithi003.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-16T08:21:27.022 INFO:teuthology.orchestra.run.smithi003.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-16T08:21:27.022 INFO:teuthology.orchestra.run.smithi003.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-16T08:21:27.037 INFO:teuthology.orchestra.run.smithi003.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-16T08:21:27.037 INFO:teuthology.orchestra.run.smithi003.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-16T08:21:27.038 INFO:teuthology.orchestra.run.smithi003.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-16T08:21:27.038 INFO:teuthology.orchestra.run.smithi003.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-16T08:21:27.039 INFO:teuthology.orchestra.run.smithi003.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-16T08:21:27.039 INFO:teuthology.orchestra.run.smithi003.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-16T08:21:27.051 INFO:teuthology.orchestra.run.smithi003.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-16T08:21:27.052 INFO:teuthology.orchestra.run.smithi003.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-16T08:21:27.054 INFO:teuthology.orchestra.run.smithi003.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-16T08:21:27.062 INFO:teuthology.orchestra.run.smithi071.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-16T08:21:27.067 INFO:teuthology.orchestra.run.smithi003.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-16T08:21:27.069 INFO:teuthology.orchestra.run.smithi003.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-16T08:21:27.069 INFO:teuthology.orchestra.run.smithi003.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-16T08:21:27.072 INFO:teuthology.orchestra.run.smithi003.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-16T08:21:27.075 INFO:teuthology.orchestra.run.smithi071.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-16T08:21:27.075 INFO:teuthology.orchestra.run.smithi003.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-16T08:21:27.076 INFO:teuthology.orchestra.run.smithi003.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-16T08:21:27.076 INFO:teuthology.orchestra.run.smithi003.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-16T08:21:27.077 INFO:teuthology.orchestra.run.smithi177.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-16T08:21:27.084 INFO:teuthology.orchestra.run.smithi003.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-16T08:21:27.085 INFO:teuthology.orchestra.run.smithi003.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-16T08:21:27.088 INFO:teuthology.orchestra.run.smithi003.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-16T08:21:27.089 INFO:teuthology.orchestra.run.smithi177.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-16T08:21:27.101 INFO:teuthology.orchestra.run.smithi003.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T08:21:27.102 INFO:teuthology.orchestra.run.smithi003.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-16T08:21:27.102 INFO:teuthology.orchestra.run.smithi003.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-16T08:21:27.104 INFO:teuthology.orchestra.run.smithi003.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-16T08:21:27.104 INFO:teuthology.orchestra.run.smithi003.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-16T08:21:27.110 INFO:teuthology.orchestra.run.smithi003.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-16T08:21:27.111 INFO:teuthology.orchestra.run.smithi003.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-16T08:21:27.118 INFO:teuthology.orchestra.run.smithi003.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-16T08:21:27.120 INFO:teuthology.orchestra.run.smithi003.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-16T08:21:27.120 INFO:teuthology.orchestra.run.smithi003.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-16T08:21:27.156 INFO:teuthology.orchestra.run.smithi071.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-16T08:21:27.170 INFO:teuthology.orchestra.run.smithi177.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-16T08:21:27.235 INFO:teuthology.orchestra.run.smithi071.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4917-g8293d73f-1jammy [112 kB] 2024-09-16T08:21:27.237 INFO:teuthology.orchestra.run.smithi071.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4917-g8293d73f-1jammy [473 kB] 2024-09-16T08:21:27.247 INFO:teuthology.orchestra.run.smithi071.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4917-g8293d73f-1jammy [28.3 MB] 2024-09-16T08:21:27.359 INFO:teuthology.orchestra.run.smithi177.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4917-g8293d73f-1jammy [112 kB] 2024-09-16T08:21:27.361 INFO:teuthology.orchestra.run.smithi177.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4917-g8293d73f-1jammy [473 kB] 2024-09-16T08:21:27.371 INFO:teuthology.orchestra.run.smithi177.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4917-g8293d73f-1jammy [28.3 MB] 2024-09-16T08:21:27.386 INFO:teuthology.orchestra.run.smithi071.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-16T08:21:27.397 INFO:teuthology.orchestra.run.smithi071.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-16T08:21:27.399 INFO:teuthology.orchestra.run.smithi177.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-16T08:21:27.411 INFO:teuthology.orchestra.run.smithi177.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-16T08:21:27.426 INFO:teuthology.orchestra.run.smithi071.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-16T08:21:27.435 INFO:teuthology.orchestra.run.smithi071.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-16T08:21:27.437 INFO:teuthology.orchestra.run.smithi071.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-16T08:21:27.438 INFO:teuthology.orchestra.run.smithi071.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-16T08:21:27.440 INFO:teuthology.orchestra.run.smithi071.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-16T08:21:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-16T08:21:27.449 INFO:teuthology.orchestra.run.smithi177.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-16T08:21:27.451 INFO:teuthology.orchestra.run.smithi177.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-16T08:21:27.452 INFO:teuthology.orchestra.run.smithi177.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-16T08:21:27.454 INFO:teuthology.orchestra.run.smithi177.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-16T08:21:27.457 INFO:teuthology.orchestra.run.smithi071.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-16T08:21:27.461 INFO:teuthology.orchestra.run.smithi071.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-16T08:21:27.468 INFO:teuthology.orchestra.run.smithi071.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-16T08:21:27.471 INFO:teuthology.orchestra.run.smithi177.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-16T08:21:27.475 INFO:teuthology.orchestra.run.smithi177.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-16T08:21:27.481 INFO:teuthology.orchestra.run.smithi177.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-16T08:21:27.548 INFO:teuthology.orchestra.run.smithi071.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-16T08:21:27.548 INFO:teuthology.orchestra.run.smithi071.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-16T08:21:27.553 INFO:teuthology.orchestra.run.smithi071.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-16T08:21:27.557 INFO:teuthology.orchestra.run.smithi071.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-16T08:21:27.561 INFO:teuthology.orchestra.run.smithi071.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-16T08:21:27.561 INFO:teuthology.orchestra.run.smithi177.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-16T08:21:27.562 INFO:teuthology.orchestra.run.smithi071.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-16T08:21:27.562 INFO:teuthology.orchestra.run.smithi177.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-16T08:21:27.563 INFO:teuthology.orchestra.run.smithi071.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-16T08:21:27.565 INFO:teuthology.orchestra.run.smithi071.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-16T08:21:27.565 INFO:teuthology.orchestra.run.smithi071.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-16T08:21:27.567 INFO:teuthology.orchestra.run.smithi177.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-16T08:21:27.571 INFO:teuthology.orchestra.run.smithi177.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-16T08:21:27.577 INFO:teuthology.orchestra.run.smithi177.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-16T08:21:27.577 INFO:teuthology.orchestra.run.smithi177.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-16T08:21:27.577 INFO:teuthology.orchestra.run.smithi177.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-16T08:21:27.578 INFO:teuthology.orchestra.run.smithi177.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-16T08:21:27.578 INFO:teuthology.orchestra.run.smithi177.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-16T08:21:27.632 INFO:teuthology.orchestra.run.smithi071.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-16T08:21:27.644 INFO:teuthology.orchestra.run.smithi177.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-16T08:21:27.648 INFO:teuthology.orchestra.run.smithi071.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-16T08:21:27.649 INFO:teuthology.orchestra.run.smithi071.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-16T08:21:27.649 INFO:teuthology.orchestra.run.smithi071.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-16T08:21:27.650 INFO:teuthology.orchestra.run.smithi071.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-16T08:21:27.655 INFO:teuthology.orchestra.run.smithi071.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-16T08:21:27.661 INFO:teuthology.orchestra.run.smithi177.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-16T08:21:27.661 INFO:teuthology.orchestra.run.smithi177.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-16T08:21:27.662 INFO:teuthology.orchestra.run.smithi177.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-16T08:21:27.663 INFO:teuthology.orchestra.run.smithi177.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-16T08:21:27.668 INFO:teuthology.orchestra.run.smithi177.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-16T08:21:27.698 INFO:teuthology.orchestra.run.smithi003.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4917-g8293d73f-1jammy [3,334 kB] 2024-09-16T08:21:27.713 INFO:teuthology.orchestra.run.smithi071.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-16T08:21:27.714 INFO:teuthology.orchestra.run.smithi071.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-16T08:21:27.715 INFO:teuthology.orchestra.run.smithi071.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-16T08:21:27.717 INFO:teuthology.orchestra.run.smithi071.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T08:21:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-16T08:21:27.726 INFO:teuthology.orchestra.run.smithi177.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-16T08:21:27.727 INFO:teuthology.orchestra.run.smithi177.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-16T08:21:27.729 INFO:teuthology.orchestra.run.smithi177.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T08:21:27.795 INFO:teuthology.orchestra.run.smithi071.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-16T08:21:27.795 INFO:teuthology.orchestra.run.smithi071.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-16T08:21:27.797 INFO:teuthology.orchestra.run.smithi071.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-16T08:21:27.799 INFO:teuthology.orchestra.run.smithi071.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-16T08:21:27.799 INFO:teuthology.orchestra.run.smithi071.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-16T08:21:27.806 INFO:teuthology.orchestra.run.smithi177.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-16T08:21:27.807 INFO:teuthology.orchestra.run.smithi177.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-16T08:21:27.809 INFO:teuthology.orchestra.run.smithi177.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-16T08:21:27.811 INFO:teuthology.orchestra.run.smithi177.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-16T08:21:27.812 INFO:teuthology.orchestra.run.smithi177.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-16T08:21:27.876 INFO:teuthology.orchestra.run.smithi071.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-16T08:21:27.876 INFO:teuthology.orchestra.run.smithi071.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-16T08:21:27.877 INFO:teuthology.orchestra.run.smithi071.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-16T08:21:27.879 INFO:teuthology.orchestra.run.smithi071.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-16T08:21:27.881 INFO:teuthology.orchestra.run.smithi071.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-16T08:21:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-16T08:21:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-16T08:21:27.890 INFO:teuthology.orchestra.run.smithi177.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-16T08:21:27.890 INFO:teuthology.orchestra.run.smithi177.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-16T08:21:27.893 INFO:teuthology.orchestra.run.smithi177.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-16T08:21:27.957 INFO:teuthology.orchestra.run.smithi071.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-16T08:21:27.959 INFO:teuthology.orchestra.run.smithi071.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-16T08:21:27.961 INFO:teuthology.orchestra.run.smithi071.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-16T08:21:27.963 INFO:teuthology.orchestra.run.smithi071.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-16T08:21:27.967 INFO:teuthology.orchestra.run.smithi071.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-16T08:21:27.969 INFO:teuthology.orchestra.run.smithi177.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-16T08:21:27.970 INFO:teuthology.orchestra.run.smithi177.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-16T08:21:27.973 INFO:teuthology.orchestra.run.smithi177.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-16T08:21:27.975 INFO:teuthology.orchestra.run.smithi177.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-16T08:21:27.981 INFO:teuthology.orchestra.run.smithi177.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-16T08:21:28.039 INFO:teuthology.orchestra.run.smithi071.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-16T08:21:28.040 INFO:teuthology.orchestra.run.smithi071.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-16T08:21:28.045 INFO:teuthology.orchestra.run.smithi071.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-16T08:21:28.050 INFO:teuthology.orchestra.run.smithi177.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-16T08:21:28.052 INFO:teuthology.orchestra.run.smithi177.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-16T08:21:28.057 INFO:teuthology.orchestra.run.smithi177.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-16T08:21:28.207 INFO:teuthology.orchestra.run.smithi071.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-16T08:21:28.208 INFO:teuthology.orchestra.run.smithi071.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-16T08:21:28.211 INFO:teuthology.orchestra.run.smithi071.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T08:21:28.211 INFO:teuthology.orchestra.run.smithi071.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-16T08:21:28.214 INFO:teuthology.orchestra.run.smithi071.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-16T08:21:28.220 INFO:teuthology.orchestra.run.smithi177.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-16T08:21:28.222 INFO:teuthology.orchestra.run.smithi177.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-16T08:21:28.225 INFO:teuthology.orchestra.run.smithi177.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T08:21:28.225 INFO:teuthology.orchestra.run.smithi177.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-16T08:21:28.227 INFO:teuthology.orchestra.run.smithi177.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-16T08:21:28.262 INFO:teuthology.orchestra.run.smithi177.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-16T08:21:28.296 INFO:teuthology.orchestra.run.smithi177.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-16T08:21:28.296 INFO:teuthology.orchestra.run.smithi177.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-16T08:21:28.316 INFO:teuthology.orchestra.run.smithi071.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-16T08:21:28.365 INFO:teuthology.orchestra.run.smithi177.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-16T08:21:28.365 INFO:teuthology.orchestra.run.smithi177.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-16T08:21:28.368 INFO:teuthology.orchestra.run.smithi003.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4917-g8293d73f-1jammy [722 kB] 2024-09-16T08:21:28.387 INFO:teuthology.orchestra.run.smithi177.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-16T08:21:28.390 INFO:teuthology.orchestra.run.smithi071.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-16T08:21:28.394 INFO:teuthology.orchestra.run.smithi071.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-16T08:21:28.394 INFO:teuthology.orchestra.run.smithi071.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4917-g8293d73f-1jammy [5,209 kB] 2024-09-16T08:21:28.422 INFO:teuthology.orchestra.run.smithi071.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-16T08:21:28.422 INFO:teuthology.orchestra.run.smithi071.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-16T08:21:28.423 INFO:teuthology.orchestra.run.smithi071.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-16T08:21:28.424 INFO:teuthology.orchestra.run.smithi071.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-16T08:21:28.425 INFO:teuthology.orchestra.run.smithi071.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-16T08:21:28.426 INFO:teuthology.orchestra.run.smithi071.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-16T08:21:28.432 INFO:teuthology.orchestra.run.smithi177.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-16T08:21:28.433 INFO:teuthology.orchestra.run.smithi177.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-16T08:21:28.434 INFO:teuthology.orchestra.run.smithi177.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4917-g8293d73f-1jammy [5,209 kB] 2024-09-16T08:21:28.435 INFO:teuthology.orchestra.run.smithi177.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-16T08:21:28.435 INFO:teuthology.orchestra.run.smithi177.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-16T08:21:28.437 INFO:teuthology.orchestra.run.smithi177.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-16T08:21:28.445 INFO:teuthology.orchestra.run.smithi177.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-16T08:21:28.446 INFO:teuthology.orchestra.run.smithi003.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4917-g8293d73f-1jammy [356 kB] 2024-09-16T08:21:28.455 INFO:teuthology.orchestra.run.smithi071.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-16T08:21:28.468 INFO:teuthology.orchestra.run.smithi177.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-16T08:21:28.471 INFO:teuthology.orchestra.run.smithi071.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4917-g8293d73f-1jammy [251 kB] 2024-09-16T08:21:28.471 INFO:teuthology.orchestra.run.smithi177.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-16T08:21:28.473 INFO:teuthology.orchestra.run.smithi177.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-16T08:21:28.474 INFO:teuthology.orchestra.run.smithi071.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4917-g8293d73f-1jammy [124 kB] 2024-09-16T08:21:28.475 INFO:teuthology.orchestra.run.smithi071.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4917-g8293d73f-1jammy [1,562 kB] 2024-09-16T08:21:28.493 INFO:teuthology.orchestra.run.smithi071.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4917-g8293d73f-1jammy [6,309 kB] 2024-09-16T08:21:28.496 INFO:teuthology.orchestra.run.smithi003.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4917-g8293d73f-1jammy [32.8 kB] 2024-09-16T08:21:28.497 INFO:teuthology.orchestra.run.smithi003.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4917-g8293d73f-1jammy [180 kB] 2024-09-16T08:21:28.509 INFO:teuthology.orchestra.run.smithi071.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-16T08:21:28.515 INFO:teuthology.orchestra.run.smithi177.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4917-g8293d73f-1jammy [251 kB] 2024-09-16T08:21:28.517 INFO:teuthology.orchestra.run.smithi071.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-16T08:21:28.518 INFO:teuthology.orchestra.run.smithi177.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4917-g8293d73f-1jammy [124 kB] 2024-09-16T08:21:28.521 INFO:teuthology.orchestra.run.smithi071.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-16T08:21:28.525 INFO:teuthology.orchestra.run.smithi071.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-16T08:21:28.526 INFO:teuthology.orchestra.run.smithi071.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-16T08:21:28.529 INFO:teuthology.orchestra.run.smithi177.stdout:Get:87 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4917-g8293d73f-1jammy [1,562 kB] 2024-09-16T08:21:28.544 INFO:teuthology.orchestra.run.smithi071.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-16T08:21:28.546 INFO:teuthology.orchestra.run.smithi003.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4917-g8293d73f-1jammy [71.3 kB] 2024-09-16T08:21:28.549 INFO:teuthology.orchestra.run.smithi177.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-16T08:21:28.550 INFO:teuthology.orchestra.run.smithi071.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-16T08:21:28.552 INFO:teuthology.orchestra.run.smithi071.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-16T08:21:28.553 INFO:teuthology.orchestra.run.smithi071.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-16T08:21:28.556 INFO:teuthology.orchestra.run.smithi177.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-16T08:21:28.558 INFO:teuthology.orchestra.run.smithi177.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-16T08:21:28.559 INFO:teuthology.orchestra.run.smithi177.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-16T08:21:28.571 INFO:teuthology.orchestra.run.smithi177.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-16T08:21:28.572 INFO:teuthology.orchestra.run.smithi177.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-16T08:21:28.572 INFO:teuthology.orchestra.run.smithi003.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4917-g8293d73f-1jammy [338 kB] 2024-09-16T08:21:28.580 INFO:teuthology.orchestra.run.smithi177.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-16T08:21:28.584 INFO:teuthology.orchestra.run.smithi177.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4917-g8293d73f-1jammy [6,309 kB] 2024-09-16T08:21:28.618 INFO:teuthology.orchestra.run.smithi071.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-16T08:21:28.619 INFO:teuthology.orchestra.run.smithi071.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-16T08:21:28.627 INFO:teuthology.orchestra.run.smithi071.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-16T08:21:28.628 INFO:teuthology.orchestra.run.smithi071.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T08:21:28.629 INFO:teuthology.orchestra.run.smithi003.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4917-g8293d73f-1jammy [7,989 kB] 2024-09-16T08:21:28.629 INFO:teuthology.orchestra.run.smithi071.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-16T08:21:28.631 INFO:teuthology.orchestra.run.smithi177.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T08:21:28.633 INFO:teuthology.orchestra.run.smithi177.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-16T08:21:28.633 INFO:teuthology.orchestra.run.smithi177.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-16T08:21:28.699 INFO:teuthology.orchestra.run.smithi071.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-16T08:21:28.703 INFO:teuthology.orchestra.run.smithi071.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-16T08:21:28.705 INFO:teuthology.orchestra.run.smithi071.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-16T08:21:28.708 INFO:teuthology.orchestra.run.smithi071.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4917-g8293d73f-1jammy [23.1 MB] 2024-09-16T08:21:28.712 INFO:teuthology.orchestra.run.smithi177.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-16T08:21:28.714 INFO:teuthology.orchestra.run.smithi177.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-16T08:21:28.722 INFO:teuthology.orchestra.run.smithi071.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-16T08:21:28.723 INFO:teuthology.orchestra.run.smithi071.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-16T08:21:28.731 INFO:teuthology.orchestra.run.smithi177.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-16T08:21:28.732 INFO:teuthology.orchestra.run.smithi177.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-16T08:21:28.733 INFO:teuthology.orchestra.run.smithi177.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-16T08:21:28.738 INFO:teuthology.orchestra.run.smithi177.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-16T08:21:28.739 INFO:teuthology.orchestra.run.smithi177.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-16T08:21:28.781 INFO:teuthology.orchestra.run.smithi071.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-16T08:21:28.786 INFO:teuthology.orchestra.run.smithi071.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-16T08:21:28.787 INFO:teuthology.orchestra.run.smithi071.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-16T08:21:28.819 INFO:teuthology.orchestra.run.smithi177.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4917-g8293d73f-1jammy [23.1 MB] 2024-09-16T08:21:29.606 INFO:teuthology.orchestra.run.smithi071.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4917-g8293d73f-1jammy [14.0 kB] 2024-09-16T08:21:29.606 INFO:teuthology.orchestra.run.smithi071.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4917-g8293d73f-1jammy [880 kB] 2024-09-16T08:21:29.623 INFO:teuthology.orchestra.run.smithi071.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4917-g8293d73f-1jammy [2,453 kB] 2024-09-16T08:21:29.665 INFO:teuthology.orchestra.run.smithi071.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4917-g8293d73f-1jammy [813 kB] 2024-09-16T08:21:29.684 INFO:teuthology.orchestra.run.smithi071.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4917-g8293d73f-1jammy [160 kB] 2024-09-16T08:21:29.686 INFO:teuthology.orchestra.run.smithi071.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4917-g8293d73f-1jammy [61.4 MB] 2024-09-16T08:21:29.730 INFO:teuthology.orchestra.run.smithi177.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4917-g8293d73f-1jammy [14.0 kB] 2024-09-16T08:21:29.730 INFO:teuthology.orchestra.run.smithi177.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4917-g8293d73f-1jammy [880 kB] 2024-09-16T08:21:29.747 INFO:teuthology.orchestra.run.smithi177.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4917-g8293d73f-1jammy [2,453 kB] 2024-09-16T08:21:29.790 INFO:teuthology.orchestra.run.smithi177.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4917-g8293d73f-1jammy [813 kB] 2024-09-16T08:21:29.810 INFO:teuthology.orchestra.run.smithi177.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4917-g8293d73f-1jammy [160 kB] 2024-09-16T08:21:29.813 INFO:teuthology.orchestra.run.smithi177.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4917-g8293d73f-1jammy [61.4 MB] 2024-09-16T08:21:30.406 INFO:teuthology.orchestra.run.smithi003.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4917-g8293d73f-1jammy [112 kB] 2024-09-16T08:21:30.461 INFO:teuthology.orchestra.run.smithi003.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4917-g8293d73f-1jammy [473 kB] 2024-09-16T08:21:30.536 INFO:teuthology.orchestra.run.smithi003.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4917-g8293d73f-1jammy [28.3 MB] 2024-09-16T08:21:32.121 INFO:teuthology.orchestra.run.smithi071.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4917-g8293d73f-1jammy [8,625 kB] 2024-09-16T08:21:32.235 INFO:teuthology.orchestra.run.smithi071.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4917-g8293d73f-1jammy [14.2 kB] 2024-09-16T08:21:32.236 INFO:teuthology.orchestra.run.smithi071.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4917-g8293d73f-1jammy [55.8 MB] 2024-09-16T08:21:32.288 INFO:teuthology.orchestra.run.smithi177.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4917-g8293d73f-1jammy [8,625 kB] 2024-09-16T08:21:32.492 INFO:teuthology.orchestra.run.smithi177.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4917-g8293d73f-1jammy [14.2 kB] 2024-09-16T08:21:32.499 INFO:teuthology.orchestra.run.smithi177.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4917-g8293d73f-1jammy [55.8 MB] 2024-09-16T08:21:34.323 INFO:teuthology.orchestra.run.smithi071.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4917-g8293d73f-1jammy [130 kB] 2024-09-16T08:21:34.325 INFO:teuthology.orchestra.run.smithi071.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4917-g8293d73f-1jammy [39.0 kB] 2024-09-16T08:21:34.419 INFO:teuthology.orchestra.run.smithi071.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4917-g8293d73f-1jammy [15.9 MB] 2024-09-16T08:21:34.601 INFO:teuthology.orchestra.run.smithi177.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4917-g8293d73f-1jammy [130 kB] 2024-09-16T08:21:34.603 INFO:teuthology.orchestra.run.smithi177.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4917-g8293d73f-1jammy [39.0 kB] 2024-09-16T08:21:34.605 INFO:teuthology.orchestra.run.smithi177.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4917-g8293d73f-1jammy [15.9 MB] 2024-09-16T08:21:34.780 INFO:teuthology.orchestra.run.smithi071.stdout:Get:119 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4917-g8293d73f-1jammy [91.3 kB] 2024-09-16T08:21:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:Get:119 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4917-g8293d73f-1jammy [91.3 kB] 2024-09-16T08:21:35.349 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 251 MB in 8s (30.2 MB/s) 2024-09-16T08:21:35.464 INFO:teuthology.orchestra.run.smithi003.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4917-g8293d73f-1jammy [5,209 kB] 2024-09-16T08:21:35.513 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-16T08:21:35.529 INFO:teuthology.orchestra.run.smithi177.stdout:Fetched 251 MB in 8s (29.6 MB/s) 2024-09-16T08:21:35.613 INFO:teuthology.orchestra.run.smithi071.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-16T08:21:35.618 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-16T08:21:35.695 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-16T08:21:35.703 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T08:21:35.757 INFO:teuthology.orchestra.run.smithi003.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4917-g8293d73f-1jammy [251 kB] 2024-09-16T08:21:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4917-g8293d73f-1jammy [124 kB] 2024-09-16T08:21:35.779 INFO:teuthology.orchestra.run.smithi003.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4917-g8293d73f-1jammy [1,562 kB] 2024-09-16T08:21:35.797 INFO:teuthology.orchestra.run.smithi177.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-16T08:21:35.802 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-16T08:21:35.881 INFO:teuthology.orchestra.run.smithi003.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4917-g8293d73f-1jammy [6,309 kB] 2024-09-16T08:21:35.885 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T08:21:36.048 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-16T08:21:36.067 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-16T08:21:36.106 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T08:21:36.189 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-16T08:21:36.215 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-16T08:21:36.255 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T08:21:36.278 INFO:teuthology.orchestra.run.smithi003.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4917-g8293d73f-1jammy [23.1 MB] 2024-09-16T08:21:36.442 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-16T08:21:36.469 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-16T08:21:36.509 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T08:21:36.558 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-16T08:21:36.585 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-16T08:21:36.625 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T08:21:36.929 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-16T08:21:36.955 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T08:21:37.004 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:21:37.062 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-16T08:21:37.088 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T08:21:37.136 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:21:37.415 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-16T08:21:37.441 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T08:21:37.482 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:21:37.531 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-16T08:21:37.558 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T08:21:37.589 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:21:37.692 INFO:teuthology.orchestra.run.smithi003.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4917-g8293d73f-1jammy [14.0 kB] 2024-09-16T08:21:37.692 INFO:teuthology.orchestra.run.smithi003.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4917-g8293d73f-1jammy [880 kB] 2024-09-16T08:21:37.714 INFO:teuthology.orchestra.run.smithi003.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4917-g8293d73f-1jammy [2,453 kB] 2024-09-16T08:21:37.835 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-16T08:21:37.840 INFO:teuthology.orchestra.run.smithi003.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4917-g8293d73f-1jammy [813 kB] 2024-09-16T08:21:37.861 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T08:21:37.881 INFO:teuthology.orchestra.run.smithi003.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4917-g8293d73f-1jammy [160 kB] 2024-09-16T08:21:37.884 INFO:teuthology.orchestra.run.smithi003.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4917-g8293d73f-1jammy [61.4 MB] 2024-09-16T08:21:37.901 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:21:38.052 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-16T08:21:38.078 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T08:21:38.159 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:21:38.246 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-16T08:21:38.273 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-16T08:21:38.312 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T08:21:38.512 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-16T08:21:38.538 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-16T08:21:38.579 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T08:21:38.699 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package librados2. 2024-09-16T08:21:38.725 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../007-librados2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:38.765 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:38.890 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package librados2. 2024-09-16T08:21:38.916 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../007-librados2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:38.956 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:39.218 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libnbd0. 2024-09-16T08:21:39.245 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-16T08:21:39.285 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-16T08:21:39.368 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libnbd0. 2024-09-16T08:21:39.382 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-16T08:21:39.417 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-16T08:21:39.562 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package librbd1. 2024-09-16T08:21:39.588 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../009-librbd1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:39.720 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package librbd1. 2024-09-16T08:21:39.746 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../009-librbd1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:39.748 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:39.786 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:40.231 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T08:21:40.257 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:40.274 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T08:21:40.297 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:40.300 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:40.340 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:40.566 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-rados. 2024-09-16T08:21:40.582 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:40.616 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:40.643 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-rados. 2024-09-16T08:21:40.669 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:40.709 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:40.861 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T08:21:40.887 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:21:40.927 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:40.988 INFO:teuthology.orchestra.run.smithi003.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4917-g8293d73f-1jammy [8,625 kB] 2024-09-16T08:21:40.995 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T08:21:41.022 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:21:41.053 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:41.180 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T08:21:41.206 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:41.222 INFO:teuthology.orchestra.run.smithi003.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4917-g8293d73f-1jammy [14.2 kB] 2024-09-16T08:21:41.223 INFO:teuthology.orchestra.run.smithi003.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4917-g8293d73f-1jammy [55.8 MB] 2024-09-16T08:21:41.246 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:41.289 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T08:21:41.304 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:41.348 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:41.557 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T08:21:41.586 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:21:41.640 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:41.667 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T08:21:41.693 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:21:41.733 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:41.985 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T08:21:42.011 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-16T08:21:42.051 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T08:21:42.053 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T08:21:42.080 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-16T08:21:42.120 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T08:21:42.330 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T08:21:42.356 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-16T08:21:42.388 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-16T08:21:42.423 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T08:21:42.449 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-16T08:21:42.481 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-16T08:21:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T08:21:42.630 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:42.673 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:42.725 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T08:21:42.740 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:42.783 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:43.055 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T08:21:43.082 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-16T08:21:43.184 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T08:21:43.212 INFO:teuthology.orchestra.run.smithi003.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4917-g8293d73f-1jammy [130 kB] 2024-09-16T08:21:43.215 INFO:teuthology.orchestra.run.smithi003.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4917-g8293d73f-1jammy [39.0 kB] 2024-09-16T08:21:43.216 INFO:teuthology.orchestra.run.smithi003.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4917-g8293d73f-1jammy [15.9 MB] 2024-09-16T08:21:43.236 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T08:21:43.262 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-16T08:21:43.303 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T08:21:43.455 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-16T08:21:43.471 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-16T08:21:43.514 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T08:21:43.589 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-16T08:21:43.604 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-16T08:21:43.611 INFO:teuthology.orchestra.run.smithi003.stdout:Get:119 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4917-g8293d73f-1jammy [91.3 kB] 2024-09-16T08:21:43.647 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T08:21:43.808 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-16T08:21:43.835 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-16T08:21:43.875 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T08:21:43.933 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-16T08:21:43.948 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-16T08:21:43.983 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T08:21:44.203 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package lua5.1. 2024-09-16T08:21:44.217 INFO:teuthology.orchestra.run.smithi003.stdout:Fetched 251 MB in 17s (14.7 MB/s) 2024-09-16T08:21:44.230 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-16T08:21:44.270 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-16T08:21:44.311 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package lua5.1. 2024-09-16T08:21:44.337 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-16T08:21:44.378 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-16T08:21:44.379 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-16T08:21:44.481 INFO:teuthology.orchestra.run.smithi003.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-16T08:21:44.487 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-16T08:21:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package lua-any. 2024-09-16T08:21:44.572 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-16T08:21:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-16T08:21:44.698 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package lua-any. 2024-09-16T08:21:44.724 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-16T08:21:44.753 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T08:21:44.781 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-16T08:21:44.833 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package zip. 2024-09-16T08:21:44.849 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-16T08:21:44.892 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking zip (3.0-12build2) ... 2024-09-16T08:21:45.056 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-16T08:21:45.083 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-16T08:21:45.123 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T08:21:45.175 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package zip. 2024-09-16T08:21:45.202 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-16T08:21:45.203 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package unzip. 2024-09-16T08:21:45.229 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-16T08:21:45.242 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking zip (3.0-12build2) ... 2024-09-16T08:21:45.270 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-16T08:21:45.434 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-16T08:21:45.461 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-16T08:21:45.501 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T08:21:45.536 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package unzip. 2024-09-16T08:21:45.552 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-16T08:21:45.586 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-16T08:21:45.665 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package luarocks. 2024-09-16T08:21:45.692 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-16T08:21:45.731 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-16T08:21:45.938 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-16T08:21:45.940 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package luarocks. 2024-09-16T08:21:45.965 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T08:21:45.967 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-16T08:21:46.007 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-16T08:21:46.013 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:21:46.114 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package librgw2. 2024-09-16T08:21:46.141 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../026-librgw2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:46.172 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:46.390 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package librgw2. 2024-09-16T08:21:46.391 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-16T08:21:46.416 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../026-librgw2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:46.418 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T08:21:46.449 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:21:46.456 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:46.724 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T08:21:46.740 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:46.783 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:46.794 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-16T08:21:46.821 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T08:21:46.860 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:21:47.058 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T08:21:47.074 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:47.108 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:47.119 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-16T08:21:47.146 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-16T08:21:47.185 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T08:21:47.205 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-16T08:21:47.255 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-16T08:21:47.271 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T08:21:47.444 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-16T08:21:47.471 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-16T08:21:47.496 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T08:21:47.511 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T08:21:47.523 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:47.563 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:47.600 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package librados2. 2024-09-16T08:21:47.626 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../007-librados2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:47.666 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:47.839 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T08:21:47.865 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:47.874 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-common. 2024-09-16T08:21:47.890 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:47.914 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:47.924 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:48.102 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libnbd0. 2024-09-16T08:21:48.129 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-16T08:21:48.169 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-16T08:21:48.342 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-common. 2024-09-16T08:21:48.368 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:48.408 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:48.480 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package librbd1. 2024-09-16T08:21:48.507 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../009-librbd1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:48.546 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:48.999 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T08:21:49.026 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:49.066 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:49.318 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-rados. 2024-09-16T08:21:49.334 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:49.368 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:49.371 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-base. 2024-09-16T08:21:49.398 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:49.439 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:49.671 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T08:21:49.698 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:21:49.737 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:49.930 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-base. 2024-09-16T08:21:49.956 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:49.984 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-16T08:21:50.011 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-16T08:21:50.014 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:50.050 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-16T08:21:50.147 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T08:21:50.174 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:50.215 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:50.370 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-cheroot. 2024-09-16T08:21:50.397 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-16T08:21:50.452 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T08:21:50.526 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T08:21:50.553 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:21:50.593 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:50.727 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-16T08:21:50.752 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-16T08:21:50.772 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-16T08:21:50.792 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-16T08:21:50.799 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-16T08:21:50.839 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-16T08:21:50.913 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T08:21:50.939 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-16T08:21:50.979 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T08:21:51.092 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-16T08:21:51.095 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-cheroot. 2024-09-16T08:21:51.118 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-16T08:21:51.121 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-16T08:21:51.149 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-16T08:21:51.161 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T08:21:51.415 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T08:21:51.442 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-16T08:21:51.452 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-16T08:21:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-16T08:21:51.481 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-16T08:21:51.507 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-16T08:21:51.519 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-16T08:21:51.533 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-16T08:21:51.573 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-16T08:21:51.709 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T08:21:51.725 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:51.760 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:51.822 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-tempora. 2024-09-16T08:21:51.848 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-16T08:21:51.859 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-16T08:21:51.874 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-16T08:21:51.897 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-16T08:21:51.917 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-16T08:21:52.104 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T08:21:52.131 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-16T08:21:52.170 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T08:21:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-portend. 2024-09-16T08:21:52.190 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-16T08:21:52.203 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-16T08:21:52.224 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-16T08:21:52.229 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-16T08:21:52.270 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-16T08:21:52.414 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-16T08:21:52.430 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-16T08:21:52.473 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T08:21:52.485 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-16T08:21:52.512 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-16T08:21:52.552 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-16T08:21:52.577 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-tempora. 2024-09-16T08:21:52.599 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-16T08:21:52.639 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-16T08:21:52.776 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-16T08:21:52.792 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-16T08:21:52.834 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T08:21:52.855 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T08:21:52.882 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-16T08:21:52.921 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-16T08:21:52.942 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-portend. 2024-09-16T08:21:52.969 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-16T08:21:53.009 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-16T08:21:53.145 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package lua5.1. 2024-09-16T08:21:53.172 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-16T08:21:53.212 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-16T08:21:53.241 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-natsort. 2024-09-16T08:21:53.262 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-16T08:21:53.268 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-16T08:21:53.288 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-16T08:21:53.300 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-16T08:21:53.320 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-16T08:21:53.498 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package lua-any. 2024-09-16T08:21:53.514 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-16T08:21:53.548 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-16T08:21:53.569 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T08:21:53.596 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-16T08:21:53.631 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T08:21:53.635 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-16T08:21:53.658 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-16T08:21:53.698 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-16T08:21:53.784 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package zip. 2024-09-16T08:21:53.800 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-16T08:21:53.834 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking zip (3.0-12build2) ... 2024-09-16T08:21:53.939 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T08:21:53.965 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-16T08:21:54.013 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-16T08:21:54.018 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-natsort. 2024-09-16T08:21:54.044 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-16T08:21:54.076 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-16T08:21:54.120 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package unzip. 2024-09-16T08:21:54.147 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-16T08:21:54.187 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-16T08:21:54.316 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-mako. 2024-09-16T08:21:54.343 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-16T08:21:54.371 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T08:21:54.383 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T08:21:54.397 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-16T08:21:54.437 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-16T08:21:54.599 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package luarocks. 2024-09-16T08:21:54.627 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-16T08:21:54.666 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-16T08:21:54.703 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T08:21:54.718 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T08:21:54.723 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T08:21:54.750 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-16T08:21:54.752 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T08:21:54.790 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-16T08:21:55.047 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T08:21:55.074 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-16T08:21:55.093 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-mako. 2024-09-16T08:21:55.119 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-16T08:21:55.122 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-16T08:21:55.159 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T08:21:55.240 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package librgw2. 2024-09-16T08:21:55.268 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../026-librgw2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:55.307 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:55.416 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-webob. 2024-09-16T08:21:55.443 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-16T08:21:55.462 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T08:21:55.483 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T08:21:55.489 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T08:21:55.679 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T08:21:55.827 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T08:21:55.854 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-16T08:21:55.897 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T08:21:55.900 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T08:21:55.917 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:55.951 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:55.974 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T08:21:56.000 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-16T08:21:56.049 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-16T08:21:56.205 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T08:21:56.232 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-16T08:21:56.262 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-16T08:21:56.271 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T08:21:56.288 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-16T08:21:56.309 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-webob. 2024-09-16T08:21:56.325 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-16T08:21:56.328 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T08:21:56.359 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T08:21:56.550 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-paste. 2024-09-16T08:21:56.576 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-16T08:21:56.608 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T08:21:56.639 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T08:21:56.666 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:56.704 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T08:21:56.706 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:56.731 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-16T08:21:56.774 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T08:21:56.919 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T08:21:56.935 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-16T08:21:56.977 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T08:21:57.049 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T08:21:57.075 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-16T08:21:57.076 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-common. 2024-09-16T08:21:57.103 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:57.107 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T08:21:57.151 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:57.254 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T08:21:57.270 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-16T08:21:57.305 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-16T08:21:57.401 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-paste. 2024-09-16T08:21:57.428 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-16T08:21:57.468 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T08:21:57.557 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T08:21:57.574 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-16T08:21:57.633 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-16T08:21:57.770 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T08:21:57.786 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-16T08:21:57.837 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T08:21:57.952 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T08:21:57.979 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-16T08:21:58.019 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T08:21:58.134 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T08:21:58.161 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-16T08:21:58.201 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-16T08:21:58.373 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-certifi. 2024-09-16T08:21:58.392 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-16T08:21:58.431 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-16T08:21:58.504 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T08:21:58.531 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-16T08:21:58.570 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-16T08:21:58.665 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-base. 2024-09-16T08:21:58.691 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:21:58.740 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:21:58.751 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-idna. 2024-09-16T08:21:58.778 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-16T08:21:58.817 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T08:21:58.848 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T08:21:58.875 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-16T08:21:58.906 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T08:21:59.152 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-urllib3. 2024-09-16T08:21:59.177 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-16T08:21:59.220 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T08:21:59.237 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-certifi. 2024-09-16T08:21:59.264 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-16T08:21:59.268 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-16T08:21:59.296 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-16T08:21:59.303 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-16T08:21:59.335 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-16T08:21:59.872 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-cheroot. 2024-09-16T08:21:59.899 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-16T08:22:00.124 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-idna. 2024-09-16T08:22:00.150 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-16T08:22:00.388 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T08:22:00.483 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-requests. 2024-09-16T08:22:00.510 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-16T08:22:00.540 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T08:22:00.565 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T08:22:00.741 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-16T08:22:00.768 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-16T08:22:00.793 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T08:22:00.808 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-16T08:22:00.820 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-16T08:22:00.860 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T08:22:01.069 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-urllib3. 2024-09-16T08:22:01.096 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-16T08:22:01.135 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T08:22:01.136 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-16T08:22:01.145 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T08:22:01.161 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:01.162 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-16T08:22:01.196 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:01.202 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-16T08:22:01.464 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-requests. 2024-09-16T08:22:01.488 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-16T08:22:01.490 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-16T08:22:01.515 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-16T08:22:01.530 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T08:22:01.550 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-16T08:22:01.554 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-16T08:22:01.577 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:01.617 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:01.833 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-tempora. 2024-09-16T08:22:01.850 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T08:22:01.860 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-16T08:22:01.877 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-16T08:22:01.899 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-16T08:22:01.917 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T08:22:01.936 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T08:22:01.963 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-16T08:22:02.003 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-16T08:22:02.186 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-portend. 2024-09-16T08:22:02.212 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T08:22:02.212 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-16T08:22:02.239 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:02.252 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-16T08:22:02.264 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T08:22:02.278 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:02.279 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-16T08:22:02.314 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-16T08:22:02.555 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-16T08:22:02.581 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-16T08:22:02.621 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-16T08:22:02.642 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T08:22:02.659 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-16T08:22:02.669 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:02.686 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:02.708 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:02.725 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:02.883 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T08:22:02.910 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-16T08:22:02.941 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-16T08:22:03.037 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T08:22:03.063 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-16T08:22:03.087 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T08:22:03.103 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-16T08:22:03.113 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:03.153 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:03.294 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-natsort. 2024-09-16T08:22:03.322 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-16T08:22:03.361 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-16T08:22:03.381 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T08:22:03.408 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-16T08:22:03.448 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-16T08:22:03.672 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T08:22:03.699 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-16T08:22:03.738 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-16T08:22:03.756 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T08:22:03.768 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T08:22:03.783 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:03.794 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:03.823 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:03.834 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:03.992 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T08:22:04.019 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-16T08:22:04.059 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-16T08:22:04.230 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T08:22:04.256 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:04.296 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:04.361 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-mako. 2024-09-16T08:22:04.377 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-16T08:22:04.419 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T08:22:04.772 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T08:22:04.799 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T08:22:04.839 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T08:22:04.876 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph. 2024-09-16T08:22:04.891 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../067-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:04.909 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T08:22:04.926 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:04.935 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:04.967 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:05.133 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T08:22:05.160 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-16T08:22:05.187 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T08:22:05.200 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-16T08:22:05.213 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:05.244 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:05.619 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-webob. 2024-09-16T08:22:05.631 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T08:22:05.646 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-16T08:22:05.658 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:05.677 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T08:22:05.698 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:05.989 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T08:22:06.016 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-16T08:22:06.058 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T08:22:06.083 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package cephadm. 2024-09-16T08:22:06.111 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../070-cephadm_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:06.150 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:06.203 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph. 2024-09-16T08:22:06.230 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../067-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:06.270 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:06.375 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T08:22:06.402 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-16T08:22:06.436 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-16T08:22:06.442 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T08:22:06.463 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-16T08:22:06.502 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-16T08:22:06.564 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T08:22:06.579 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:06.614 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:06.744 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-paste. 2024-09-16T08:22:06.771 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-16T08:22:06.811 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T08:22:06.830 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-16T08:22:06.846 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T08:22:06.888 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:06.984 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T08:22:07.011 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:07.051 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:07.131 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T08:22:07.158 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-16T08:22:07.197 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T08:22:07.446 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package cephadm. 2024-09-16T08:22:07.473 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../070-cephadm_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:07.512 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:07.517 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T08:22:07.544 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-16T08:22:07.584 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-16T08:22:07.807 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-16T08:22:07.833 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-16T08:22:07.853 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-babel. 2024-09-16T08:22:07.864 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-16T08:22:07.880 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T08:22:07.886 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T08:22:07.913 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-16T08:22:07.926 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:07.953 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-16T08:22:08.185 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-16T08:22:08.211 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T08:22:08.229 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T08:22:08.239 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T08:22:08.251 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:08.255 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-16T08:22:08.256 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-16T08:22:08.288 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T08:22:08.295 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T08:22:08.624 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T08:22:08.644 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-certifi. 2024-09-16T08:22:08.651 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:08.671 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-16T08:22:08.690 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:08.710 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-16T08:22:08.988 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-idna. 2024-09-16T08:22:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T08:22:09.004 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-16T08:22:09.029 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T08:22:09.037 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T08:22:09.068 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T08:22:09.290 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-babel. 2024-09-16T08:22:09.315 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-urllib3. 2024-09-16T08:22:09.317 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T08:22:09.343 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-16T08:22:09.356 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:09.371 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-routes. 2024-09-16T08:22:09.384 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T08:22:09.398 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-16T08:22:09.438 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T08:22:09.651 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T08:22:09.678 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-16T08:22:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-requests. 2024-09-16T08:22:09.706 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-16T08:22:09.717 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T08:22:09.745 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T08:22:09.774 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T08:22:09.801 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:09.840 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:10.054 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T08:22:10.057 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T08:22:10.081 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:10.084 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-16T08:22:10.121 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:10.123 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T08:22:10.393 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T08:22:10.409 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:10.441 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T08:22:10.451 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:10.468 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T08:22:10.508 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T08:22:10.811 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-routes. 2024-09-16T08:22:10.840 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-16T08:22:10.877 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T08:22:10.956 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-16T08:22:10.984 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:11.022 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:11.256 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T08:22:11.283 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:11.283 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T08:22:11.311 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-16T08:22:11.322 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:11.350 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-16T08:22:11.678 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T08:22:11.705 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-16T08:22:11.744 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-16T08:22:12.081 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T08:22:12.108 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:12.147 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:12.361 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-16T08:22:12.379 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-16T08:22:12.419 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T08:22:12.517 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T08:22:12.545 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:12.575 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:12.873 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T08:22:12.901 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-16T08:22:12.939 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T08:22:13.287 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T08:22:13.301 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-16T08:22:13.315 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:13.329 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-16T08:22:13.354 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:13.367 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-16T08:22:13.662 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T08:22:13.690 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-16T08:22:13.805 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T08:22:14.020 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-16T08:22:14.037 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-16T08:22:14.078 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T08:22:14.457 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph. 2024-09-16T08:22:14.473 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../067-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:14.481 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T08:22:14.509 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:14.515 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:14.556 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:14.582 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T08:22:14.609 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-16T08:22:14.657 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T08:22:14.826 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T08:22:14.854 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:14.892 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:14.994 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-16T08:22:15.022 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-16T08:22:15.060 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-16T08:22:15.254 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T08:22:15.282 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:15.320 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:15.330 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T08:22:15.357 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-16T08:22:15.474 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T08:22:15.625 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T08:22:15.653 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-16T08:22:15.692 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-16T08:22:15.723 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package cephadm. 2024-09-16T08:22:15.740 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../070-cephadm_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:15.898 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:15.961 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T08:22:15.989 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-16T08:22:16.019 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-16T08:22:16.193 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-16T08:22:16.201 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T08:22:16.220 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-16T08:22:16.230 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:16.267 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-16T08:22:16.281 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T08:22:16.309 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-16T08:22:16.348 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T08:22:16.451 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:16.578 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-16T08:22:16.606 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T08:22:16.645 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:16.667 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T08:22:16.695 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-16T08:22:16.734 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-16T08:22:17.071 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T08:22:17.098 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-16T08:22:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-16T08:22:17.430 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T08:22:17.457 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-16T08:22:17.465 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T08:22:17.494 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-16T08:22:17.496 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-16T08:22:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T08:22:17.691 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-babel. 2024-09-16T08:22:17.719 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T08:22:17.758 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:17.810 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T08:22:17.824 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T08:22:17.826 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-16T08:22:17.852 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-16T08:22:17.859 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-16T08:22:17.891 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-16T08:22:18.061 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T08:22:18.089 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-16T08:22:18.127 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T08:22:18.154 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T08:22:18.182 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-16T08:22:18.221 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T08:22:18.236 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T08:22:18.264 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-16T08:22:18.303 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T08:22:18.472 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T08:22:18.500 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:18.538 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:18.589 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T08:22:18.617 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-16T08:22:18.656 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-16T08:22:18.851 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T08:22:18.867 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T08:22:18.867 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:18.894 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T08:22:18.909 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:18.925 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T08:22:18.943 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T08:22:18.971 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-16T08:22:19.010 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-16T08:22:19.203 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-routes. 2024-09-16T08:22:19.229 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T08:22:19.230 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-16T08:22:19.256 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-16T08:22:19.269 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T08:22:19.295 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T08:22:19.330 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T08:22:19.357 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-16T08:22:19.397 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T08:22:19.556 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T08:22:19.584 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:19.590 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T08:22:19.618 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T08:22:19.622 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:19.648 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T08:22:19.649 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T08:22:19.669 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-16T08:22:19.700 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-16T08:22:19.909 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package jq. 2024-09-16T08:22:19.925 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T08:22:19.967 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-16T08:22:20.020 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T08:22:20.048 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-16T08:22:20.086 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T08:22:20.220 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package socat. 2024-09-16T08:22:20.236 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-16T08:22:20.270 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-16T08:22:20.531 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T08:22:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-16T08:22:20.598 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-16T08:22:20.742 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T08:22:20.759 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:20.801 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:20.977 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-test. 2024-09-16T08:22:21.005 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:21.043 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:21.279 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T08:22:21.307 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-16T08:22:21.345 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T08:22:21.690 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T08:22:21.718 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T08:22:21.757 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T08:22:22.001 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package jq. 2024-09-16T08:22:22.017 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T08:22:22.060 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-16T08:22:22.321 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package socat. 2024-09-16T08:22:22.337 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-16T08:22:22.379 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-16T08:22:22.503 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-16T08:22:22.534 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-16T08:22:22.577 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T08:22:22.691 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T08:22:22.719 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-16T08:22:22.758 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-16T08:22:23.064 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T08:22:23.092 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-16T08:22:23.121 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-test. 2024-09-16T08:22:23.130 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T08:22:23.136 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:23.179 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:23.492 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-16T08:22:23.520 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-16T08:22:23.558 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-16T08:22:23.581 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package ceph-volume. 2024-09-16T08:22:23.609 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:23.649 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:23.853 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T08:22:23.881 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-16T08:22:23.936 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T08:22:23.953 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:23.986 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:24.005 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T08:22:24.247 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-16T08:22:24.263 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-16T08:22:24.297 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T08:22:24.601 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-16T08:22:24.629 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-16T08:22:24.667 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-16T08:22:24.689 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T08:22:24.718 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:24.755 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:25.038 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T08:22:25.066 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-16T08:22:25.104 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T08:22:25.593 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package pkg-config. 2024-09-16T08:22:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-16T08:22:25.659 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T08:22:25.675 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-volume. 2024-09-16T08:22:25.704 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:25.742 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:25.742 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T08:22:25.770 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-16T08:22:25.808 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-16T08:22:25.904 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-16T08:22:25.920 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-16T08:22:25.954 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-16T08:22:26.046 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T08:22:26.062 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:26.120 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:26.328 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T08:22:26.356 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-16T08:22:26.357 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-16T08:22:26.385 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-16T08:22:26.394 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-16T08:22:26.424 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-16T08:22:26.432 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-16T08:22:26.460 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-16T08:22:26.524 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T08:22:26.676 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T08:22:26.692 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T08:22:26.726 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T08:22:26.731 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T08:22:26.759 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-16T08:22:26.797 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T08:22:26.862 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-16T08:22:26.890 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-16T08:22:26.928 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-16T08:22:27.021 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T08:22:27.049 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-16T08:22:27.087 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-16T08:22:27.109 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T08:22:27.137 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-16T08:22:27.175 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-16T08:22:27.308 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T08:22:27.336 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-16T08:22:27.374 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T08:22:27.398 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T08:22:27.427 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-16T08:22:27.465 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-16T08:22:27.496 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T08:22:27.524 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-16T08:22:27.562 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-16T08:22:27.788 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package pkg-config. 2024-09-16T08:22:27.801 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-py. 2024-09-16T08:22:27.817 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-16T08:22:27.829 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-16T08:22:27.854 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T08:22:27.876 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-16T08:22:27.890 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T08:22:27.919 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-16T08:22:27.948 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T08:22:28.116 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-16T08:22:28.133 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-16T08:22:28.174 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-16T08:22:28.196 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-pygments. 2024-09-16T08:22:28.224 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-16T08:22:28.235 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T08:22:28.265 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T08:22:28.265 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-16T08:22:28.301 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-16T08:22:28.595 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-16T08:22:28.621 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T08:22:28.623 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-16T08:22:28.650 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-16T08:22:28.661 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-16T08:22:28.687 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T08:22:28.709 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T08:22:28.736 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-16T08:22:28.783 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-16T08:22:28.947 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T08:22:28.976 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T08:22:29.014 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T08:22:29.094 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-toml. 2024-09-16T08:22:29.122 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-16T08:22:29.160 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-16T08:22:29.310 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T08:22:29.325 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T08:22:29.339 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:29.342 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-16T08:22:29.376 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:29.384 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-16T08:22:29.463 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T08:22:29.491 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-16T08:22:29.521 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T08:22:29.646 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T08:22:29.674 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-16T08:22:29.712 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-16T08:22:29.721 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T08:22:29.749 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-16T08:22:29.787 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T08:22:29.891 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T08:22:29.919 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-16T08:22:29.957 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-16T08:22:30.032 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-py. 2024-09-16T08:22:30.048 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-16T08:22:30.090 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-16T08:22:30.124 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T08:22:30.153 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T08:22:30.190 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T08:22:30.235 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-16T08:22:30.263 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-16T08:22:30.302 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-16T08:22:30.369 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pygments. 2024-09-16T08:22:30.385 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-16T08:22:30.418 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package jq. 2024-09-16T08:22:30.418 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T08:22:30.435 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T08:22:30.467 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-16T08:22:30.712 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package socat. 2024-09-16T08:22:30.741 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-16T08:22:30.778 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-16T08:22:30.890 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T08:22:30.918 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-16T08:22:30.956 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-16T08:22:31.022 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package radosgw. 2024-09-16T08:22:31.051 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../117-radosgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:31.082 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T08:22:31.088 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:31.099 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-16T08:22:31.140 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-16T08:22:31.285 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-toml. 2024-09-16T08:22:31.313 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-16T08:22:31.351 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-16T08:22:31.486 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-test. 2024-09-16T08:22:31.515 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:31.552 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:31.896 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T08:22:31.924 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-16T08:22:31.942 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T08:22:31.958 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:31.962 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T08:22:32.000 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:32.291 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T08:22:32.296 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-16T08:22:32.319 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-16T08:22:32.366 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-16T08:22:32.546 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T08:22:32.643 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-16T08:22:32.660 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-16T08:22:32.672 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T08:22:32.702 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-16T08:22:32.936 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-16T08:22:33.275 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-16T08:22:33.456 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package radosgw. 2024-09-16T08:22:33.485 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../117-radosgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:33.522 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:33.708 INFO:teuthology.orchestra.run.smithi177.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-16T08:22:33.809 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:34.198 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-volume. 2024-09-16T08:22:34.227 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T08:22:34.264 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:34.382 INFO:teuthology.orchestra.run.smithi177.stdout:Adding system user cephadm....done 2024-09-16T08:22:34.426 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T08:22:34.454 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:34.492 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:34.569 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T08:22:34.572 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T08:22:34.585 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:34.627 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:34.789 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-16T08:22:34.938 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-16T08:22:34.966 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-16T08:22:35.004 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T08:22:35.048 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T08:22:35.174 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-16T08:22:35.208 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T08:22:35.334 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-16T08:22:35.362 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-16T08:22:35.392 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-16T08:22:35.434 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-16T08:22:35.490 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-16T08:22:35.560 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-16T08:22:35.763 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T08:22:35.791 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-16T08:22:35.816 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-16T08:22:35.829 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T08:22:36.053 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T08:22:36.226 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package pkg-config. 2024-09-16T08:22:36.249 INFO:teuthology.orchestra.run.smithi071.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-16T08:22:36.254 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-16T08:22:36.292 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T08:22:36.318 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:36.337 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T08:22:36.463 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-16T08:22:36.553 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-16T08:22:36.570 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-16T08:22:36.612 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-16T08:22:36.773 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T08:22:36.852 INFO:teuthology.orchestra.run.smithi071.stdout:Adding system user cephadm....done 2024-09-16T08:22:37.008 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T08:22:37.048 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-16T08:22:37.077 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-16T08:22:37.115 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-16T08:22:37.125 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-16T08:22:37.326 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-16T08:22:37.367 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-16T08:22:37.401 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T08:22:37.429 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T08:22:37.467 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T08:22:37.585 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-16T08:22:37.644 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-16T08:22:37.687 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-16T08:22:37.746 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T08:22:37.762 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-16T08:22:37.804 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-16T08:22:37.879 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-16T08:22:37.921 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T08:22:38.115 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T08:22:38.130 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-16T08:22:38.144 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-16T08:22:38.172 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T08:22:38.181 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-16T08:22:38.301 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-16T08:22:38.389 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-16T08:22:38.501 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-py. 2024-09-16T08:22:38.533 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-16T08:22:38.567 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-16T08:22:38.631 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:38.644 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T08:22:38.883 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T08:22:38.921 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pygments. 2024-09-16T08:22:38.950 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-16T08:22:38.987 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T08:22:38.988 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-16T08:22:38.992 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-16T08:22:39.093 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T08:22:39.211 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T08:22:39.239 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-16T08:22:39.337 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-16T08:22:39.450 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T08:22:39.478 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-16T08:22:39.507 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-16T08:22:39.516 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-16T08:22:39.588 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-16T08:22:39.776 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-16T08:22:39.844 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-toml. 2024-09-16T08:22:39.873 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-16T08:22:39.910 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-16T08:22:40.012 INFO:teuthology.orchestra.run.smithi177.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-16T08:22:40.035 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-16T08:22:40.044 INFO:teuthology.orchestra.run.smithi177.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-16T08:22:40.108 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T08:22:40.164 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T08:22:40.192 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-16T08:22:40.221 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T08:22:40.234 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-16T08:22:40.270 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-16T08:22:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:40.593 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:40.608 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T08:22:40.637 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-16T08:22:40.674 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-16T08:22:40.710 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-16T08:22:40.880 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T08:22:40.961 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-16T08:22:40.989 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-16T08:22:41.003 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T08:22:41.006 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-16T08:22:41.027 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-16T08:22:41.132 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T08:22:41.267 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T08:22:41.271 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-16T08:22:41.401 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-16T08:22:41.581 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up zip (3.0-12build2) ... 2024-09-16T08:22:41.652 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-16T08:22:41.690 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T08:22:41.898 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package radosgw. 2024-09-16T08:22:41.927 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../117-radosgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:41.955 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:42.015 INFO:teuthology.orchestra.run.smithi071.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-16T08:22:42.042 INFO:teuthology.orchestra.run.smithi071.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-16T08:22:42.148 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T08:22:42.274 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-16T08:22:42.375 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T08:22:42.618 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T08:22:42.633 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:42.768 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-16T08:22:42.769 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-16T08:22:42.858 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T08:22:42.876 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T08:22:42.895 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T08:22:42.917 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:43.027 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T08:22:43.188 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-16T08:22:43.222 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-16T08:22:43.278 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-16T08:22:43.513 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T08:22:43.572 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-16T08:22:43.580 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up zip (3.0-12build2) ... 2024-09-16T08:22:43.614 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T08:22:43.706 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T08:22:43.823 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T08:22:43.882 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-16T08:22:44.191 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T08:22:44.202 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-16T08:22:44.416 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T08:22:44.459 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T08:22:44.616 INFO:teuthology.orchestra.run.smithi003.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-16T08:22:44.676 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T08:22:44.682 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:44.777 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-16T08:22:44.785 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-16T08:22:44.886 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T08:22:45.020 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-16T08:22:45.146 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:45.162 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-16T08:22:45.182 INFO:teuthology.orchestra.run.smithi003.stdout:Adding system user cephadm....done 2024-09-16T08:22:45.289 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T08:22:45.439 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T08:22:45.540 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-16T08:22:45.564 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-16T08:22:45.765 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T08:22:45.791 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-16T08:22:45.815 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T08:22:45.917 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-16T08:22:46.177 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T08:22:46.192 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T08:22:46.469 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T08:22:46.493 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T08:22:46.587 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-16T08:22:46.828 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-16T08:22:46.871 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T08:22:46.881 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T08:22:47.096 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-16T08:22:47.155 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:22:47.290 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-16T08:22:47.308 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-16T08:22:47.348 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:47.558 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T08:22:47.567 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-16T08:22:47.684 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-16T08:22:47.810 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T08:22:47.824 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T08:22:47.844 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-16T08:22:48.103 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-16T08:22:48.136 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-16T08:22:48.149 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T08:22:48.355 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-16T08:22:48.395 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-16T08:22:48.589 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-16T08:22:48.646 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:22:48.756 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-16T08:22:48.848 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:49.057 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-16T08:22:49.133 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T08:22:49.258 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-16T08:22:49.308 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-16T08:22:49.323 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T08:22:49.385 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T08:22:49.519 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T08:22:49.559 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-16T08:22:49.574 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:22:49.645 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-16T08:22:49.709 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-16T08:22:49.827 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T08:22:49.896 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-16T08:22:49.952 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T08:22:50.053 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-16T08:22:50.103 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-16T08:22:50.204 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T08:22:50.263 INFO:teuthology.orchestra.run.smithi003.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-16T08:22:50.293 INFO:teuthology.orchestra.run.smithi003.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-16T08:22:50.357 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T08:22:50.362 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T08:22:50.483 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-16T08:22:50.497 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-16T08:22:50.505 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-16T08:22:50.748 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-16T08:22:50.781 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T08:22:50.851 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:50.899 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T08:22:50.986 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-16T08:22:51.007 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:22:51.134 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-16T08:22:51.183 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T08:22:51.287 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T08:22:51.402 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-16T08:22:51.476 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-16T08:22:51.529 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-16T08:22:51.628 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-16T08:22:51.727 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T08:22:51.814 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up zip (3.0-12build2) ... 2024-09-16T08:22:51.853 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-16T08:22:51.879 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-16T08:22:51.940 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T08:22:51.979 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:52.068 INFO:teuthology.orchestra.run.smithi177.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-16T08:22:52.130 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T08:22:52.281 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T08:22:52.390 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-16T08:22:52.407 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T08:22:52.683 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T08:22:52.684 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T08:22:52.792 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-16T08:22:52.809 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-16T08:22:52.943 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T08:22:53.044 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T08:22:53.054 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-16T08:22:53.067 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-16T08:22:53.155 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T08:22:53.161 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T08:22:53.194 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-16T08:22:53.453 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:22:53.456 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-16T08:22:53.479 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T08:22:53.579 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T08:22:53.781 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-16T08:22:53.857 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-16T08:22:53.913 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T08:22:54.040 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T08:22:54.116 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T08:22:54.175 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-16T08:22:54.214 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T08:22:54.292 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T08:22:54.365 INFO:teuthology.orchestra.run.smithi071.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-16T08:22:54.482 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-16T08:22:54.518 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T08:22:54.592 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-16T08:22:54.611 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T08:22:54.737 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T08:22:54.828 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T08:22:54.859 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-16T08:22:55.122 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-16T08:22:55.179 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-16T08:22:55.212 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T08:22:55.373 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-16T08:22:55.422 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-16T08:22:55.489 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-16T08:22:55.499 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-16T08:22:55.548 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:55.767 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:22:55.865 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T08:22:55.868 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T08:22:55.874 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T08:22:56.150 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T08:22:56.177 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T08:22:56.200 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T08:22:56.487 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T08:22:56.519 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T08:22:56.645 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:56.763 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-16T08:22:56.771 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:56.889 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-16T08:22:56.889 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-16T08:22:57.190 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-16T08:22:57.208 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:57.334 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:57.423 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T08:22:57.460 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-16T08:22:57.552 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T08:22:57.675 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:22:57.737 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:57.809 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-16T08:22:57.812 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-16T08:22:57.863 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:57.989 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:58.077 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T08:22:58.197 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T08:22:58.201 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T08:22:58.201 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T08:22:58.202 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-16T08:22:58.337 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T08:22:58.483 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T08:22:58.622 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-16T08:22:58.698 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:58.802 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T08:22:58.832 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:58.881 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-16T08:22:58.920 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:58.958 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:59.046 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:59.084 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T08:22:59.141 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:22:59.172 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-16T08:22:59.267 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-16T08:22:59.517 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:59.593 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-16T08:22:59.618 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:22:59.719 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-16T08:22:59.861 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-16T08:22:59.996 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:00.122 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:00.129 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-16T08:23:00.248 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:00.288 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:00.371 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T08:23:00.414 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:00.468 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T08:23:00.468 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T08:23:00.540 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:00.614 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-16T08:23:00.649 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:00.759 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:00.883 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T08:23:00.991 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:01.008 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-16T08:23:01.092 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:01.193 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:01.284 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T08:23:01.302 INFO:teuthology.orchestra.run.smithi177.stdout:Adding group ceph....done 2024-09-16T08:23:01.336 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T08:23:01.410 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T08:23:01.662 INFO:teuthology.orchestra.run.smithi177.stdout:Adding system user ceph....done 2024-09-16T08:23:01.711 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T08:23:01.821 INFO:teuthology.orchestra.run.smithi177.stdout:Setting system user ceph properties....done 2024-09-16T08:23:01.833 INFO:teuthology.orchestra.run.smithi177.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T08:23:01.970 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T08:23:02.004 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-16T08:23:02.247 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T08:23:02.307 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T08:23:02.356 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-16T08:23:02.482 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T08:23:02.540 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:02.572 INFO:teuthology.orchestra.run.smithi003.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-16T08:23:02.666 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:02.751 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:02.775 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:02.861 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:02.884 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T08:23:02.901 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:03.010 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T08:23:03.036 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:03.353 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T08:23:03.353 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T08:23:03.403 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-16T08:23:03.571 INFO:teuthology.orchestra.run.smithi071.stdout:Adding group ceph....done 2024-09-16T08:23:03.671 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-16T08:23:03.772 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-16T08:23:03.821 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:03.973 INFO:teuthology.orchestra.run.smithi071.stdout:Adding system user ceph....done 2024-09-16T08:23:04.031 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T08:23:04.137 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T08:23:04.142 INFO:teuthology.orchestra.run.smithi071.stdout:Setting system user ceph properties....done 2024-09-16T08:23:04.156 INFO:teuthology.orchestra.run.smithi071.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T08:23:04.157 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T08:23:04.290 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T08:23:04.475 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T08:23:04.606 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:04.613 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T08:23:04.776 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T08:23:04.844 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T08:23:04.845 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T08:23:05.060 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-16T08:23:05.121 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:05.178 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-16T08:23:05.298 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:05.299 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:05.446 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-16T08:23:05.513 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T08:23:05.514 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T08:23:05.767 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T08:23:05.767 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T08:23:05.782 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T08:23:06.009 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:06.058 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-16T08:23:06.226 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:06.272 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T08:23:06.272 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T08:23:06.444 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T08:23:06.559 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T08:23:06.745 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T08:23:07.028 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:07.044 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:07.073 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T08:23:07.162 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:07.199 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:07.292 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T08:23:07.292 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T08:23:07.305 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:07.325 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:07.451 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-16T08:23:07.500 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T08:23:07.500 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T08:23:07.721 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:07.820 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:07.930 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:07.936 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T08:23:07.936 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T08:23:07.956 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:08.031 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-16T08:23:08.115 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:08.241 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:08.324 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:08.392 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:08.450 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:08.527 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:08.576 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:08.745 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-16T08:23:08.788 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T08:23:08.788 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T08:23:08.795 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T08:23:08.796 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T08:23:08.954 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-16T08:23:09.098 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T08:23:09.229 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:09.269 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:09.355 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:09.412 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:09.506 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:09.530 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:09.656 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T08:23:09.726 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T08:23:09.726 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T08:23:10.174 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-16T08:23:10.191 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:10.325 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:10.427 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:10.561 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:10.833 INFO:teuthology.orchestra.run.smithi177.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T08:23:10.842 DEBUG:teuthology.parallel:result is None 2024-09-16T08:23:10.902 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:10.922 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-16T08:23:11.003 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:11.073 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-16T08:23:11.105 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:11.222 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:11.348 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:11.351 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T08:23:11.891 INFO:teuthology.orchestra.run.smithi003.stdout:Adding group ceph....done 2024-09-16T08:23:12.242 INFO:teuthology.orchestra.run.smithi003.stdout:Adding system user ceph....done 2024-09-16T08:23:12.413 INFO:teuthology.orchestra.run.smithi003.stdout:Setting system user ceph properties....done 2024-09-16T08:23:12.430 INFO:teuthology.orchestra.run.smithi003.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T08:23:12.436 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-16T08:23:12.576 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T08:23:12.934 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T08:23:13.073 INFO:teuthology.orchestra.run.smithi071.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T08:23:13.078 DEBUG:teuthology.parallel:result is None 2024-09-16T08:23:13.383 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:13.508 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:13.982 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T08:23:13.982 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T08:23:14.477 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:14.834 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T08:23:15.312 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:15.540 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T08:23:15.540 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T08:23:16.006 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:16.238 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T08:23:16.239 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T08:23:16.715 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:17.001 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T08:23:17.001 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T08:23:17.475 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:17.601 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:17.752 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:17.963 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T08:23:17.963 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T08:23:18.465 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:18.614 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:18.740 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:18.891 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T08:23:19.286 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-16T08:23:19.462 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-16T08:23:19.622 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T08:23:20.698 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-16T08:23:21.336 INFO:teuthology.orchestra.run.smithi003.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T08:23:21.342 DEBUG:teuthology.parallel:result is None 2024-09-16T08:23:21.343 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:23:21.492 DEBUG:teuthology.orchestra.run.smithi003:> dpkg-query -W -f '${Version}' ceph 2024-09-16T08:23:21.512 INFO:teuthology.orchestra.run.smithi003.stdout:19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:23:21.513 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:23:21.513 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917-g8293d73f-1jammy is installed. 2024-09-16T08:23:21.515 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:23:21.652 DEBUG:teuthology.orchestra.run.smithi071:> dpkg-query -W -f '${Version}' ceph 2024-09-16T08:23:21.671 INFO:teuthology.orchestra.run.smithi071.stdout:19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:23:21.671 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:23:21.671 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917-g8293d73f-1jammy is installed. 2024-09-16T08:23:21.674 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:23:21.809 DEBUG:teuthology.orchestra.run.smithi177:> dpkg-query -W -f '${Version}' ceph 2024-09-16T08:23:21.828 INFO:teuthology.orchestra.run.smithi177.stdout:19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:23:21.828 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T08:23:21.829 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917-g8293d73f-1jammy is installed. 2024-09-16T08:23:21.831 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-16T08:23:21.831 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:23:21.831 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T08:23:21.847 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:23:21.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T08:23:21.861 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:23:21.861 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T08:23:21.883 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-16T08:23:21.883 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:23:21.883 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T08:23:21.902 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T08:23:21.958 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:23:21.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T08:23:21.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T08:23:22.028 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:23:22.028 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T08:23:22.042 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T08:23:22.098 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-16T08:23:22.099 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:23:22.099 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T08:23:22.112 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T08:23:22.166 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:23:22.166 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T08:23:22.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T08:23:22.231 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:23:22.232 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T08:23:22.246 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T08:23:22.302 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-16T08:23:22.302 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:23:22.302 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T08:23:22.316 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T08:23:22.371 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:23:22.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T08:23:22.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T08:23:22.439 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:23:22.439 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T08:23:22.453 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T08:23:22.510 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-16T08:23:22.607 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'} 2024-09-16T08:23:22.607 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:23:22.608 INFO:tasks.cephadm:Cluster fsid is eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:23:22.608 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-16T08:23:22.608 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.3', 'mon.b': '172.21.15.71', 'mon.c': '172.21.15.177'} 2024-09-16T08:23:22.608 INFO:tasks.cephadm:First mon is mon.a on smithi003 2024-09-16T08:23:22.608 INFO:tasks.cephadm:First mgr is a 2024-09-16T08:23:22.608 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-16T08:23:22.609 DEBUG:teuthology.orchestra.run.smithi003:> sudo hostname $(hostname -s) 2024-09-16T08:23:22.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-09-16T08:23:22.637 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-09-16T08:23:22.651 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-16T08:23:22.651 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:23:22.791 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/83046/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4917-g8293d73f', 'node_name': '172.21.2.11+braggi11', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4917-g8293d73f-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-13 17:57:06.888124', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-13-1248', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-16T08:23:22.934 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-main-2024-09-13-1248, sha1 8293d73f8690540e843a81caec373f9cc29cf705 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:23:22.935 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-16T08:23:22.936 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-16T08:23:22.936 DEBUG:teuthology.orchestra.run.smithi003:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T08:23:23.361 INFO:teuthology.orchestra.run.smithi003.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811871 Sep 16 08:23 /home/ubuntu/cephtest/cephadm 2024-09-16T08:23:23.361 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T08:23:23.794 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811871 Sep 16 08:23 /home/ubuntu/cephtest/cephadm 2024-09-16T08:23:23.794 DEBUG:teuthology.orchestra.run.smithi177:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T08:23:24.265 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811871 Sep 16 08:23 /home/ubuntu/cephtest/cephadm 2024-09-16T08:23:24.266 DEBUG:teuthology.orchestra.run.smithi003:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T08:23:24.275 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T08:23:24.282 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T08:23:24.300 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 on all hosts... 2024-09-16T08:23:24.300 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T08:23:24.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T08:23:24.326 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T08:23:24.507 INFO:teuthology.orchestra.run.smithi003.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T08:23:24.508 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T08:23:24.517 INFO:teuthology.orchestra.run.smithi177.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T08:25:07.697 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-16T08:25:07.698 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T08:25:07.698 INFO:teuthology.orchestra.run.smithi071.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T08:25:07.698 INFO:teuthology.orchestra.run.smithi071.stdout: "repo_digests": [ 2024-09-16T08:25:07.698 INFO:teuthology.orchestra.run.smithi071.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T08:25:07.698 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-16T08:25:07.698 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-16T08:25:18.286 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-09-16T08:25:18.286 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T08:25:18.286 INFO:teuthology.orchestra.run.smithi177.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T08:25:18.286 INFO:teuthology.orchestra.run.smithi177.stdout: "repo_digests": [ 2024-09-16T08:25:18.287 INFO:teuthology.orchestra.run.smithi177.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T08:25:18.287 INFO:teuthology.orchestra.run.smithi177.stdout: ] 2024-09-16T08:25:18.287 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-09-16T08:25:20.552 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T08:25:20.552 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T08:25:20.552 INFO:teuthology.orchestra.run.smithi003.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T08:25:20.552 INFO:teuthology.orchestra.run.smithi003.stdout: "repo_digests": [ 2024-09-16T08:25:20.552 INFO:teuthology.orchestra.run.smithi003.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T08:25:20.552 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2024-09-16T08:25:20.552 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T08:25:20.593 DEBUG:teuthology.orchestra.run.smithi003:> sudo mkdir -p /etc/ceph 2024-09-16T08:25:20.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-09-16T08:25:20.625 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /etc/ceph 2024-09-16T08:25:20.640 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 777 /etc/ceph 2024-09-16T08:25:20.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-09-16T08:25:20.680 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 777 /etc/ceph 2024-09-16T08:25:20.696 INFO:tasks.cephadm:Writing seed config... 2024-09-16T08:25:20.697 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-16T08:25:20.698 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-16T08:25:20.698 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-16T08:25:20.698 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-16T08:25:20.698 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-16T08:25:20.698 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-16T08:25:20.698 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-16T08:25:20.698 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-16T08:25:20.698 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-16T08:25:20.699 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:25:20.699 DEBUG:teuthology.orchestra.run.smithi003:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-16T08:25:20.713 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 = eff20752-7404-11ef-bceb-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-16T08:25:20.713 DEBUG:teuthology.orchestra.run.smithi003:mon.a> sudo journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.a.service 2024-09-16T08:25:20.757 DEBUG:teuthology.orchestra.run.smithi003:mgr.a> sudo journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.a.service 2024-09-16T08:25:20.801 INFO:tasks.cephadm:Bootstrapping... 2024-09-16T08:25:20.801 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 -v bootstrap --fsid eff20752-7404-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.3 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:25:21.029 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-09-16T08:25:21.029 INFO:teuthology.orchestra.run.smithi003.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705', '-v', 'bootstrap', '--fsid', 'eff20752-7404-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.3', '--skip-admin-label'] 2024-09-16T08:25:21.030 INFO:teuthology.orchestra.run.smithi003.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-16T08:25:21.030 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying podman|docker is present... 2024-09-16T08:25:21.030 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying lvm2 is present... 2024-09-16T08:25:21.031 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying time synchronization is in place... 2024-09-16T08:25:21.035 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T08:25:21.035 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T08:25:21.041 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T08:25:21.041 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:25:21.046 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-16T08:25:21.046 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-16T08:25:21.050 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-16T08:25:21.050 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:25:21.053 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-16T08:25:21.053 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout masked 2024-09-16T08:25:21.057 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-16T08:25:21.057 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:25:21.061 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-16T08:25:21.061 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-16T08:25:21.065 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-16T08:25:21.065 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:25:21.069 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2024-09-16T08:25:21.073 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2024-09-16T08:25:21.073 INFO:teuthology.orchestra.run.smithi003.stdout:Unit ntp.service is enabled and running 2024-09-16T08:25:21.073 INFO:teuthology.orchestra.run.smithi003.stdout:Repeating the final host check... 2024-09-16T08:25:21.073 INFO:teuthology.orchestra.run.smithi003.stdout:docker (/usr/bin/docker) is present 2024-09-16T08:25:21.074 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl is present 2024-09-16T08:25:21.074 INFO:teuthology.orchestra.run.smithi003.stdout:lvcreate is present 2024-09-16T08:25:21.077 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T08:25:21.077 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T08:25:21.081 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T08:25:21.081 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:25:21.085 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-16T08:25:21.085 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-16T08:25:21.088 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-16T08:25:21.088 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:25:21.092 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-16T08:25:21.092 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout masked 2024-09-16T08:25:21.096 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-16T08:25:21.096 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:25:21.099 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-16T08:25:21.099 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-16T08:25:21.102 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-16T08:25:21.102 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:25:21.106 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2024-09-16T08:25:21.110 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2024-09-16T08:25:21.111 INFO:teuthology.orchestra.run.smithi003.stdout:Unit ntp.service is enabled and running 2024-09-16T08:25:21.111 INFO:teuthology.orchestra.run.smithi003.stdout:Host looks OK 2024-09-16T08:25:21.111 INFO:teuthology.orchestra.run.smithi003.stdout:Cluster fsid: eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:21.111 INFO:teuthology.orchestra.run.smithi003.stdout:Acquiring lock 140609679206064 on /run/cephadm/eff20752-7404-11ef-bceb-c7b262605968.lock 2024-09-16T08:25:21.111 INFO:teuthology.orchestra.run.smithi003.stdout:Lock 140609679206064 acquired on /run/cephadm/eff20752-7404-11ef-bceb-c7b262605968.lock 2024-09-16T08:25:21.111 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 3300 ... 2024-09-16T08:25:21.111 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 6789 ... 2024-09-16T08:25:21.111 INFO:teuthology.orchestra.run.smithi003.stdout:Base mon IP(s) is [172.21.15.3:3300, 172.21.15.3:6789], mon addrv is [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-09-16T08:25:21.113 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-16T08:25:21.113 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-16T08:25:21.113 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.3 2024-09-16T08:25:21.116 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-16T08:25:21.116 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-16T08:25:21.116 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1789sec hoplimit 64 pref medium 2024-09-16T08:25:21.118 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-16T08:25:21.118 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-16T08:25:21.118 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T08:25:21.118 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-16T08:25:21.118 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15dc/64 scope link 2024-09-16T08:25:21.118 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T08:25:21.119 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2024-09-16T08:25:21.119 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2024-09-16T08:25:21.119 INFO:teuthology.orchestra.run.smithi003.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-16T08:25:21.119 INFO:teuthology.orchestra.run.smithi003.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-16T08:25:21.120 INFO:teuthology.orchestra.run.smithi003.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T08:25:21.324 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/docker: stdout 8293d73f8690540e843a81caec373f9cc29cf705: Pulling from ceph-ci/ceph 2024-09-16T08:25:21.324 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/docker: stdout Digest: sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T08:25:21.324 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:25:21.324 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:25:22.899 INFO:teuthology.orchestra.run.smithi003.stdout:ceph: stdout ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev) 2024-09-16T08:25:22.899 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph version: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev) 2024-09-16T08:25:22.900 INFO:teuthology.orchestra.run.smithi003.stdout:Extracting ceph user uid/gid from container image... 2024-09-16T08:25:24.237 INFO:teuthology.orchestra.run.smithi003.stdout:stat: stdout 167 167 2024-09-16T08:25:24.238 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial keys... 2024-09-16T08:25:25.660 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQB16+dm9RPuCBAAluyT63oeTf0cgltbb+hxQQ== 2024-09-16T08:25:27.132 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQB26+dmpTZXKBAAZQiJcDAJGXG38+qeulGFwA== 2024-09-16T08:25:28.462 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQB36+dmGihUOBAA4ubVkWEUxa3+KlYhekMttg== 2024-09-16T08:25:28.463 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial monmap... 2024-09-16T08:25:29.819 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T08:25:29.819 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-16T08:25:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T08:25:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:monmaptool for a [v2:172.21.15.3:3300,v1:172.21.15.3:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T08:25:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:setting min_mon_release = quincy 2024-09-16T08:25:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: set fsid to eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T08:25:29.820 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:25:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mon... 2024-09-16T08:25:31.295 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.778+0000 7f0e5a6bec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-16T08:25:31.295 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.778+0000 7f0e5a6bec80 1 imported monmap: 2024-09-16T08:25:31.295 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-16T08:25:31.295 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:31.295 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:31.295 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:31.295 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.778+0000 7f0e5a6bec80 0 /usr/bin/ceph-mon: set fsid to eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: RocksDB version: 7.9.2 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Git sha 0 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: DB SUMMARY 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: DB Session ID: QRGNVXX0Q6WQYO92RQKL 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.296 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.error_if_exists: 0 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.create_if_missing: 1 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.paranoid_checks: 1 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.env: 0x5563c189e120 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.info_log: 0x5563c25babc0 2024-09-16T08:25:31.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.statistics: (nil) 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.use_fsync: 0 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_log_file_size: 0 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.allow_fallocate: 1 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.use_direct_reads: 0 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T08:25:31.298 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.db_log_dir: 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.wal_dir: 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.write_buffer_manager: 0x5563c25b3cc0 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T08:25:31.299 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.unordered_write: 0 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.row_cache: None 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.wal_filter: None 2024-09-16T08:25:31.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.two_write_queues: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.wal_compression: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.atomic_flush: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.log_readahead_size: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T08:25:31.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_background_jobs: 2 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_background_compactions: -1 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_subcompactions: 1 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T08:25:31.302 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_open_files: -1 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_background_flushes: -1 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Compression algorithms supported: 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: kZSTD supported: 0 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: kXpressCompression supported: 0 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: kBZip2Compression supported: 0 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T08:25:31.303 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: kLZ4Compression supported: 1 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: kZlibCompression supported: 1 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: kSnappyCompression supported: 1 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T08:25:31.304 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.merge_operator: 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_filter: None 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5563c25ba820) 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-16T08:25:31.305 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5563c25a3610 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-16T08:25:31.306 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-16T08:25:31.307 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression: NoCompression 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.num_levels: 7 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T08:25:31.308 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-16T08:25:31.309 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T08:25:31.310 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-16T08:25:31.311 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T08:25:31.312 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.inplace_update_support: 0 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.bloom_locality: 0 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.max_successive_merges: 0 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-16T08:25:31.313 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.ttl: 2592000 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.enable_blob_files: false 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.min_blob_size: 0 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: [db/version_set.cc:5566] 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-09-16T08:25:31.314 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.315 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-16T08:25:31.315 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.315 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4675d331-3590-4c14-bdca-59327de9de78 2024-09-16T08:25:31.315 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.315 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.782+0000 7f0e5a6bec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-16T08:25:31.315 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.786+0000 7f0e5a6bec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5563c25d2e00 2024-09-16T08:25:31.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.786+0000 7f0e5a6bec80 4 rocksdb: DB pointer 0x5563c26b4000 2024-09-16T08:25:31.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.786+0000 7f0e51e49640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T08:25:31.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.786+0000 7f0e51e49640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T08:25:31.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 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 0.0 0.0 2024-09-16T08:25:31.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 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 0.0 0.0 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T08:25:31.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5563c25a3610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.786+0000 7f0e5a6bec80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.786+0000 7f0e5a6bec80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T08:25:30.786+0000 7f0e5a6bec80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-16T08:25:31.322 INFO:teuthology.orchestra.run.smithi003.stdout:create mon.a on 2024-09-16T08:25:31.548 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-16T08:25:31.750 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-16T08:25:31.981 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-eff20752-7404-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968.target. 2024-09-16T08:25:31.981 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-eff20752-7404-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968.target. 2024-09-16T08:25:32.263 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.a 2024-09-16T08:25:32.263 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-16T08:25:32.455 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968.target.wants/ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service. 2024-09-16T08:25:32.466 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld does not appear to be present 2024-09-16T08:25:32.466 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T08:25:32.466 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon to start... 2024-09-16T08:25:32.466 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon... 2024-09-16T08:25:34.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:33 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.896828+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T08:25:34.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout cluster: 2024-09-16T08:25:34.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout id: eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:34.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-16T08:25:34.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:34.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout services: 2024-09-16T08:25:34.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.153074s) 2024-09-16T08:25:34.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-16T08:25:34.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-16T08:25:34.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:34.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout data: 2024-09-16T08:25:34.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-16T08:25:34.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-16T08:25:34.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-16T08:25:34.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pgs: 2024-09-16T08:25:34.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:34.582 INFO:teuthology.orchestra.run.smithi003.stdout:mon is available 2024-09-16T08:25:34.582 INFO:teuthology.orchestra.run.smithi003.stdout:Assimilating anything we can from ceph.conf... 2024-09-16T08:25:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.899848+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T08:25:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.899848+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T08:25:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900016+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-16T08:25:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900016+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-16T08:25:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900027+0000 mon.a (mon.0) 4 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900027+0000 mon.a (mon.0) 4 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900038+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900038+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900045+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900045+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900053+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:25:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900053+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:25:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900060+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900060+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900067+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.900067+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.902260+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.902260+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.904585+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.904585+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.905054+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: cluster 2024-09-16T08:25:33.905054+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: audit 2024-09-16T08:25:34.052892+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.3:0/2589487167' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-16T08:25:34.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:34 smithi003 bash[22270]: audit 2024-09-16T08:25:34.052892+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.3:0/2589487167' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-16T08:25:36.121 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:36.121 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T08:25:36.121 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:36.121 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-16T08:25:36.121 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-09-16T08:25:36.121 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T08:25:36.121 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T08:25:36.121 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T08:25:36.121 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T08:25:36.122 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:36.122 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T08:25:36.122 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-16T08:25:36.122 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T08:25:36.122 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:36.122 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T08:25:36.122 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T08:25:36.122 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T08:25:36.122 INFO:teuthology.orchestra.run.smithi003.stdout:Generating new minimal ceph.conf... 2024-09-16T08:25:36.210 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:35 smithi003 bash[22270]: audit 2024-09-16T08:25:35.623074+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.3:0/3316811802' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T08:25:36.211 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:35 smithi003 bash[22270]: audit 2024-09-16T08:25:35.623074+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.3:0/3316811802' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T08:25:36.211 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:35 smithi003 bash[22270]: audit 2024-09-16T08:25:35.627335+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.3:0/3316811802' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T08:25:36.211 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:35 smithi003 bash[22270]: audit 2024-09-16T08:25:35.627335+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.3:0/3316811802' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T08:25:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:37 smithi003 bash[22270]: audit 2024-09-16T08:25:37.305035+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.3:0/2581301946' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:25:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:37 smithi003 bash[22270]: audit 2024-09-16T08:25:37.305035+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.3:0/2581301946' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:25:37.808 INFO:teuthology.orchestra.run.smithi003.stdout:Restarting the monitor... 2024-09-16T08:25:38.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:37 smithi003 systemd[1]: Stopping Ceph mon.a for eff20752-7404-11ef-bceb-c7b262605968... 2024-09-16T08:25:38.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:37 smithi003 bash[22270]: debug 2024-09-16T08:25:37.942+0000 7f991fd19640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-16T08:25:38.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:37 smithi003 bash[22270]: debug 2024-09-16T08:25:37.942+0000 7f991fd19640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-16T08:25:38.667 INFO:teuthology.orchestra.run.smithi003.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-16T08:25:38.766 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:38 smithi003 bash[22654]: ceph-eff20752-7404-11ef-bceb-c7b262605968-mon-a 2024-09-16T08:25:38.766 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:38 smithi003 bash[22714]: Error response from daemon: No such container: ceph-eff20752-7404-11ef-bceb-c7b262605968-mon-a 2024-09-16T08:25:38.766 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:38 smithi003 systemd[1]: ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-16T08:25:38.766 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:38 smithi003 systemd[1]: Stopped Ceph mon.a for eff20752-7404-11ef-bceb-c7b262605968. 2024-09-16T08:25:38.766 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:38 smithi003 systemd[1]: Started Ceph mon.a for eff20752-7404-11ef-bceb-c7b262605968. 2024-09-16T08:25:40.091 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.062+0000 7fc2d9082c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.062+0000 7fc2d9082c80 0 ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 7 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.062+0000 7fc2d9082c80 0 pidfile_write: ignore empty --pid-file 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.066+0000 7fc2d9082c80 0 load: jerasure load: lrc 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Git sha 0 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: DB SUMMARY 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: DB Session ID: KLYDPJMOSY87HKCE72VW 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: CURRENT file: CURRENT 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-16T08:25:40.092 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88780 ; 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.error_if_exists: 0 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.create_if_missing: 0 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.env: 0x55d1a0940120 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.info_log: 0x55d1a1bf5700 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.statistics: (nil) 2024-09-16T08:25:40.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.use_fsync: 0 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T08:25:40.094 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.db_log_dir: 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.wal_dir: 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.write_buffer_manager: 0x55d1a1bf9b80 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T08:25:40.095 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.unordered_write: 0 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T08:25:40.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.row_cache: None 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.wal_filter: None 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.two_write_queues: 0 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.wal_compression: 0 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.atomic_flush: 0 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T08:25:40.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-16T08:25:40.098 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T08:25:40.098 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-16T08:25:40.098 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T08:25:40.098 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T08:25:40.098 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-16T08:25:40.098 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-16T08:25:40.098 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T08:25:40.098 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-16T08:25:40.098 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-16T08:25:40.099 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_open_files: -1 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-16T08:25:40.100 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Compression algorithms supported: 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: kZSTD supported: 0 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: kXpressCompression supported: 0 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: kZlibCompression supported: 1 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-16T08:25:40.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.merge_operator: 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_filter: None 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d1a1bf5320) 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cache_index_and_filter_blocks: 1 2024-09-16T08:25:40.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: pin_top_level_index_and_filter: 1 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: index_type: 0 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: data_block_index_type: 0 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: index_shortening: 1 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: data_block_hash_table_util_ratio: 0.750000 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: checksum: 4 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: no_block_cache: 0 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: block_cache: 0x55d1a1beb610 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: block_cache_name: BinnedLRUCache 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: block_cache_options: 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: capacity : 536870912 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: num_shard_bits : 4 2024-09-16T08:25:40.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: strict_capacity_limit : 0 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: high_pri_pool_ratio: 0.000 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: block_cache_compressed: (nil) 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: persistent_cache: (nil) 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: block_size: 4096 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: block_size_deviation: 10 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: block_restart_interval: 16 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: index_block_restart_interval: 1 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: metadata_block_size: 4096 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: partition_filters: 0 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: use_delta_encoding: 1 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: filter_policy: bloomfilter 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: whole_key_filtering: 1 2024-09-16T08:25:40.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: verify_compression: 0 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: read_amp_bytes_per_bit: 0 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: format_version: 5 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: enable_index_compression: 1 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: block_align: 0 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: max_auto_readahead_size: 262144 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: prepopulate_block_cache: 0 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: initial_auto_readahead_size: 8192 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: num_file_reads_for_auto_readahead: 2 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression: NoCompression 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-16T08:25:40.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.num_levels: 7 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T08:25:40.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T08:25:40.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-16T08:25:40.108 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T08:25:40.109 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.bloom_locality: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.ttl: 2592000 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.enable_blob_files: false 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.min_blob_size: 0 2024-09-16T08:25:40.110 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4675d331-3590-4c14-bdca-59327de9de78 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726475140072880, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-16T08:25:40.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726475140073889, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85525, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83672, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77812, "raw_average_value_size": 356, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726475140, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4675d331-3590-4c14-bdca-59327de9de78", "db_session_id": "KLYDPJMOSY87HKCE72VW", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726475140074015, "job": 1, "event": "recovery_finished"} 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.070+0000 7fc2d9082c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d1a1c18e00 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 4 rocksdb: DB pointer 0x55d1a1d1c000 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2cee4a640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2cee4a640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: ** DB Stats ** 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:25:40.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: ** Compaction Stats [default] ** 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: L0 2/0 85.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Sum 2/0 85.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: ** Compaction Stats [default] ** 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:25:40.113 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: AddFile(Keys): cumulative 0, interval 0 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Cumulative compaction: 0.00 GB write, 21.05 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Interval compaction: 0.00 GB write, 21.05 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Block cache BinnedLRUCache@0x55d1a1beb610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-16T08:25:40.114 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: ** File Read Latency Histogram By Level [default] ** 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] at bind addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 1 mon.a@-1(???) e1 preinit fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 0 mon.a@-1(???).mds e1 new map 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 0 mon.a@-1(???).mds e1 print_map 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: e1 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: btime 2024-09-16T08:25:33:900436+0000 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: legacy client fscid: -1 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: No filesystems configured 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:25:40.115 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:25:40.116 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:25:40.116 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: debug 2024-09-16T08:25:40.074+0000 7fc2d9082c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-16T08:25:40.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081771+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T08:25:40.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081771+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T08:25:40.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081840+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-16T08:25:40.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081840+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-16T08:25:40.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081854+0000 mon.a (mon.0) 3 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:40.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081854+0000 mon.a (mon.0) 3 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:40.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081870+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081870+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081882+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081882+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081895+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081895+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081907+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081907+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081920+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.081920+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.082351+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.082351+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.082388+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-16T08:25:40.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.082388+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-16T08:25:40.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.082764+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-16T08:25:40.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:40 smithi003 bash[22755]: cluster 2024-09-16T08:25:40.082764+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-16T08:25:40.861 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-16T08:25:40.888 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:25:40.888 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mgr... 2024-09-16T08:25:40.888 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-16T08:25:40.889 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-16T08:25:41.194 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.a 2024-09-16T08:25:41.195 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-16T08:25:41.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:41 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:25:41.392 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968.target.wants/ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service. 2024-09-16T08:25:41.399 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld does not appear to be present 2024-09-16T08:25:41.399 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T08:25:41.399 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld does not appear to be present 2024-09-16T08:25:41.399 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-16T08:25:41.399 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr to start... 2024-09-16T08:25:41.399 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr... 2024-09-16T08:25:41.540 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:25:41 smithi003 systemd[1]: Started Ceph mgr.a for eff20752-7404-11ef-bceb-c7b262605968. 2024-09-16T08:25:41.540 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:41 smithi003 bash[22755]: audit 2024-09-16T08:25:40.279181+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.3:0/4105401819' entity='client.admin' 2024-09-16T08:25:41.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:41 smithi003 bash[22755]: audit 2024-09-16T08:25:40.279181+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.3:0/4105401819' entity='client.admin' 2024-09-16T08:25:41.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:41 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:25:43.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:43 smithi003 bash[22755]: audit 2024-09-16T08:25:43.024472+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.3:0/2490154343' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T08:25:43.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:43 smithi003 bash[22755]: audit 2024-09-16T08:25:43.024472+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.3:0/2490154343' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T08:25:43.578 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:43.578 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:25:43.578 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "eff20752-7404-11ef-bceb-c7b262605968", 2024-09-16T08:25:43.578 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T08:25:43.579 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:43.580 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T08:25:33:900436+0000", 2024-09-16T08:25:43.581 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T08:25:43.582 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:43.583 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T08:25:33.901170+0000", 2024-09-16T08:25:43.583 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:25:43.583 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:43.583 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T08:25:43.583 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:25:43.583 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (1/15)... 2024-09-16T08:25:46.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:46 smithi003 bash[22755]: audit 2024-09-16T08:25:46.668133+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.3:0/3021243012' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T08:25:46.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:46 smithi003 bash[22755]: audit 2024-09-16T08:25:46.668133+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.3:0/3021243012' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T08:25:47.239 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:47.239 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:25:47.239 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "eff20752-7404-11ef-bceb-c7b262605968", 2024-09-16T08:25:47.239 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T08:25:47.239 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:47.240 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T08:25:47.241 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T08:25:47.245 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:47.245 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T08:25:47.245 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T08:25:47.245 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T08:25:47.245 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T08:25:47.245 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T08:25:47.245 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T08:25:33:900436+0000", 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T08:25:47.246 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T08:25:33.901170+0000", 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T08:25:47.247 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:25:47.248 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (2/15)... 2024-09-16T08:25:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: cluster 2024-09-16T08:25:49.045811+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-16T08:25:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: cluster 2024-09-16T08:25:49.045811+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: cluster 2024-09-16T08:25:49.053195+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00789739s) 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: cluster 2024-09-16T08:25:49.053195+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00789739s) 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.054450+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.054450+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.054617+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.054617+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.054752+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.054752+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.054896+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.054896+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.056267+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: audit 2024-09-16T08:25:49.056267+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: cluster 2024-09-16T08:25:49.085724+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-16T08:25:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:49 smithi003 bash[22755]: cluster 2024-09-16T08:25:49.085724+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-16T08:25:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.100620+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:25:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.100620+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:25:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.102402+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:25:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.102402+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:25:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.105909+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' 2024-09-16T08:25:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.105909+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' 2024-09-16T08:25:50.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.111112+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' 2024-09-16T08:25:50.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.111112+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' 2024-09-16T08:25:50.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.113801+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' 2024-09-16T08:25:50.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: audit 2024-09-16T08:25:49.113801+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.3:0/2172736765' entity='mgr.a' 2024-09-16T08:25:50.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: cluster 2024-09-16T08:25:50.061343+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01604s) 2024-09-16T08:25:50.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:50 smithi003 bash[22755]: cluster 2024-09-16T08:25:50.061343+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01604s) 2024-09-16T08:25:51.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "eff20752-7404-11ef-bceb-c7b262605968", 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T08:25:51.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T08:25:51.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T08:25:51.387 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T08:25:33:900436+0000", 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T08:25:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T08:25:33.901170+0000", 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:25:51.389 INFO:teuthology.orchestra.run.smithi003.stdout:mgr is available 2024-09-16T08:25:51.477 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:51 smithi003 bash[22755]: audit 2024-09-16T08:25:50.836143+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.3:0/3074739450' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T08:25:51.477 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:51 smithi003 bash[22755]: audit 2024-09-16T08:25:50.836143+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.3:0/3074739450' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T08:25:52.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:52 smithi003 bash[22755]: cluster 2024-09-16T08:25:51.113692+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-16T08:25:52.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:52 smithi003 bash[22755]: cluster 2024-09-16T08:25:51.113692+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-16T08:25:53.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:53.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T08:25:53.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:25:53.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-16T08:25:53.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-09-16T08:25:53.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T08:25:53.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T08:25:53.319 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T08:25:53.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T08:25:53.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:53.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T08:25:53.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T08:25:53.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:25:53.320 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T08:25:53.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T08:25:53.321 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T08:25:53.321 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling cephadm module... 2024-09-16T08:25:53.408 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:53 smithi003 bash[22755]: audit 2024-09-16T08:25:52.794008+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.3:0/2503399934' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T08:25:53.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:53 smithi003 bash[22755]: audit 2024-09-16T08:25:52.794008+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.3:0/2503399934' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T08:25:53.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:53 smithi003 bash[22755]: audit 2024-09-16T08:25:52.797697+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.3:0/2503399934' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T08:25:53.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:53 smithi003 bash[22755]: audit 2024-09-16T08:25:52.797697+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.3:0/2503399934' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T08:25:55.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:54 smithi003 bash[22755]: audit 2024-09-16T08:25:54.852841+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.3:0/14055408' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-16T08:25:55.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:54 smithi003 bash[22755]: audit 2024-09-16T08:25:54.852841+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.3:0/14055408' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-16T08:25:55.229 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:25:54 smithi003 bash[23011]: ignoring --setuser ceph since I am not root 2024-09-16T08:25:55.229 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:25:54 smithi003 bash[23011]: ignoring --setgroup ceph since I am not root 2024-09-16T08:25:56.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:55 smithi003 bash[22755]: audit 2024-09-16T08:25:54.904695+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.3:0/14055408' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-16T08:25:56.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:55 smithi003 bash[22755]: audit 2024-09-16T08:25:54.904695+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.3:0/14055408' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-16T08:25:56.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:55 smithi003 bash[22755]: cluster 2024-09-16T08:25:54.909974+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 5s) 2024-09-16T08:25:56.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:55 smithi003 bash[22755]: cluster 2024-09-16T08:25:54.909974+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 5s) 2024-09-16T08:25:57.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:56 smithi003 bash[22755]: audit 2024-09-16T08:25:56.756428+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.3:0/1258566232' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T08:25:57.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:25:56 smithi003 bash[22755]: audit 2024-09-16T08:25:56.756428+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.3:0/1258566232' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T08:25:57.289 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:25:57.289 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-16T08:25:57.289 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T08:25:57.289 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-16T08:25:57.289 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T08:25:57.289 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:25:57.290 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2024-09-16T08:25:57.290 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 5... 2024-09-16T08:26:01.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.220893+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.220893+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.221333+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.221333+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.229166+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.229166+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.229401+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00824499s) 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.229401+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00824499s) 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.231358+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.231358+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.234070+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:26:01.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.234070+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:26:01.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.235169+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:26:01.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.235169+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:26:01.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.235398+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:26:01.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.235398+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:26:01.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.235581+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:26:01.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: audit 2024-09-16T08:26:01.235581+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:26:01.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.261513+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-16T08:26:01.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:01.261513+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-16T08:26:02.827 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:26:02.828 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-16T08:26:02.828 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T08:26:02.828 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:26:02.828 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 5 is available 2024-09-16T08:26:02.828 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying orchestrator module is enabled... 2024-09-16T08:26:03.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: cluster 2024-09-16T08:26:02.233067+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: a(active, since 1.0119s) 2024-09-16T08:26:03.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: cluster 2024-09-16T08:26:02.233067+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: a(active, since 1.0119s) 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.292706+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.292706+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.295721+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.295721+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: cephadm 2024-09-16T08:26:02.296116+0000 mgr.a (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: cephadm 2024-09-16T08:26:02.296116+0000 mgr.a (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.298420+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.298420+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.301282+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.301282+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.304621+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.304621+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:03.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.308504+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:03.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.308504+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:03.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.312104+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:03.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.312104+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:03.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.321247+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:26:03.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.321247+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:26:03.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.324829+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:26:03.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[22755]: audit 2024-09-16T08:26:02.324829+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:26:03.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: debug 2024-09-16T08:26:03.838+0000 7f49fbd88640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:08:26:03] ENGINE Error in HTTPServer.serve 2024-09-16T08:26:03.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: Traceback (most recent call last): 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: self._connections.run(self.expiration_interval) 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: self._run(expiration_interval) 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: s = self.context.wrap_socket( 2024-09-16T08:26:03.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:26:03.981 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: return self.sslsocket_class._create( 2024-09-16T08:26:03.981 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:26:03.981 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: self.do_handshake() 2024-09-16T08:26:03.981 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:26:03.981 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: self._sslobj.do_handshake() 2024-09-16T08:26:03.981 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:03 smithi003 bash[23011]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:26:04.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.615700+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [16/Sep/2024:08:26:03] ENGINE Bus STARTING 2024-09-16T08:26:04.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.615700+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [16/Sep/2024:08:26:03] ENGINE Bus STARTING 2024-09-16T08:26:04.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.717357+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [16/Sep/2024:08:26:03] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:26:04.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.717357+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [16/Sep/2024:08:26:03] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:26:04.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.839788+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [16/Sep/2024:08:26:03] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T08:26:04.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.839788+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [16/Sep/2024:08:26:03] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T08:26:04.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.839940+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [16/Sep/2024:08:26:03] ENGINE Bus STARTED 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.839940+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [16/Sep/2024:08:26:03] ENGINE Bus STARTED 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: audit 2024-09-16T08:26:03.840748+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: audit 2024-09-16T08:26:03.840748+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.842715+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [16/Sep/2024:08:26:03] ENGINE Error in HTTPServer.serve 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: Traceback (most recent call last): 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: self._connections.run(self.expiration_interval) 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: self._run(expiration_interval) 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:26:04.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: s = self.context.wrap_socket( 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: return self.sslsocket_class._create( 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: self.do_handshake() 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: self._sslobj.do_handshake() 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: cephadm 2024-09-16T08:26:03.842715+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [16/Sep/2024:08:26:03] ENGINE Error in HTTPServer.serve 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: Traceback (most recent call last): 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: self._connections.run(self.expiration_interval) 2024-09-16T08:26:04.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: self._run(expiration_interval) 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: s = self.context.wrap_socket( 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: return self.sslsocket_class._create( 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: self.do_handshake() 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: self._sslobj.do_handshake() 2024-09-16T08:26:04.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:26:04.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: audit 2024-09-16T08:26:04.214069+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.3:0/1711602954' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-16T08:26:04.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:04 smithi003 bash[22755]: audit 2024-09-16T08:26:04.214069+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.3:0/1711602954' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-16T08:26:04.777 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-16T08:26:04.777 INFO:teuthology.orchestra.run.smithi003.stdout:Setting orchestrator backend to cephadm... 2024-09-16T08:26:05.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:05 smithi003 bash[22755]: audit 2024-09-16T08:26:04.227920+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.3:0/1711602954' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-16T08:26:05.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:05 smithi003 bash[22755]: audit 2024-09-16T08:26:04.227920+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.3:0/1711602954' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-16T08:26:05.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:05 smithi003 bash[22755]: cluster 2024-09-16T08:26:04.233181+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e8: a(active, since 3s) 2024-09-16T08:26:05.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:05 smithi003 bash[22755]: cluster 2024-09-16T08:26:04.233181+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e8: a(active, since 3s) 2024-09-16T08:26:07.390 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:07 smithi003 bash[22755]: audit 2024-09-16T08:26:06.136955+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:07.390 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:07 smithi003 bash[22755]: audit 2024-09-16T08:26:06.136955+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:07.390 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:07 smithi003 bash[22755]: audit 2024-09-16T08:26:06.144295+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:07.390 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:07 smithi003 bash[22755]: audit 2024-09-16T08:26:06.144295+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:07.391 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:07 smithi003 bash[22755]: audit 2024-09-16T08:26:06.157865+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:07.391 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:07 smithi003 bash[22755]: audit 2024-09-16T08:26:06.157865+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:08.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:08 smithi003 bash[22755]: audit 2024-09-16T08:26:07.923457+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:08.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:08 smithi003 bash[22755]: audit 2024-09-16T08:26:07.923457+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:08.422 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-16T08:26:08.422 INFO:teuthology.orchestra.run.smithi003.stdout:Generating ssh key... 2024-09-16T08:26:10.310 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[22755]: audit 2024-09-16T08:26:09.852819+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[22755]: audit 2024-09-16T08:26:09.852819+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[22755]: cephadm 2024-09-16T08:26:09.853239+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[22755]: cephadm 2024-09-16T08:26:09.853239+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: Generating public/private rsa key pair. 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: Your identification has been saved in /tmp/tmpfavj90y7/key 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: Your public key has been saved in /tmp/tmpfavj90y7/key.pub 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: The key fingerprint is: 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: SHA256:XX+aTxGSnKYplbTi0HX64P8JyvGYlmCjK95OHvAFv+4 ceph-eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: The key's randomart image is: 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: +---[RSA 3072]----+ 2024-09-16T08:26:10.311 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: | o . | 2024-09-16T08:26:10.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: | . o * o | 2024-09-16T08:26:10.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: | o o *.* . | 2024-09-16T08:26:10.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: | =.+.*.. .| 2024-09-16T08:26:10.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: | . S=.+ ....| 2024-09-16T08:26:10.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: | o .+o . +.| 2024-09-16T08:26:10.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: | +o.o..oo .| 2024-09-16T08:26:10.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: | .+.o .o* oo.| 2024-09-16T08:26:10.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: | ..o=oE.= . o.| 2024-09-16T08:26:10.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:10 smithi003 bash[23011]: +----[SHA256]-----+ 2024-09-16T08:26:11.392 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:11 smithi003 bash[22755]: audit 2024-09-16T08:26:10.130507+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:11.392 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:11 smithi003 bash[22755]: audit 2024-09-16T08:26:10.130507+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:11.392 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:11 smithi003 bash[22755]: audit 2024-09-16T08:26:10.135079+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:11.392 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:11 smithi003 bash[22755]: audit 2024-09-16T08:26:10.135079+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:12.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:12 smithi003 bash[22755]: audit 2024-09-16T08:26:11.926889+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:12.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:12 smithi003 bash[22755]: audit 2024-09-16T08:26:11.926889+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:12.486 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYkq5OK0jdYwoM3Ks5puEgM89dGDCQf2/8FFYijz2Z8eDd0BLEOqcIoLqZV5k4rI5v+cvMHFZ9VKx0QbRbbBsJ+w5C5qlApMZVsyxIQHEVCsL4x9f727zix+ytz/L/aIsetm2mvKG4KVfUQo0Ty6Y+MmzxeT2NW32/v5Dcgc1kbgLD4i8nQP+/WQ/OkdOqDKiKnLjH+fADbr1cUfkbTk3vuUl7F9EIx32lR8MuKrOsJLt7/CaWgwQrfT/iQBcPH+1kmGPkY2zXZPDyRmV4cbEX3tp/i35nZnoPVJuhCuDW4Q7wrrltYXAha49zi0EuDGEO2OEks5MYzR6Kpb2GoTgeV7/CctBWIq1r9yR3BsWpqnq4j6soxT+CdP14su83tg3mmXnLt/YValMt8UHa505e8ZjvPYZrfNv/FakW8aoFkfO6QljJLINd4GWQXXh/naMBlxhv+b35zIW8c5T+pr+M/JjFz9rZXcntGoxY084OYo+TvH5hlgvg7N1jrkF3D20= ceph-eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:26:12.486 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-16T08:26:12.486 INFO:teuthology.orchestra.run.smithi003.stdout:Adding key to root@localhost authorized_keys... 2024-09-16T08:26:12.486 INFO:teuthology.orchestra.run.smithi003.stdout:Adding host smithi003... 2024-09-16T08:26:14.257 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:14 smithi003 bash[22755]: audit 2024-09-16T08:26:13.896103+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi003", "addr": "172.21.15.3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:14.257 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:14 smithi003 bash[22755]: audit 2024-09-16T08:26:13.896103+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi003", "addr": "172.21.15.3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:16.351 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:16 smithi003 bash[22755]: cephadm 2024-09-16T08:26:15.198224+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi003 2024-09-16T08:26:16.351 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:16 smithi003 bash[22755]: cephadm 2024-09-16T08:26:15.198224+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi003 2024-09-16T08:26:19.427 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Added host 'smithi003' with addr '172.21.15.3' 2024-09-16T08:26:19.427 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying unmanaged mon service... 2024-09-16T08:26:19.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:19 smithi003 bash[22755]: audit 2024-09-16T08:26:18.775391+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:19.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:19 smithi003 bash[22755]: audit 2024-09-16T08:26:18.775391+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:19.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:19 smithi003 bash[22755]: cephadm 2024-09-16T08:26:18.775871+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi003 2024-09-16T08:26:19.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:19 smithi003 bash[22755]: cephadm 2024-09-16T08:26:18.775871+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi003 2024-09-16T08:26:19.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:19 smithi003 bash[22755]: audit 2024-09-16T08:26:18.776259+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:19.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:19 smithi003 bash[22755]: audit 2024-09-16T08:26:18.776259+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:22.283 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-16T08:26:22.283 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying unmanaged mgr service... 2024-09-16T08:26:22.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: cluster 2024-09-16T08:26:21.236567+0000 mgr.a (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:22.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: cluster 2024-09-16T08:26:21.236567+0000 mgr.a (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:22.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: audit 2024-09-16T08:26:21.450036+0000 mgr.a (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:22.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: audit 2024-09-16T08:26:21.450036+0000 mgr.a (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:22.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: cephadm 2024-09-16T08:26:21.453001+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-16T08:26:22.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: cephadm 2024-09-16T08:26:21.453001+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-16T08:26:22.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: audit 2024-09-16T08:26:21.457599+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:22.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: audit 2024-09-16T08:26:21.457599+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:22.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: audit 2024-09-16T08:26:22.001205+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:22.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:22 smithi003 bash[22755]: audit 2024-09-16T08:26:22.001205+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:23.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:23 smithi003 bash[22755]: audit 2024-09-16T08:26:22.586417+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:23.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:23 smithi003 bash[22755]: audit 2024-09-16T08:26:22.586417+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:24.256 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-16T08:26:24.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:24 smithi003 bash[22755]: cluster 2024-09-16T08:26:23.236863+0000 mgr.a (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:24.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:24 smithi003 bash[22755]: cluster 2024-09-16T08:26:23.236863+0000 mgr.a (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:24.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:24 smithi003 bash[22755]: audit 2024-09-16T08:26:23.705691+0000 mgr.a (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:24.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:24 smithi003 bash[22755]: audit 2024-09-16T08:26:23.705691+0000 mgr.a (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:24.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:24 smithi003 bash[22755]: cephadm 2024-09-16T08:26:23.707969+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-16T08:26:24.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:24 smithi003 bash[22755]: cephadm 2024-09-16T08:26:23.707969+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-16T08:26:24.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:24 smithi003 bash[22755]: audit 2024-09-16T08:26:23.712751+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:24.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:24 smithi003 bash[22755]: audit 2024-09-16T08:26:23.712751+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.3:0/594221046' entity='mgr.a' 2024-09-16T08:26:26.870 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:26 smithi003 bash[22755]: cluster 2024-09-16T08:26:25.237141+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:26.870 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:26 smithi003 bash[22755]: cluster 2024-09-16T08:26:25.237141+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:26.870 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:26 smithi003 bash[22755]: audit 2024-09-16T08:26:25.586614+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.3:0/2359003017' entity='client.admin' 2024-09-16T08:26:26.870 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:26 smithi003 bash[22755]: audit 2024-09-16T08:26:25.586614+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.3:0/2359003017' entity='client.admin' 2024-09-16T08:26:27.953 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling the dashboard module... 2024-09-16T08:26:28.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:28 smithi003 bash[22755]: cluster 2024-09-16T08:26:27.237381+0000 mgr.a (mgr.14118) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:28.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:28 smithi003 bash[22755]: cluster 2024-09-16T08:26:27.237381+0000 mgr.a (mgr.14118) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:28.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:28 smithi003 bash[22755]: audit 2024-09-16T08:26:27.440020+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.3:0/2352437419' entity='client.admin' 2024-09-16T08:26:28.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:28 smithi003 bash[22755]: audit 2024-09-16T08:26:27.440020+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.3:0/2352437419' entity='client.admin' 2024-09-16T08:26:29.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:29 smithi003 bash[22755]: audit 2024-09-16T08:26:29.394948+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.3:0/2551809373' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-16T08:26:29.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:29 smithi003 bash[22755]: audit 2024-09-16T08:26:29.394948+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.3:0/2551809373' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-16T08:26:29.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:29 smithi003 bash[23011]: ignoring --setuser ceph since I am not root 2024-09-16T08:26:29.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:29 smithi003 bash[23011]: ignoring --setgroup ceph since I am not root 2024-09-16T08:26:30.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:30 smithi003 bash[22755]: audit 2024-09-16T08:26:29.445056+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.3:0/2551809373' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-16T08:26:30.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:30 smithi003 bash[22755]: audit 2024-09-16T08:26:29.445056+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.3:0/2551809373' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-16T08:26:30.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:30 smithi003 bash[22755]: cluster 2024-09-16T08:26:29.450698+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-09-16T08:26:30.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:30 smithi003 bash[22755]: cluster 2024-09-16T08:26:29.450698+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-09-16T08:26:31.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:31 smithi003 bash[22755]: audit 2024-09-16T08:26:31.461817+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.3:0/2510364888' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T08:26:31.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:31 smithi003 bash[22755]: audit 2024-09-16T08:26:31.461817+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.3:0/2510364888' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T08:26:32.066 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:26:32.067 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-16T08:26:32.067 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T08:26:32.067 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-16T08:26:32.067 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T08:26:32.067 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:26:32.067 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2024-09-16T08:26:32.067 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 9... 2024-09-16T08:26:36.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.797124+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:26:36.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.797124+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:26:36.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.797505+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon a 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.797505+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon a 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.802113+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.802113+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.802299+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00493247s) 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.802299+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00493247s) 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.804351+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.804351+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.805815+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.805815+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.806490+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.806490+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.806789+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:26:36.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.806789+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:26:36.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.807123+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:26:36.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: audit 2024-09-16T08:26:35.807123+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:26:36.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.834038+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon a is now available 2024-09-16T08:26:36.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:35 smithi003 bash[22755]: cluster 2024-09-16T08:26:35.834038+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon a is now available 2024-09-16T08:26:37.421 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:26:37.422 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-16T08:26:37.422 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T08:26:37.422 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:26:37.422 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 9 is available 2024-09-16T08:26:37.422 INFO:teuthology.orchestra.run.smithi003.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-16T08:26:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: audit 2024-09-16T08:26:36.279905+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: audit 2024-09-16T08:26:36.279905+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: audit 2024-09-16T08:26:36.284973+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: audit 2024-09-16T08:26:36.284973+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: audit 2024-09-16T08:26:36.301675+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:26:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: audit 2024-09-16T08:26:36.301675+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:26:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: audit 2024-09-16T08:26:36.303965+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:26:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: audit 2024-09-16T08:26:36.303965+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:26:37.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: cluster 2024-09-16T08:26:36.810034+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: a(active, since 1.01266s) 2024-09-16T08:26:37.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:37 smithi003 bash[22755]: cluster 2024-09-16T08:26:36.810034+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: a(active, since 1.01266s) 2024-09-16T08:26:38.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[22755]: audit 2024-09-16T08:26:36.808749+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[22755]: audit 2024-09-16T08:26:36.808749+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[22755]: audit 2024-09-16T08:26:36.826440+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[22755]: audit 2024-09-16T08:26:36.826440+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: debug 2024-09-16T08:26:38.205+0000 7f913af96640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:08:26:38] ENGINE Error in HTTPServer.serve 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: Traceback (most recent call last): 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: self._connections.run(self.expiration_interval) 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: self._run(expiration_interval) 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:26:38.479 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: s = self.context.wrap_socket( 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: return self.sslsocket_class._create( 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: self.do_handshake() 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: self._sslobj.do_handshake() 2024-09-16T08:26:38.480 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:38 smithi003 bash[23011]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:26:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.081391+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [16/Sep/2024:08:26:38] ENGINE Bus STARTING 2024-09-16T08:26:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.081391+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [16/Sep/2024:08:26:38] ENGINE Bus STARTING 2024-09-16T08:26:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.205673+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [16/Sep/2024:08:26:38] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T08:26:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.205673+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [16/Sep/2024:08:26:38] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T08:26:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.210677+0000 mgr.a (mgr.14152) 5 : cephadm [ERR] [16/Sep/2024:08:26:38] ENGINE Error in HTTPServer.serve 2024-09-16T08:26:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: Traceback (most recent call last): 2024-09-16T08:26:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: self._connections.run(self.expiration_interval) 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: self._run(expiration_interval) 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: s = self.context.wrap_socket( 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: return self.sslsocket_class._create( 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: self.do_handshake() 2024-09-16T08:26:39.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: self._sslobj.do_handshake() 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.210677+0000 mgr.a (mgr.14152) 5 : cephadm [ERR] [16/Sep/2024:08:26:38] ENGINE Error in HTTPServer.serve 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: Traceback (most recent call last): 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: self._connections.run(self.expiration_interval) 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: self._run(expiration_interval) 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:26:39.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: s = self.context.wrap_socket( 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: return self.sslsocket_class._create( 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: self.do_handshake() 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: self._sslobj.do_handshake() 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cluster 2024-09-16T08:26:38.285080+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cluster 2024-09-16T08:26:38.285080+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.306824+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [16/Sep/2024:08:26:38] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.306824+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [16/Sep/2024:08:26:38] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.306992+0000 mgr.a (mgr.14152) 7 : cephadm [INF] [16/Sep/2024:08:26:38] ENGINE Bus STARTED 2024-09-16T08:26:39.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:39 smithi003 bash[22755]: cephadm 2024-09-16T08:26:38.306992+0000 mgr.a (mgr.14152) 7 : cephadm [INF] [16/Sep/2024:08:26:38] ENGINE Bus STARTED 2024-09-16T08:26:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:40 smithi003 bash[22755]: audit 2024-09-16T08:26:38.888962+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:40 smithi003 bash[22755]: audit 2024-09-16T08:26:38.888962+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:41.770 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUP9WJzSG5BSre/E3y+Oagyg/oSPEwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxNjA4MjY0MVoXDTM0\nMDkxNzA4MjY0MVowFjEUMBIGA1UEAwwLMTcyLjIxLjE1LjMwggIiMA0GCSqGSIb3\nDQEBAQUAA4ICDwAwggIKAoICAQC85Mnvt2oDdpkk84T48wleSttpPP1st/6GN24k\nYF6qxg82LpOUIfW77haMVdqYNShsCx+TkE0la+DEKg7rcZTQDwVSoQlpiaiAlHzO\nFaYaTWeoy9vsPiXMRuN23xM3Cy5XCw1mfmmh8Pdum64mol5r2gmCHuVNmnrMZcVv\nhwJZF1RmF1f8mqnQWNvw2vWR8jVWYaHjXtpsLEZ/TqBWyjkobDn7YAtN+Twfj3c2\nSxzUGp/QMLgV7pd9yARMcmKcLBqjVK+Os5VEbbVic9u27VybinjTCzTgZRItNci4\nN/yjCPL7zpEmRTWxare61XLQOYkE25OUdsTRPdPz9rvBdU0SM5KAdY/9tOeTID7H\npJpfnD8GyHcn3Z2b94ZbN6Xb7vcvX3lVkZ/gI3X8xsAD4lD41+QuqNqPIZAUYhET\nmf3o7qqjYkdZN5I7k6d0fq8xh7dkiYOVhEgPpjzLCOopJsi5ml0+z3TGmU9BkGI9\nAoI1v/9DmQyW+dy6xe2HCj9EijxLQCbk+ZCQDSNmODxWP/LejEayhMvXTT8K7ZZF\nx6CStTW1FyKUZWVp4Rm5raw65WBPCCqpojTtTPiH8jrpgkyWEIVnZQfWX+SQF5tL\n3cljaMkl7I5cRLXKELYvOWl3uqWDMnm4Z0lqnT8IK3ILmFXX3bNH98tAvAxG+DEi\n5PtIeQIDAQABoz8wPTAtBgNVHREEJjAkgglzbWl0aGkwMDOCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwSsFQ8DMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBABUQ\nQZjMF7293jP5/RPOvMsXqysvWJ74RXvdDyWP0g+kFLaaMDylWcjBwRAE2A1lXWE/\nU+aEGpYWxvowE/knb3uBeYo/FL+fCMOa19UgxAOiREKs2GEI8TOjfuQbTKPbQjdW\nbLmqssVK54s809jtC3sUvoEvGrEk78oddNvu+hUV7kHQiP0sWud0yPPskIJscyyF\nMeY+C2Ed9lJAM/swMIg0pOw4RezqjNU6RMWwFAXWOGjBy37ezTJM6xzg2WSW7QZd\nujo25I9IoKewMKBAHKxmKF2ik0ec72su2F77JektohqlOn2VHO997XBU42X1Y+Dv\nARc798sNwAq08XQMNasT5+OIIdhaW5jB0MW6q4TF+OccJFlvWbCTYkLQ8oDch9JB\nL3ijvBOprUKTKG1myLmU8bamG9cfkUddMdx4cY9QFVl0U6Lyu8R2ZEDeeNe4RjBN\nmGN6chZlmTfgMhwEa3wXLn12dMLJyMwfqofhGgk6DD5QcfYs1roFBbZn7di4LHX/\nvoasJ8BtVjLPSjg/jDZnQR8R/sbkb3qk8Qvw74T1Rf+EmYr/XUB19ear4Fp3sdM3\n8Pih7l0ElIea8ZF8MVZQQumROiF9c/XZuKqtBNigebBx1KPdQ9dISaqZYzp3A/n4\nZDk/AZ12yYyOUg6PLckeoIzYa6nbYwdcStcaFApe\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEAvOTJ77dqA3aZJPOE+PMJXkrbaTz9bLf+hjduJGBeqsYPNi6T\nlCH1u+4WjFXamDUobAsfk5BNJWvgxCoO63GU0A8FUqEJaYmogJR8zhWmGk1nqMvb\n7D4lzEbjdt8TNwsuVwsNZn5pofD3bpuuJqJea9oJgh7lTZp6zGXFb4cCWRdUZhdX\n/Jqp0Fjb8Nr1kfI1VmGh417abCxGf06gVso5KGw5+2ALTfk8H493Nksc1Bqf0DC4\nFe6XfcgETHJinCwao1SvjrOVRG21YnPbtu1cm4p40ws04GUSLTXIuDf8owjy+86R\nJkU1sWq3utVy0DmJBNuTlHbE0T3T8/a7wXVNEjOSgHWP/bTnkyA+x6SaX5w/Bsh3\nJ92dm/eGWzel2+73L195VZGf4CN1/MbAA+JQ+NfkLqjajyGQFGIRE5n96O6qo2JH\nWTeSO5OndH6vMYe3ZImDlYRID6Y8ywjqKSbIuZpdPs90xplPQZBiPQKCNb//Q5kM\nlvncusXthwo/RIo8S0Am5PmQkA0jZjg8Vj/y3oxGsoTL100/Cu2WRcegkrU1tRci\nlGVlaeEZua2sOuVgTwgqqaI07Uz4h/I66YJMlhCFZ2UH1l/kkBebS93JY2jJJeyO\nXES1yhC2Lzlpd7qlgzJ5uGdJap0/CCtyC5hV192zR/fLQLwMRvgxIuT7SHkCAwEA\nAQKCAgAvp7Dij21pjkQ4tE8512bnqQ8Nz9tH0GugRN++walggDNaQgntd1vdm8WI\nhiht+gtGps/ClMdBx6OfGdVFxRP8Ia4AGKydOaOPPOb3vzJ2tEyQo03Knis/DCta\n1BCu9F0ujJVG5GGV/4sNFq2rBY+4uftoHo9PMsgERTC4YGFRRLeAQidqjUKGU8S5\nUSRfO7IFJwCGsml8nPb0K0v8WWxuLE+8gZCYjWaDt9gllHGjeUwUZBYtQlJp40pi\nVwFV0TKvPjBEWj4wU1VNj1lBH0Ub4KV26P7gFd+uFEGdaFKOdzWGHak09IUFS50q\nv6sFqV5OIW9sJ0KkX2rXw8m+lu9oVyEKFYgmNVP1qaXVveAkcsfydMGwUMrlPuV/\nignlCI5VQY7aN7o+vml7Z28r7aT2Ug1bdPIDY/By2qLd7ywvifXSvX3E8NJxH+Tq\nkF1Tis8Bqk0/Fb3AV1DPhyaAdlA/FUBVDjRFIXaWMUEd6HF4PDAdr7AeSD/D6Wkp\nAEp+J0mIPWagZ0Upfe1y+M5cO0G8vM/lwgipGDcqIDUbEfFCVCP5DRy8VPXxrxvh\noSCIhcohJHBTbJW8mUmh+bR+VkIc4ZSuo/Jv4BAQR8Zokn3pJ92sFbM6K0G8XCvk\nEzvHBOk3jUwo0mHcD/Znmd0Isx5tdChEN8kuFeGuYbGAnJbSGQKCAQEA43z2QTW5\nr0rXaaan/2F2NujeAG6rPIaT+rI9M2pjpCX4qJP9Yx+JLizXv5o8qNbN5H88aYps\n7p4WmY168jvZbdrJizlId5/HOWvwmlP25SEFV537BAxr9omMlGu03BsaRgIp+kuz\nzJ3eMc2Oyg1f4UCI6mT9nb/kc5bEokFGIxgVsq6zVK1JQYjTX2J6GmRWkQdqae0v\nFKnqEeHa+EXavn5Luizq/kXBKWE2BGg66STdP1EHumy//TWUnG1b2/d583ph4LLV\ntwVVBXVyj0E5DUDqmTUmMeuS++5MRZg9J4b7cS1KY9yWG1+Fnd4kKHjrlYxA3Mjz\nqg92XKDv0sUy4wKCAQEA1JGCy2876rMjPYXk0ER898VfLbmRTrNJm9xo1rhnMRgJ\neV0gVw9ttVYfWMwb76uXQX8uuF6HHppQGzrY4RM+YlnLut4XddqUhX32UwhFcLkM\nB5Uhj7v2mRuWhjy/1ltqamHL3gb9WAvolvtBKdGhqnfZT6cKyM3mr0ih3nJj0lJD\ngQndA6bpOorMOVpa1ii+kR19BxtNkYuV2/7PV4o3jhN03ajfmVDqsOJG08+iHu+A\nDSO018EZKuB5Fvb0cmUKODUaAcqlpDJusczoX54wJthnngzhfxTJ1TPk0u7kCyw1\n1zowSezeothdDGgb1HSmYaRnwElXFkO5XIxa3JYJ8wKCAQEAnMN+R02omb1vWGT6\nHCijeA9c/NtGsTzkOLwfJJFJ/NIV2sWwtWAD/of0XRsCdi8gTzfG/8veaUkTtdkj\nQk4v9V3xyTk+UQEQHufdM9xspVTuA4Tgd9e/hnMfJyBZz9v1bQ0MtGj6jCS1+4f1\nwBMbYXRBZZUWmGCmI2lgM5fbp09vlGSDO/T2KG0LjA2mqw0+Ak8j678A1LKKlKwZ\nY0FwDhmmQbO2dGbJR6SvvrW88vDubjV+p99NJkaIFIvf42NU7I4HaPqT/71y64IV\n4dZGZHW5tL5Fhd0auvVqJgNVESoZl9JoEwztfAuFXla4gBNj9PhjskHgd+6T2B0n\nZw1xlQKCAQARZ5CkA4mOX/iEsw/XFaR9zQVMAyOoo/lk75kN669XT7aG318kgbjj\n3hdW9+9Zol0SGc3DfsnlcZEZian0U9UJzHxn4oNdPPZoL7YZelXlMuGPRWCoGiXI\nx399oj+612VRLIy6syvPJ7p1kkD1oZpxELsUUIMLigBXXcUTJ56Qu/eW+y3DfMkf\n5/lswL8rRc7Epvtzt4KUZi9xAd4MNt7xnRo2g/s63Gs67GwML7YAfm+no8LM35yl\n7Bc+EB5Xt3osu/xTJTqGxTJXEIX+Pj+HDrT9NeTIuPUFpegYdULqv0XxR2xowSJB\nhyGnQGb28E4nNITiM58TzZvBviQ6Z3aNAoIBAQCseiXkXsTYzoqTpyAM/j6Y3egt\nloWPnADVFEz5T2d5pZZTP5NaSSci7I5Q7PMblrJp0X/VSrIHE+r1HEcthUO6x9up\nlSB0FID9uHPuLJrpj1X9Nnye5hfxMi0GKksTlx8D0aTQ4qLAdVXWOqIDQjQM9nQM\nmjyhXgtuBLyAL8wHPIhlCx8Sc7qi+brCllz1Yrc26oNE2Io1wl3NUu+g152G59cR\n1yElsLgnO5Y1mPSvtEK9V0sGgo73CwjREieeRgMRnrnh1Ept4UKJ4ycmxLsxCZyN\nXoQbLiSWu6zgm5lYr+q0l/c1NvIhu0jaCJYuJfA8MXbC9MhGqIg26DWsSP5K\n-----END RSA PRIVATE KEY-----\n"} 2024-09-16T08:26:43.702 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.812005+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.812005+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.812708+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"} : dispatch 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.812708+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"} : dispatch 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.815744+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.815744+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.817252+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []} : dispatch 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.817252+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []} : dispatch 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.817959+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []}]': finished 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:42.817959+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []}]': finished 2024-09-16T08:26:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:43.166838+0000 mgr.a (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:44.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:43.166838+0000 mgr.a (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:44.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:43.170686+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:44.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:43 smithi003 bash[22755]: audit 2024-09-16T08:26:43.170686+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:44.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:44 smithi003 bash[22755]: cephadm 2024-09-16T08:26:44.173086+0000 mgr.a (mgr.14152) 10 : cephadm [INF] Deploying daemon agent.smithi003 on smithi003 2024-09-16T08:26:44.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:44 smithi003 bash[22755]: cephadm 2024-09-16T08:26:44.173086+0000 mgr.a (mgr.14152) 10 : cephadm [INF] Deploying daemon agent.smithi003 on smithi003 2024-09-16T08:26:45.652 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-16T08:26:45.652 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial admin user... 2024-09-16T08:26:46.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:46 smithi003 bash[22755]: audit 2024-09-16T08:26:45.119256+0000 mgr.a (mgr.14152) 11 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:46.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:46 smithi003 bash[22755]: audit 2024-09-16T08:26:45.119256+0000 mgr.a (mgr.14152) 11 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:46.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:46 smithi003 bash[22755]: audit 2024-09-16T08:26:45.124967+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:46.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:46 smithi003 bash[22755]: audit 2024-09-16T08:26:45.124967+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:47.874 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$FKhPmIL6iTYmps6eVTJilulUrJ9XDeGLCo..IGbemojvm/6M5wxPS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726475207, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-16T08:26:47.874 INFO:teuthology.orchestra.run.smithi003.stdout:Fetching dashboard port number... 2024-09-16T08:26:48.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:48 smithi003 bash[22755]: audit 2024-09-16T08:26:47.031517+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:48 smithi003 bash[22755]: audit 2024-09-16T08:26:47.031517+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:26:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:48 smithi003 bash[22755]: audit 2024-09-16T08:26:47.357386+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:48 smithi003 bash[22755]: audit 2024-09-16T08:26:47.357386+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:49.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:49 smithi003 bash[22755]: cluster 2024-09-16T08:26:48.361941+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: a(active, since 12s) 2024-09-16T08:26:49.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:49 smithi003 bash[22755]: cluster 2024-09-16T08:26:48.361941+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: a(active, since 12s) 2024-09-16T08:26:49.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:49 smithi003 bash[22755]: audit 2024-09-16T08:26:49.264945+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.3:0/215727723' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-16T08:26:49.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:49 smithi003 bash[22755]: audit 2024-09-16T08:26:49.264945+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.3:0/215727723' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-16T08:26:49.773 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 8443 2024-09-16T08:26:49.773 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld does not appear to be present 2024-09-16T08:26:49.773 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-16T08:26:49.776 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph Dashboard is now available at: 2024-09-16T08:26:49.776 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:49.777 INFO:teuthology.orchestra.run.smithi003.stdout: URL: https://smithi003.front.sepia.ceph.com:8443/ 2024-09-16T08:26:49.777 INFO:teuthology.orchestra.run.smithi003.stdout: User: admin 2024-09-16T08:26:49.777 INFO:teuthology.orchestra.run.smithi003.stdout: Password: hg9ztdbyxt 2024-09-16T08:26:49.777 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:49.777 INFO:teuthology.orchestra.run.smithi003.stdout:Saving cluster configuration to /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config directory 2024-09-16T08:26:51.896 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-16T08:26:51.896 INFO:teuthology.orchestra.run.smithi003.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-16T08:26:51.896 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:51.896 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:26:51.896 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:51.896 INFO:teuthology.orchestra.run.smithi003.stdout:Or, if you are only running a single cluster on this host: 2024-09-16T08:26:51.896 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:51.896 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-16T08:26:51.896 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:51.897 INFO:teuthology.orchestra.run.smithi003.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-16T08:26:51.897 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:51.897 INFO:teuthology.orchestra.run.smithi003.stdout: ceph telemetry on 2024-09-16T08:26:51.897 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:51.897 INFO:teuthology.orchestra.run.smithi003.stdout:For more information see: 2024-09-16T08:26:51.897 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:51.897 INFO:teuthology.orchestra.run.smithi003.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-16T08:26:51.897 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:26:51.897 INFO:teuthology.orchestra.run.smithi003.stdout:Bootstrap complete. 2024-09-16T08:26:51.950 INFO:tasks.cephadm:Fetching config... 2024-09-16T08:26:51.950 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:26:51.950 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-16T08:26:51.956 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-16T08:26:51.956 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:26:51.957 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-16T08:26:52.002 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-16T08:26:52.003 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:26:52.003 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-16T08:26:52.058 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-16T08:26:52.058 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:26:52.058 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-16T08:26:52.106 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-16T08:26:52.107 DEBUG:teuthology.orchestra.run.smithi003:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYkq5OK0jdYwoM3Ks5puEgM89dGDCQf2/8FFYijz2Z8eDd0BLEOqcIoLqZV5k4rI5v+cvMHFZ9VKx0QbRbbBsJ+w5C5qlApMZVsyxIQHEVCsL4x9f727zix+ytz/L/aIsetm2mvKG4KVfUQo0Ty6Y+MmzxeT2NW32/v5Dcgc1kbgLD4i8nQP+/WQ/OkdOqDKiKnLjH+fADbr1cUfkbTk3vuUl7F9EIx32lR8MuKrOsJLt7/CaWgwQrfT/iQBcPH+1kmGPkY2zXZPDyRmV4cbEX3tp/i35nZnoPVJuhCuDW4Q7wrrltYXAha49zi0EuDGEO2OEks5MYzR6Kpb2GoTgeV7/CctBWIq1r9yR3BsWpqnq4j6soxT+CdP14su83tg3mmXnLt/YValMt8UHa505e8ZjvPYZrfNv/FakW8aoFkfO6QljJLINd4GWQXXh/naMBlxhv+b35zIW8c5T+pr+M/JjFz9rZXcntGoxY084OYo+TvH5hlgvg7N1jrkF3D20= ceph-eff20752-7404-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T08:26:52.165 INFO:teuthology.orchestra.run.smithi003.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYkq5OK0jdYwoM3Ks5puEgM89dGDCQf2/8FFYijz2Z8eDd0BLEOqcIoLqZV5k4rI5v+cvMHFZ9VKx0QbRbbBsJ+w5C5qlApMZVsyxIQHEVCsL4x9f727zix+ytz/L/aIsetm2mvKG4KVfUQo0Ty6Y+MmzxeT2NW32/v5Dcgc1kbgLD4i8nQP+/WQ/OkdOqDKiKnLjH+fADbr1cUfkbTk3vuUl7F9EIx32lR8MuKrOsJLt7/CaWgwQrfT/iQBcPH+1kmGPkY2zXZPDyRmV4cbEX3tp/i35nZnoPVJuhCuDW4Q7wrrltYXAha49zi0EuDGEO2OEks5MYzR6Kpb2GoTgeV7/CctBWIq1r9yR3BsWpqnq4j6soxT+CdP14su83tg3mmXnLt/YValMt8UHa505e8ZjvPYZrfNv/FakW8aoFkfO6QljJLINd4GWQXXh/naMBlxhv+b35zIW8c5T+pr+M/JjFz9rZXcntGoxY084OYo+TvH5hlgvg7N1jrkF3D20= ceph-eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:26:52.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYkq5OK0jdYwoM3Ks5puEgM89dGDCQf2/8FFYijz2Z8eDd0BLEOqcIoLqZV5k4rI5v+cvMHFZ9VKx0QbRbbBsJ+w5C5qlApMZVsyxIQHEVCsL4x9f727zix+ytz/L/aIsetm2mvKG4KVfUQo0Ty6Y+MmzxeT2NW32/v5Dcgc1kbgLD4i8nQP+/WQ/OkdOqDKiKnLjH+fADbr1cUfkbTk3vuUl7F9EIx32lR8MuKrOsJLt7/CaWgwQrfT/iQBcPH+1kmGPkY2zXZPDyRmV4cbEX3tp/i35nZnoPVJuhCuDW4Q7wrrltYXAha49zi0EuDGEO2OEks5MYzR6Kpb2GoTgeV7/CctBWIq1r9yR3BsWpqnq4j6soxT+CdP14su83tg3mmXnLt/YValMt8UHa505e8ZjvPYZrfNv/FakW8aoFkfO6QljJLINd4GWQXXh/naMBlxhv+b35zIW8c5T+pr+M/JjFz9rZXcntGoxY084OYo+TvH5hlgvg7N1jrkF3D20= ceph-eff20752-7404-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T08:26:52.187 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:52 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:26:52.187 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:52 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:26:52.195 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYkq5OK0jdYwoM3Ks5puEgM89dGDCQf2/8FFYijz2Z8eDd0BLEOqcIoLqZV5k4rI5v+cvMHFZ9VKx0QbRbbBsJ+w5C5qlApMZVsyxIQHEVCsL4x9f727zix+ytz/L/aIsetm2mvKG4KVfUQo0Ty6Y+MmzxeT2NW32/v5Dcgc1kbgLD4i8nQP+/WQ/OkdOqDKiKnLjH+fADbr1cUfkbTk3vuUl7F9EIx32lR8MuKrOsJLt7/CaWgwQrfT/iQBcPH+1kmGPkY2zXZPDyRmV4cbEX3tp/i35nZnoPVJuhCuDW4Q7wrrltYXAha49zi0EuDGEO2OEks5MYzR6Kpb2GoTgeV7/CctBWIq1r9yR3BsWpqnq4j6soxT+CdP14su83tg3mmXnLt/YValMt8UHa505e8ZjvPYZrfNv/FakW8aoFkfO6QljJLINd4GWQXXh/naMBlxhv+b35zIW8c5T+pr+M/JjFz9rZXcntGoxY084OYo+TvH5hlgvg7N1jrkF3D20= ceph-eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:26:52.204 DEBUG:teuthology.orchestra.run.smithi177:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYkq5OK0jdYwoM3Ks5puEgM89dGDCQf2/8FFYijz2Z8eDd0BLEOqcIoLqZV5k4rI5v+cvMHFZ9VKx0QbRbbBsJ+w5C5qlApMZVsyxIQHEVCsL4x9f727zix+ytz/L/aIsetm2mvKG4KVfUQo0Ty6Y+MmzxeT2NW32/v5Dcgc1kbgLD4i8nQP+/WQ/OkdOqDKiKnLjH+fADbr1cUfkbTk3vuUl7F9EIx32lR8MuKrOsJLt7/CaWgwQrfT/iQBcPH+1kmGPkY2zXZPDyRmV4cbEX3tp/i35nZnoPVJuhCuDW4Q7wrrltYXAha49zi0EuDGEO2OEks5MYzR6Kpb2GoTgeV7/CctBWIq1r9yR3BsWpqnq4j6soxT+CdP14su83tg3mmXnLt/YValMt8UHa505e8ZjvPYZrfNv/FakW8aoFkfO6QljJLINd4GWQXXh/naMBlxhv+b35zIW8c5T+pr+M/JjFz9rZXcntGoxY084OYo+TvH5hlgvg7N1jrkF3D20= ceph-eff20752-7404-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T08:26:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYkq5OK0jdYwoM3Ks5puEgM89dGDCQf2/8FFYijz2Z8eDd0BLEOqcIoLqZV5k4rI5v+cvMHFZ9VKx0QbRbbBsJ+w5C5qlApMZVsyxIQHEVCsL4x9f727zix+ytz/L/aIsetm2mvKG4KVfUQo0Ty6Y+MmzxeT2NW32/v5Dcgc1kbgLD4i8nQP+/WQ/OkdOqDKiKnLjH+fADbr1cUfkbTk3vuUl7F9EIx32lR8MuKrOsJLt7/CaWgwQrfT/iQBcPH+1kmGPkY2zXZPDyRmV4cbEX3tp/i35nZnoPVJuhCuDW4Q7wrrltYXAha49zi0EuDGEO2OEks5MYzR6Kpb2GoTgeV7/CctBWIq1r9yR3BsWpqnq4j6soxT+CdP14su83tg3mmXnLt/YValMt8UHa505e8ZjvPYZrfNv/FakW8aoFkfO6QljJLINd4GWQXXh/naMBlxhv+b35zIW8c5T+pr+M/JjFz9rZXcntGoxY084OYo+TvH5hlgvg7N1jrkF3D20= ceph-eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:26:52.236 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-16T08:26:52.478 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:26:52 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:26:52.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:52 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:26:52.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:52 smithi003 bash[22755]: audit 2024-09-16T08:26:51.340477+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.3:0/3071635447' entity='client.admin' 2024-09-16T08:26:52.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:52 smithi003 bash[22755]: audit 2024-09-16T08:26:51.340477+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.3:0/3071635447' entity='client.admin' 2024-09-16T08:26:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.476762+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.476762+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.480871+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.480871+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.484144+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.484144+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.492377+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.492377+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.496425+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.496425+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.499272+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.499272+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.502055+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.502055+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.504837+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.504837+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.509085+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.509085+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.518068+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:53.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.518068+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:53.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.524716+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:52.524716+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:53.029355+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:53.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:53 smithi003 bash[22755]: audit 2024-09-16T08:26:53.029355+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:56.967 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:26:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:57 smithi003 bash[22755]: cluster 2024-09-16T08:26:55.808227+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:57 smithi003 bash[22755]: cluster 2024-09-16T08:26:55.808227+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:57 smithi003 bash[22755]: audit 2024-09-16T08:26:56.304189+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:57 smithi003 bash[22755]: audit 2024-09-16T08:26:56.304189+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:58.603 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:58 smithi003 bash[22755]: audit 2024-09-16T08:26:57.315838+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:58.603 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:58 smithi003 bash[22755]: audit 2024-09-16T08:26:57.315838+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:58.603 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:58 smithi003 bash[22755]: audit 2024-09-16T08:26:57.321553+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:58.603 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:58 smithi003 bash[22755]: audit 2024-09-16T08:26:57.321553+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:58.995 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-16T08:26:58.995 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-16T08:26:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:59 smithi003 bash[22755]: cluster 2024-09-16T08:26:57.808608+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:59 smithi003 bash[22755]: cluster 2024-09-16T08:26:57.808608+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:26:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:59 smithi003 bash[22755]: audit 2024-09-16T08:26:58.398222+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.3:0/2074290158' entity='client.admin' 2024-09-16T08:26:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:59 smithi003 bash[22755]: audit 2024-09-16T08:26:58.398222+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.3:0/2074290158' entity='client.admin' 2024-09-16T08:26:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:59 smithi003 bash[22755]: audit 2024-09-16T08:26:58.416672+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:59 smithi003 bash[22755]: audit 2024-09-16T08:26:58.416672+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:26:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:59 smithi003 bash[22755]: audit 2024-09-16T08:26:58.420900+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:26:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:26:59 smithi003 bash[22755]: audit 2024-09-16T08:26:58.420900+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:01.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:59.809068+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:01.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:01 smithi003 bash[22755]: cluster 2024-09-16T08:26:59.809068+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:03.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:03 smithi003 bash[22755]: cluster 2024-09-16T08:27:01.809517+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:03.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:03 smithi003 bash[22755]: cluster 2024-09-16T08:27:01.809517+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:03.523 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:27:05.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: cluster 2024-09-16T08:27:03.809976+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:05.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: cluster 2024-09-16T08:27:03.809976+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:05.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:04.960032+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:05.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:04.960032+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:04.960693+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:04.960693+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:04.962310+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:04.962310+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:04.963078+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:04.963078+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:05.205129+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:05.205129+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:05.211376+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:05.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:05 smithi003 bash[22755]: audit 2024-09-16T08:27:05.211376+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:05.841 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi071 2024-09-16T08:27:05.841 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:27:05.841 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/etc/ceph/ceph.conf 2024-09-16T08:27:05.847 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:27:05.847 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:05.895 INFO:tasks.cephadm:Adding host smithi071 to orchestrator... 2024-09-16T08:27:05.895 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch host add smithi071 2024-09-16T08:27:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: audit 2024-09-16T08:27:04.956436+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:27:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: audit 2024-09-16T08:27:04.956436+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:27:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: cephadm 2024-09-16T08:27:04.964019+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:27:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: cephadm 2024-09-16T08:27:04.964019+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: cephadm 2024-09-16T08:27:05.024027+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: cephadm 2024-09-16T08:27:05.024027+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: cephadm 2024-09-16T08:27:05.079811+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: cephadm 2024-09-16T08:27:05.079811+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: cephadm 2024-09-16T08:27:05.134231+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: cephadm 2024-09-16T08:27:05.134231+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: audit 2024-09-16T08:27:06.116942+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: audit 2024-09-16T08:27:06.116942+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: audit 2024-09-16T08:27:06.123941+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:06 smithi003 bash[22755]: audit 2024-09-16T08:27:06.123941+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:07.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:07 smithi003 bash[22755]: cluster 2024-09-16T08:27:05.810357+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:07.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:07 smithi003 bash[22755]: cluster 2024-09-16T08:27:05.810357+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:09.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:09 smithi003 bash[22755]: cluster 2024-09-16T08:27:07.810761+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:09.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:09 smithi003 bash[22755]: cluster 2024-09-16T08:27:07.810761+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:10.652 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:27:11.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:11 smithi003 bash[22755]: cluster 2024-09-16T08:27:09.811192+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:11.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:11 smithi003 bash[22755]: cluster 2024-09-16T08:27:09.811192+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:13.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:13 smithi003 bash[22755]: cluster 2024-09-16T08:27:11.811525+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:13.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:13 smithi003 bash[22755]: cluster 2024-09-16T08:27:11.811525+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:13.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:13 smithi003 bash[22755]: audit 2024-09-16T08:27:11.999428+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:27:13.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:13 smithi003 bash[22755]: audit 2024-09-16T08:27:11.999428+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:27:14.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:14 smithi003 bash[22755]: cephadm 2024-09-16T08:27:13.272753+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-16T08:27:14.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:14 smithi003 bash[22755]: cephadm 2024-09-16T08:27:13.272753+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-16T08:27:15.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:15 smithi003 bash[22755]: cluster 2024-09-16T08:27:13.811951+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:15.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:15 smithi003 bash[22755]: cluster 2024-09-16T08:27:13.811951+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:16.904 INFO:teuthology.orchestra.run.smithi003.stdout:Added host 'smithi071' with addr '172.21.15.71' 2024-09-16T08:27:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:16 smithi003 bash[22755]: cluster 2024-09-16T08:27:15.812237+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:16 smithi003 bash[22755]: cluster 2024-09-16T08:27:15.812237+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:16 smithi003 bash[22755]: audit 2024-09-16T08:27:15.891600+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:16 smithi003 bash[22755]: audit 2024-09-16T08:27:15.891600+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:16 smithi003 bash[22755]: audit 2024-09-16T08:27:15.894072+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:16 smithi003 bash[22755]: audit 2024-09-16T08:27:15.894072+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:16 smithi003 bash[22755]: audit 2024-09-16T08:27:15.897781+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:16 smithi003 bash[22755]: audit 2024-09-16T08:27:15.897781+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:17.494 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T08:27:18.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:17 smithi003 bash[22755]: audit 2024-09-16T08:27:16.905458+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:18.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:17 smithi003 bash[22755]: audit 2024-09-16T08:27:16.905458+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:18.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:17 smithi003 bash[22755]: cephadm 2024-09-16T08:27:16.906255+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi071 2024-09-16T08:27:18.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:17 smithi003 bash[22755]: cephadm 2024-09-16T08:27:16.906255+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi071 2024-09-16T08:27:18.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:17 smithi003 bash[22755]: audit 2024-09-16T08:27:16.907274+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:18.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:17 smithi003 bash[22755]: audit 2024-09-16T08:27:16.907274+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:18.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:17 smithi003 bash[22755]: audit 2024-09-16T08:27:17.415486+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:18.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:17 smithi003 bash[22755]: audit 2024-09-16T08:27:17.415486+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:19.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: cluster 2024-09-16T08:27:17.812630+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:19.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: cluster 2024-09-16T08:27:17.812630+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:19.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.923610+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.923610+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.929607+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.929607+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.931185+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.931185+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.933253+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.933253+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.935005+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:18.935005+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:19.360378+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:19.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:19.360378+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:19.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:19.366401+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:19.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:19.366401+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:19.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:19.369420+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:27:19.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:19.369420+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:27:19.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:19.370865+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []}]': finished 2024-09-16T08:27:19.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:19 smithi003 bash[22755]: audit 2024-09-16T08:27:19.370865+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []}]': finished 2024-09-16T08:27:20.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:20 smithi003 bash[22755]: cephadm 2024-09-16T08:27:18.937375+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:27:20.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:20 smithi003 bash[22755]: cephadm 2024-09-16T08:27:18.937375+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:27:20.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:20 smithi003 bash[22755]: cephadm 2024-09-16T08:27:19.056378+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:27:20.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:20 smithi003 bash[22755]: cephadm 2024-09-16T08:27:19.056378+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:27:20.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:20 smithi003 bash[22755]: cephadm 2024-09-16T08:27:19.161787+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:20.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:20 smithi003 bash[22755]: cephadm 2024-09-16T08:27:19.161787+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:20.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:20 smithi003 bash[22755]: cephadm 2024-09-16T08:27:19.261438+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:27:20.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:20 smithi003 bash[22755]: cephadm 2024-09-16T08:27:19.261438+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:27:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: cluster 2024-09-16T08:27:19.813000+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: cluster 2024-09-16T08:27:19.813000+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: cephadm 2024-09-16T08:27:20.132634+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi071 on smithi071 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: cephadm 2024-09-16T08:27:20.132634+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi071 on smithi071 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.165932+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.165932+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.172432+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.172432+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.178330+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.178330+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.212073+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.212073+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.216212+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.216212+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.217766+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.217766+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.226068+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.226068+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.264180+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.264180+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.268109+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.268109+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.269648+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.269648+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.277872+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.277872+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.313634+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:21.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:21 smithi003 bash[22755]: audit 2024-09-16T08:27:21.313634+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:22.231 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:27:22.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:22 smithi003 bash[22755]: audit 2024-09-16T08:27:21.712955+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:22.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:22 smithi003 bash[22755]: audit 2024-09-16T08:27:21.712955+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:22.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:22 smithi003 bash[22755]: cluster 2024-09-16T08:27:21.813396+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:22.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:22 smithi003 bash[22755]: cluster 2024-09-16T08:27:21.813396+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:23.597 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:27:23.597 INFO:teuthology.orchestra.run.smithi003.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}] 2024-09-16T08:27:23.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:23 smithi003 bash[22755]: audit 2024-09-16T08:27:22.785666+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:23.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:23 smithi003 bash[22755]: audit 2024-09-16T08:27:22.785666+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:23.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:23 smithi003 bash[22755]: audit 2024-09-16T08:27:22.793035+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:23.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:23 smithi003 bash[22755]: audit 2024-09-16T08:27:22.793035+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:24.222 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi177 2024-09-16T08:27:24.222 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:27:24.222 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.conf 2024-09-16T08:27:24.229 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:27:24.229 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:24.279 INFO:tasks.cephadm:Adding host smithi177 to orchestrator... 2024-09-16T08:27:24.279 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch host add smithi177 2024-09-16T08:27:25.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:24 smithi003 bash[22755]: audit 2024-09-16T08:27:23.599700+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:27:25.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:24 smithi003 bash[22755]: audit 2024-09-16T08:27:23.599700+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:27:25.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:24 smithi003 bash[22755]: cluster 2024-09-16T08:27:23.813861+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:25.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:24 smithi003 bash[22755]: cluster 2024-09-16T08:27:23.813861+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:27.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:26 smithi003 bash[22755]: cluster 2024-09-16T08:27:25.814292+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:27.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:26 smithi003 bash[22755]: cluster 2024-09-16T08:27:25.814292+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:29.013 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:27:29.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:28 smithi003 bash[22755]: cluster 2024-09-16T08:27:27.814717+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:29.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:28 smithi003 bash[22755]: cluster 2024-09-16T08:27:27.814717+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:31.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:30 smithi003 bash[22755]: cluster 2024-09-16T08:27:29.815079+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:31.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:30 smithi003 bash[22755]: cluster 2024-09-16T08:27:29.815079+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:32.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:31 smithi003 bash[22755]: audit 2024-09-16T08:27:30.623124+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:27:32.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:31 smithi003 bash[22755]: audit 2024-09-16T08:27:30.623124+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:27:33.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:32 smithi003 bash[22755]: cluster 2024-09-16T08:27:31.815419+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:32 smithi003 bash[22755]: cluster 2024-09-16T08:27:31.815419+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:32 smithi003 bash[22755]: cephadm 2024-09-16T08:27:31.870663+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi177 2024-09-16T08:27:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:32 smithi003 bash[22755]: cephadm 2024-09-16T08:27:31.870663+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi177 2024-09-16T08:27:35.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:34 smithi003 bash[22755]: cluster 2024-09-16T08:27:33.815760+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:35.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:34 smithi003 bash[22755]: cluster 2024-09-16T08:27:33.815760+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:35.463 INFO:teuthology.orchestra.run.smithi003.stdout:Added host 'smithi177' with addr '172.21.15.177' 2024-09-16T08:27:36.056 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T08:27:36.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:35.465276+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:35.465276+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: cephadm 2024-09-16T08:27:35.466077+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi177 2024-09-16T08:27:36.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: cephadm 2024-09-16T08:27:35.466077+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi177 2024-09-16T08:27:36.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:35.467012+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:36.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:35.467012+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:35.642506+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:35.642506+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:35.649892+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:35.649892+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:36.011212+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:36.011212+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:36.080262+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:36.080262+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:36.083810+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:36.083810+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:36.091201+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:36.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:36 smithi003 bash[22755]: audit 2024-09-16T08:27:36.091201+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:37.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:37 smithi003 bash[22755]: cluster 2024-09-16T08:27:35.816192+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:37.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:37 smithi003 bash[22755]: cluster 2024-09-16T08:27:35.816192+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:38.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.523649+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.523649+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.529421+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.529421+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.530992+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:27:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.530992+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:27:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.533148+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.533148+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.534944+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.534944+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cephadm 2024-09-16T08:27:37.537714+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cephadm 2024-09-16T08:27:37.537714+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cephadm 2024-09-16T08:27:37.659402+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cephadm 2024-09-16T08:27:37.659402+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cephadm 2024-09-16T08:27:37.764120+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cephadm 2024-09-16T08:27:37.764120+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cluster 2024-09-16T08:27:37.816638+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cluster 2024-09-16T08:27:37.816638+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cephadm 2024-09-16T08:27:37.859313+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:27:38.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: cephadm 2024-09-16T08:27:37.859313+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:27:38.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.957593+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:38.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.957593+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:38.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.963791+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:38.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.963791+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:38.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.966111+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:27:38.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.966111+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:27:38.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.967540+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []}]': finished 2024-09-16T08:27:38.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:38 smithi003 bash[22755]: audit 2024-09-16T08:27:37.967540+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []}]': finished 2024-09-16T08:27:39.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:39 smithi003 bash[22755]: cephadm 2024-09-16T08:27:38.947899+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi177 on smithi177 2024-09-16T08:27:39.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:39 smithi003 bash[22755]: cephadm 2024-09-16T08:27:38.947899+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi177 on smithi177 2024-09-16T08:27:40.785 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:27:41.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:40 smithi003 bash[22755]: cluster 2024-09-16T08:27:39.817024+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:41.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:40 smithi003 bash[22755]: cluster 2024-09-16T08:27:39.817024+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:41.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:40 smithi003 bash[22755]: audit 2024-09-16T08:27:39.988650+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:39.988650+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:39.994381+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:39.994381+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:39.999909+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:39.999909+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.046530+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.046530+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.050536+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.050536+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.051850+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.051850+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.059799+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.059799+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.100106+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.100106+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.103522+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.103522+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.104938+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.104938+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.112287+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.112287+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.512111+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:41.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:41 smithi003 bash[22755]: audit 2024-09-16T08:27:40.512111+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:42.217 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:27:42.217 INFO:teuthology.orchestra.run.smithi003.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.177", "hostname": "smithi177", "labels": [], "status": ""}] 2024-09-16T08:27:42.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:42 smithi003 bash[22755]: audit 2024-09-16T08:27:41.320377+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:42.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:42 smithi003 bash[22755]: audit 2024-09-16T08:27:41.320377+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:42.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:42 smithi003 bash[22755]: audit 2024-09-16T08:27:41.588965+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:42.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:42 smithi003 bash[22755]: audit 2024-09-16T08:27:41.588965+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:42.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:42 smithi003 bash[22755]: audit 2024-09-16T08:27:41.596601+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:42.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:42 smithi003 bash[22755]: audit 2024-09-16T08:27:41.596601+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:42.767 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-16T08:27:42.768 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: cluster 2024-09-16T08:27:41.817531+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: cluster 2024-09-16T08:27:41.817531+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: audit 2024-09-16T08:27:42.219504+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: audit 2024-09-16T08:27:42.219504+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: audit 2024-09-16T08:27:42.322198+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: audit 2024-09-16T08:27:42.322198+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: audit 2024-09-16T08:27:42.324493+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: audit 2024-09-16T08:27:42.324493+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: audit 2024-09-16T08:27:42.327457+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:43 smithi003 bash[22755]: audit 2024-09-16T08:27:42.327457+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:45.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:45 smithi003 bash[22755]: cluster 2024-09-16T08:27:43.817944+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:45.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:45 smithi003 bash[22755]: cluster 2024-09-16T08:27:43.817944+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:47.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:47 smithi003 bash[22755]: cluster 2024-09-16T08:27:45.818371+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:47.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:47 smithi003 bash[22755]: cluster 2024-09-16T08:27:45.818371+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:47.499 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:27:49.325 INFO:teuthology.orchestra.run.smithi003.stderr:adjusted tunables profile to default 2024-09-16T08:27:49.671 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:49 smithi003 bash[22755]: cluster 2024-09-16T08:27:47.818884+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:49.671 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:49 smithi003 bash[22755]: cluster 2024-09-16T08:27:47.818884+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:49.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:49 smithi003 bash[22755]: audit 2024-09-16T08:27:49.305985+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.3:0/141769914' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T08:27:49.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:49 smithi003 bash[22755]: audit 2024-09-16T08:27:49.305985+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.3:0/141769914' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T08:27:49.993 INFO:tasks.cephadm:Adding mon.a on smithi003 2024-09-16T08:27:49.994 INFO:tasks.cephadm:Adding mon.b on smithi071 2024-09-16T08:27:49.994 INFO:tasks.cephadm:Adding mon.c on smithi177 2024-09-16T08:27:49.994 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c' 2024-09-16T08:27:50.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:50 smithi003 bash[22755]: audit 2024-09-16T08:27:49.327399+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.3:0/141769914' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T08:27:50.749 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:50 smithi003 bash[22755]: audit 2024-09-16T08:27:49.327399+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.3:0/141769914' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T08:27:50.749 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:50 smithi003 bash[22755]: cluster 2024-09-16T08:27:49.332138+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:27:50.749 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:50 smithi003 bash[22755]: cluster 2024-09-16T08:27:49.332138+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:27:51.218 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:27:51.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:51 smithi003 bash[22755]: cluster 2024-09-16T08:27:49.819315+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:51.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:51 smithi003 bash[22755]: cluster 2024-09-16T08:27:49.819315+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mon update... 2024-09-16T08:27:53.647 DEBUG:teuthology.orchestra.run.smithi071:mon.b> sudo journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.b.service 2024-09-16T08:27:53.650 DEBUG:teuthology.orchestra.run.smithi177:mon.c> sudo journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.c.service 2024-09-16T08:27:53.653 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T08:27:53.653 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:27:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: cluster 2024-09-16T08:27:51.819799+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: cluster 2024-09-16T08:27:51.819799+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.750889+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.750889+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.752626+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.752626+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.757528+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.757528+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.759366+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.759366+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.767063+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.767063+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.771618+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.771618+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.773375+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:53.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:53 smithi003 bash[22755]: audit 2024-09-16T08:27:52.773375+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:27:54.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:54 smithi003 bash[22755]: audit 2024-09-16T08:27:52.740060+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:27:54.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:54 smithi003 bash[22755]: audit 2024-09-16T08:27:52.740060+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:27:54.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:54 smithi003 bash[22755]: cephadm 2024-09-16T08:27:52.745212+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c;count:3 2024-09-16T08:27:54.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:54 smithi003 bash[22755]: cephadm 2024-09-16T08:27:52.745212+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c;count:3 2024-09-16T08:27:54.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:54 smithi003 bash[22755]: cephadm 2024-09-16T08:27:52.775413+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi177 2024-09-16T08:27:54.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:54 smithi003 bash[22755]: cephadm 2024-09-16T08:27:52.775413+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi177 2024-09-16T08:27:55.395 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:27:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:55 smithi003 bash[22755]: cluster 2024-09-16T08:27:53.820248+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:55 smithi003 bash[22755]: cluster 2024-09-16T08:27:53.820248+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:55 smithi003 bash[22755]: audit 2024-09-16T08:27:55.103193+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:55 smithi003 bash[22755]: audit 2024-09-16T08:27:55.103193+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:55 smithi003 bash[22755]: audit 2024-09-16T08:27:55.111115+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:55 smithi003 bash[22755]: audit 2024-09-16T08:27:55.111115+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:56.902 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:27:56.903 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"eff20752-7404-11ef-bceb-c7b262605968","modified":"2024-09-16T08:25:29.351284Z","created":"2024-09-16T08:25:29.351284Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:27:56.903 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-09-16T08:27:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: cluster 2024-09-16T08:27:55.820675+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: cluster 2024-09-16T08:27:55.820675+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: audit 2024-09-16T08:27:56.296011+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: audit 2024-09-16T08:27:56.296011+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: audit 2024-09-16T08:27:56.303292+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: audit 2024-09-16T08:27:56.303292+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: audit 2024-09-16T08:27:56.311104+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: audit 2024-09-16T08:27:56.311104+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:27:57.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: audit 2024-09-16T08:27:56.905802+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.177:0/1171536717' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:27:57.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:57 smithi003 bash[22755]: audit 2024-09-16T08:27:56.905802+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.177:0/1171536717' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:27:58.752 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T08:27:58.753 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:27:59.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:59 smithi003 bash[22755]: cluster 2024-09-16T08:27:57.821094+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:59.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:27:59 smithi003 bash[22755]: cluster 2024-09-16T08:27:57.821094+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:27:59.968 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T08:28:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.799434+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.799434+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.805027+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.805027+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.811059+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.811059+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.812446+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.812446+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.814244+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: audit 2024-09-16T08:27:59.814244+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: cephadm 2024-09-16T08:27:59.816144+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi071 2024-09-16T08:28:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: cephadm 2024-09-16T08:27:59.816144+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi071 2024-09-16T08:28:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: cluster 2024-09-16T08:27:59.821499+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:00 smithi003 bash[22755]: cluster 2024-09-16T08:27:59.821499+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:01.654 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:01 smithi177 bash[23301]: debug 2024-09-16T08:28:01.482+0000 7f4a684b1640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-16T08:28:06.414 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:06 smithi071 systemd[1]: Started Ceph mon.b for eff20752-7404-11ef-bceb-c7b262605968. 2024-09-16T08:28:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:01.497554+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:01.497554+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:01.497964+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:01.497964+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:01.520213+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:01.520213+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:01.821918+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:01.821918+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:02.491819+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:02.491819+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:03.492108+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:03.492108+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:03.492490+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:03.492490+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:03.822286+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:03.822286+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:04.492198+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:04.492198+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:05.492572+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:05.492572+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:05.822663+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:05.822663+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.492890+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.492890+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.540794+0000 mon.a (mon.0) 225 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.540794+0000 mon.a (mon.0) 225 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550132+0000 mon.a (mon.0) 226 : cluster [DBG] monmap epoch 2 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550132+0000 mon.a (mon.0) 226 : cluster [DBG] monmap epoch 2 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550179+0000 mon.a (mon.0) 227 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:06.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550179+0000 mon.a (mon.0) 227 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550220+0000 mon.a (mon.0) 228 : cluster [DBG] last_changed 2024-09-16T08:28:01.491741+0000 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550220+0000 mon.a (mon.0) 228 : cluster [DBG] last_changed 2024-09-16T08:28:01.491741+0000 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550261+0000 mon.a (mon.0) 229 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550261+0000 mon.a (mon.0) 229 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550309+0000 mon.a (mon.0) 230 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550309+0000 mon.a (mon.0) 230 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550346+0000 mon.a (mon.0) 231 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550346+0000 mon.a (mon.0) 231 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550385+0000 mon.a (mon.0) 232 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550385+0000 mon.a (mon.0) 232 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550418+0000 mon.a (mon.0) 233 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.550418+0000 mon.a (mon.0) 233 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.571889+0000 mon.a (mon.0) 234 : cluster [DBG] fsmap 2024-09-16T08:28:06.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.571889+0000 mon.a (mon.0) 234 : cluster [DBG] fsmap 2024-09-16T08:28:06.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.571978+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:06.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.571978+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:06.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.572314+0000 mon.a (mon.0) 236 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.572314+0000 mon.a (mon.0) 236 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.572647+0000 mon.a (mon.0) 237 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: cluster 2024-09-16T08:28:06.572647+0000 mon.a (mon.0) 237 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.580916+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.580916+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.586964+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.586964+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.592804+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.592804+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.598486+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.598486+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.604003+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.604003+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.610585+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.610585+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.618332+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:06.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:06 smithi003 bash[22755]: audit 2024-09-16T08:28:06.618332+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.049 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:01.497554+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:01.497554+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:01.497964+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:01.497964+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:01.520213+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:01.520213+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:01.821918+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:01.821918+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:02.491819+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:02.491819+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:03.492108+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:07.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:03.492108+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:07.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:03.492490+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:03.492490+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:03.822286+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:03.822286+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:04.492198+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:04.492198+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:05.492572+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:05.492572+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:05.822663+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:05.822663+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.492890+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.492890+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.540794+0000 mon.a (mon.0) 225 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T08:28:07.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.540794+0000 mon.a (mon.0) 225 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T08:28:07.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550132+0000 mon.a (mon.0) 226 : cluster [DBG] monmap epoch 2 2024-09-16T08:28:07.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550132+0000 mon.a (mon.0) 226 : cluster [DBG] monmap epoch 2 2024-09-16T08:28:07.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550179+0000 mon.a (mon.0) 227 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550179+0000 mon.a (mon.0) 227 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550220+0000 mon.a (mon.0) 228 : cluster [DBG] last_changed 2024-09-16T08:28:01.491741+0000 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550220+0000 mon.a (mon.0) 228 : cluster [DBG] last_changed 2024-09-16T08:28:01.491741+0000 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550261+0000 mon.a (mon.0) 229 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550261+0000 mon.a (mon.0) 229 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550309+0000 mon.a (mon.0) 230 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550309+0000 mon.a (mon.0) 230 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550346+0000 mon.a (mon.0) 231 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550346+0000 mon.a (mon.0) 231 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550385+0000 mon.a (mon.0) 232 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:07.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550385+0000 mon.a (mon.0) 232 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:07.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550418+0000 mon.a (mon.0) 233 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:07.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.550418+0000 mon.a (mon.0) 233 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:07.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.571889+0000 mon.a (mon.0) 234 : cluster [DBG] fsmap 2024-09-16T08:28:07.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.571889+0000 mon.a (mon.0) 234 : cluster [DBG] fsmap 2024-09-16T08:28:07.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.571978+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.571978+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.572314+0000 mon.a (mon.0) 236 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.572314+0000 mon.a (mon.0) 236 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.572647+0000 mon.a (mon.0) 237 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: cluster 2024-09-16T08:28:06.572647+0000 mon.a (mon.0) 237 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.580916+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.580916+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.586964+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.586964+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.592804+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.592804+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.598486+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.598486+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.604003+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.604003+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.610585+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.610585+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.618332+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:06 smithi177 bash[23301]: audit 2024-09-16T08:28:06.618332+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.410+0000 7fba8b4e6c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.410+0000 7fba8b4e6c80 0 ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 8 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.410+0000 7fba8b4e6c80 0 pidfile_write: ignore empty --pid-file 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.414+0000 7fba8b4e6c80 0 load: jerasure load: lrc 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Git sha 0 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: DB SUMMARY 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: DB Session ID: 69KYZWBR01U9M8C30RWW 2024-09-16T08:28:07.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: CURRENT file: CURRENT 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.error_if_exists: 0 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.create_if_missing: 0 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.env: 0x55feaa94a120 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-16T08:28:07.431 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.info_log: 0x55feac1ab700 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.statistics: (nil) 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.use_fsync: 0 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-16T08:28:07.432 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.db_log_dir: 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.wal_dir: 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.write_buffer_manager: 0x55feac1afb80 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T08:28:07.433 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T08:28:07.434 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T08:28:07.434 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-16T08:28:07.434 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T08:28:07.434 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-16T08:28:07.435 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-16T08:28:07.435 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-16T08:28:07.435 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.unordered_write: 0 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.row_cache: None 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.wal_filter: None 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.two_write_queues: 0 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.wal_compression: 0 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.atomic_flush: 0 2024-09-16T08:28:07.436 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-16T08:28:07.437 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_open_files: -1 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-16T08:28:07.438 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Compression algorithms supported: 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: kZSTD supported: 0 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: kXpressCompression supported: 0 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: kZlibCompression supported: 1 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T08:28:07.439 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.merge_operator: 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_filter: None 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55feac1ab320) 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cache_index_and_filter_blocks: 1 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: pin_top_level_index_and_filter: 1 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: index_type: 0 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: data_block_index_type: 0 2024-09-16T08:28:07.440 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: index_shortening: 1 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: data_block_hash_table_util_ratio: 0.750000 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: checksum: 4 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: no_block_cache: 0 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: block_cache: 0x55feac1a1610 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: block_cache_name: BinnedLRUCache 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: block_cache_options: 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: capacity : 536870912 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: num_shard_bits : 4 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: strict_capacity_limit : 0 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: high_pri_pool_ratio: 0.000 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: block_cache_compressed: (nil) 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: persistent_cache: (nil) 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: block_size: 4096 2024-09-16T08:28:07.441 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: block_size_deviation: 10 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: block_restart_interval: 16 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: index_block_restart_interval: 1 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: metadata_block_size: 4096 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: partition_filters: 0 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: use_delta_encoding: 1 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: filter_policy: bloomfilter 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: whole_key_filtering: 1 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: verify_compression: 0 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: read_amp_bytes_per_bit: 0 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: format_version: 5 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: enable_index_compression: 1 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: block_align: 0 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: max_auto_readahead_size: 262144 2024-09-16T08:28:07.442 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: prepopulate_block_cache: 0 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: initial_auto_readahead_size: 8192 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: num_file_reads_for_auto_readahead: 2 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression: NoCompression 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.num_levels: 7 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T08:28:07.443 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:28:07.444 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T08:28:07.445 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T08:28:07.446 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T08:28:07.447 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.bloom_locality: 0 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.ttl: 2592000 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.enable_blob_files: false 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.min_blob_size: 0 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T08:28:07.448 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9f6740b2-ec59-4d79-98d8-1e52b577e234 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726475287422471, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726475287422930, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726475287, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9f6740b2-ec59-4d79-98d8-1e52b577e234", "db_session_id": "69KYZWBR01U9M8C30RWW", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726475287423053, "job": 1, "event": "recovery_finished"} 2024-09-16T08:28:07.449 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55feac1cee00 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 4 rocksdb: DB pointer 0x55feac2d2000 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba812ae640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba812ae640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: ** DB Stats ** 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:28:07.450 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: ** Compaction Stats [default] ** 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: ** Compaction Stats [default] ** 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T08:28:07.451 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: AddFile(Keys): cumulative 0, interval 0 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Block cache BinnedLRUCache@0x55feac1a1610#8 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: ** File Read Latency Histogram By Level [default] ** 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.418+0000 7fba8b4e6c80 0 using public_addr v2:172.21.15.71:0/0 -> [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.422+0000 7fba8b4e6c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:07.452 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.422+0000 7fba8b4e6c80 1 mon.b@-1(???) e0 preinit fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:07.591 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:28:07 smithi003 bash[23011]: debug 2024-09-16T08:28:07.488+0000 7f916e97d640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-16T08:28:07.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.442+0000 7fba842b4640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-16T08:28:07.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.442+0000 7fba842b4640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-16T08:28:07.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: e1 2024-09-16T08:28:07.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: btime 2024-09-16T08:25:33:900436+0000 2024-09-16T08:28:07.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T08:28:07.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-16T08:28:07.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: legacy client fscid: -1 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: No filesystems configured 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.442+0000 7fba842b4640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.442+0000 7fba842b4640 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.446+0000 7fba842b4640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.446+0000 7fba842b4640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.446+0000 7fba842b4640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.446+0000 7fba842b4640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.446+0000 7fba842b4640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.446+0000 7fba842b4640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.446+0000 7fba842b4640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.446+0000 7fba842b4640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:26:57.808608+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:26:57.808608+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:26:58.398222+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.3:0/2074290158' entity='client.admin' 2024-09-16T08:28:07.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:26:58.398222+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.3:0/2074290158' entity='client.admin' 2024-09-16T08:28:07.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:26:58.416672+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:26:58.416672+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:26:58.420900+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:26:58.420900+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:26:59.809068+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:26:59.809068+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:01.809517+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:01.809517+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:03.809976+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:03.809976+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.960032+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.960032+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.960693+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.960693+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.962310+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.962310+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.963078+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.963078+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:05.205129+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:05.205129+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:05.211376+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:05.211376+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.956436+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:04.956436+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:04.964019+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:07.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:04.964019+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:05.024027+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:05.024027+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:05.079811+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:05.079811+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:05.134231+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:05.134231+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:06.116942+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:06.116942+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:06.123941+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:06.123941+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:05.810357+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:05.810357+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.682 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:07.810761+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:07.810761+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:09.811192+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:09.811192+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:11.811525+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:11.811525+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:11.999428+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:11.999428+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:13.272753+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:13.272753+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:13.811951+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:13.811951+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:15.812237+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.683 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:15.812237+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:15.891600+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:15.891600+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:15.894072+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:15.894072+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:15.897781+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:15.897781+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:16.905458+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:16.905458+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:16.906255+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi071 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:16.906255+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi071 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:16.907274+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:16.907274+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:17.415486+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:17.415486+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:17.812630+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:17.812630+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.923610+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.923610+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.929607+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.929607+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.931185+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.931185+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.933253+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.933253+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.685 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.935005+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.686 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:18.935005+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.686 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:19.360378+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.686 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:19.360378+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.686 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:19.366401+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.686 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:19.366401+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.686 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:19.369420+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:28:07.686 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:19.369420+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:28:07.686 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:19.370865+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []}]': finished 2024-09-16T08:28:07.687 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:19.370865+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []}]': finished 2024-09-16T08:28:07.688 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:18.937375+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:07.688 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:18.937375+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:07.688 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:19.056378+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:07.688 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:19.056378+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:07.688 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:19.161787+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:28:07.688 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:19.161787+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:28:07.688 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:19.261438+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:19.261438+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:19.813000+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:19.813000+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:20.132634+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi071 on smithi071 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:20.132634+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi071 on smithi071 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.165932+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.165932+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.172432+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.172432+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.178330+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.689 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.178330+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.690 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.212073+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.690 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.212073+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.690 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.216212+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.690 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.216212+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.690 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.217766+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.690 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.217766+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.690 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.226068+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.692 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.226068+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.692 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.264180+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.692 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.264180+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.692 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.268109+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.692 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.268109+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.692 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.269648+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.269648+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.277872+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.277872+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.313634+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.313634+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.712955+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:21.712955+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:21.813396+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:21.813396+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:22.785666+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:22.785666+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:22.793035+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:22.793035+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.693 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:23.599700+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:28:07.694 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:23.599700+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:28:07.694 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:23.813861+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.694 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:23.813861+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.694 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:25.814292+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.694 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:25.814292+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.694 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:27.814717+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.694 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:27.814717+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.694 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:29.815079+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:29.815079+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:30.623124+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:30.623124+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:31.815419+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:31.815419+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:31.870663+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi177 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:31.870663+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi177 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:33.815760+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:33.815760+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:35.465276+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.695 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:35.465276+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:35.466077+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi177 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:35.466077+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi177 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:35.467012+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:35.467012+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:35.642506+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:35.642506+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:35.649892+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:35.649892+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:36.011212+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:36.011212+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:36.080262+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.696 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:36.080262+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:36.083810+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:36.083810+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:36.091201+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:36.091201+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:35.816192+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:35.816192+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.523649+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.523649+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.529421+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.529421+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.530992+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.530992+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.533148+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.697 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.533148+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.534944+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.534944+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:37.537714+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:37.537714+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:37.659402+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:37.659402+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:37.764120+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:37.764120+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:37.816638+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:37.816638+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:37.859313+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:37.859313+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:28:07.698 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.957593+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.699 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.957593+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.699 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.963791+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.699 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.963791+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.699 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.966111+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:28:07.699 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.966111+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:28:07.699 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.967540+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []}]': finished 2024-09-16T08:28:07.699 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:37.967540+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []}]': finished 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:38.947899+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi177 on smithi177 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:38.947899+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi177 on smithi177 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:39.817024+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:39.817024+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:39.988650+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:39.988650+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:39.994381+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:39.994381+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:39.999909+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:39.999909+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.046530+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.700 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.046530+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.050536+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.050536+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.051850+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.051850+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.059799+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.059799+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.100106+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.100106+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.103522+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.103522+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.104938+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.104938+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.701 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.112287+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.112287+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.512111+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:40.512111+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:41.320377+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:41.320377+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:41.588965+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:41.588965+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:41.596601+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:41.596601+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:41.817531+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:41.817531+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:42.219504+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:28:07.702 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:42.219504+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:42.322198+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:42.322198+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:42.324493+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:42.324493+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:42.327457+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:42.327457+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:43.817944+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:43.817944+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:45.818371+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:45.818371+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:47.818884+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:47.818884+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:49.305985+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.3:0/141769914' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T08:28:07.703 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:49.305985+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.3:0/141769914' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:49.327399+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.3:0/141769914' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:49.327399+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.3:0/141769914' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:49.332138+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:49.332138+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:49.819315+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:49.819315+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:51.819799+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:51.819799+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.750889+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.750889+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.752626+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.752626+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.757528+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.704 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.757528+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.759366+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.759366+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.767063+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.767063+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.771618+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.771618+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.773375+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.773375+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.740060+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:52.740060+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:52.745212+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c;count:3 2024-09-16T08:28:07.705 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:52.745212+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c;count:3 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:52.775413+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi177 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:52.775413+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi177 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:53.820248+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:53.820248+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:55.103193+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:55.103193+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:55.111115+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:55.111115+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:55.820675+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:55.820675+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:56.296011+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:56.296011+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:56.303292+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:56.303292+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.706 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:56.311104+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:56.311104+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:56.905802+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.177:0/1171536717' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:56.905802+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.177:0/1171536717' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:57.821094+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:57.821094+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.799434+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.799434+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.805027+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.805027+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.811059+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.811059+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.812446+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.812446+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:07.707 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.814244+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:27:59.814244+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:59.816144+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi071 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cephadm 2024-09-16T08:27:59.816144+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi071 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:59.821499+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:27:59.821499+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:01.497554+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:01.497554+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:01.497964+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:01.497964+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:01.520213+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:01.520213+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:01.821918+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.708 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:01.821918+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:02.491819+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:02.491819+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:03.492108+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:03.492108+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:03.492490+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:03.492490+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:03.822286+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:03.822286+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:04.492198+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:04.492198+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:05.492572+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.709 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:05.492572+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:05.822663+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:05.822663+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.492890+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.492890+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.540794+0000 mon.a (mon.0) 225 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.540794+0000 mon.a (mon.0) 225 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550132+0000 mon.a (mon.0) 226 : cluster [DBG] monmap epoch 2 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550132+0000 mon.a (mon.0) 226 : cluster [DBG] monmap epoch 2 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550179+0000 mon.a (mon.0) 227 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550179+0000 mon.a (mon.0) 227 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550220+0000 mon.a (mon.0) 228 : cluster [DBG] last_changed 2024-09-16T08:28:01.491741+0000 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550220+0000 mon.a (mon.0) 228 : cluster [DBG] last_changed 2024-09-16T08:28:01.491741+0000 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550261+0000 mon.a (mon.0) 229 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:07.710 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550261+0000 mon.a (mon.0) 229 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550309+0000 mon.a (mon.0) 230 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550309+0000 mon.a (mon.0) 230 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550346+0000 mon.a (mon.0) 231 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550346+0000 mon.a (mon.0) 231 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550385+0000 mon.a (mon.0) 232 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550385+0000 mon.a (mon.0) 232 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550418+0000 mon.a (mon.0) 233 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.550418+0000 mon.a (mon.0) 233 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.571889+0000 mon.a (mon.0) 234 : cluster [DBG] fsmap 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.571889+0000 mon.a (mon.0) 234 : cluster [DBG] fsmap 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.571978+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.571978+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.572314+0000 mon.a (mon.0) 236 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.572314+0000 mon.a (mon.0) 236 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-16T08:28:07.711 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.572647+0000 mon.a (mon.0) 237 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: cluster 2024-09-16T08:28:06.572647+0000 mon.a (mon.0) 237 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.580916+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.580916+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.586964+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.586964+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.592804+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.592804+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.598486+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.598486+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.712 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.604003+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.713 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.604003+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.713 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.610585+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.713 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.610585+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.713 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.618332+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.713 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: audit 2024-09-16T08:28:06.618332+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:07.713 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:07 smithi071 bash[23484]: debug 2024-09-16T08:28:07.454+0000 7fba842b4640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-16T08:28:12.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.698067+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:12.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.698067+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:12.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.698599+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:12.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.698599+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:12.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.699401+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:12.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.699401+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:12.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.825289+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.825289+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.825524+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.825524+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.825972+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.825972+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.986496+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:06.986496+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:07.017595+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:07.017595+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:07.020480+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cephadm 2024-09-16T08:28:07.020480+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:07.470312+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:07.470312+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:12.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:07.470499+0000 mon.a (mon.0) 263 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:12.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:07.470499+0000 mon.a (mon.0) 263 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:12.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:07.471435+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:12.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:07.471435+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:12.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:07.471738+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:07.471738+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:07.471871+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:07.471871+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:07.822935+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:07.822935+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:08.466220+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:08.466220+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:09.466478+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:09.466478+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:09.467263+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:09.467263+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:09.823262+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:09.823262+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:10.466179+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:10.466179+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:11.466695+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:11.466695+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:11.823712+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:11.823712+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.467035+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.467035+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.492874+0000 mon.a (mon.0) 271 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.492874+0000 mon.a (mon.0) 271 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503802+0000 mon.a (mon.0) 272 : cluster [DBG] monmap epoch 3 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503802+0000 mon.a (mon.0) 272 : cluster [DBG] monmap epoch 3 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503836+0000 mon.a (mon.0) 273 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:12.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503836+0000 mon.a (mon.0) 273 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503856+0000 mon.a (mon.0) 274 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503856+0000 mon.a (mon.0) 274 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503876+0000 mon.a (mon.0) 275 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503876+0000 mon.a (mon.0) 275 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503896+0000 mon.a (mon.0) 276 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503896+0000 mon.a (mon.0) 276 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503919+0000 mon.a (mon.0) 277 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503919+0000 mon.a (mon.0) 277 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503943+0000 mon.a (mon.0) 278 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503943+0000 mon.a (mon.0) 278 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503964+0000 mon.a (mon.0) 279 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503964+0000 mon.a (mon.0) 279 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:12.932 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503983+0000 mon.a (mon.0) 280 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.503983+0000 mon.a (mon.0) 280 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.523859+0000 mon.a (mon.0) 281 : cluster [DBG] fsmap 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.523859+0000 mon.a (mon.0) 281 : cluster [DBG] fsmap 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.523911+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.523911+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.524198+0000 mon.a (mon.0) 283 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.524198+0000 mon.a (mon.0) 283 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.524444+0000 mon.a (mon.0) 284 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: cluster 2024-09-16T08:28:12.524444+0000 mon.a (mon.0) 284 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.532422+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.532422+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.540323+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.540323+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.933 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.547879+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.934 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.547879+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.934 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.555563+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.934 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.555563+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.934 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.563344+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.934 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.563344+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.934 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.571211+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.934 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.571211+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.934 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.571871+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:12.934 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:12 smithi071 bash[23484]: audit 2024-09-16T08:28:12.571871+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:12.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.698067+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:12.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.698067+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:12.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.698599+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.698599+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.699401+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.699401+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.825289+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.825289+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.825524+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.825524+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.825972+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.825972+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.986496+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:06.986496+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:07.017595+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:07.017595+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:07.020480+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cephadm 2024-09-16T08:28:07.020480+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:07.470312+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:07.470312+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:07.470499+0000 mon.a (mon.0) 263 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:07.470499+0000 mon.a (mon.0) 263 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:07.471435+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:07.471435+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:07.471738+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:07.471738+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:07.471871+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:07.471871+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:07.822935+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:07.822935+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:08.466220+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:08.466220+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:09.466478+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:09.466478+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:09.467263+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T08:28:12.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:09.467263+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:09.823262+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:09.823262+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:10.466179+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:10.466179+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:11.466695+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:11.466695+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:11.823712+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:11.823712+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.467035+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.467035+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.492874+0000 mon.a (mon.0) 271 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T08:28:12.983 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.492874+0000 mon.a (mon.0) 271 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503802+0000 mon.a (mon.0) 272 : cluster [DBG] monmap epoch 3 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503802+0000 mon.a (mon.0) 272 : cluster [DBG] monmap epoch 3 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503836+0000 mon.a (mon.0) 273 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503836+0000 mon.a (mon.0) 273 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503856+0000 mon.a (mon.0) 274 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503856+0000 mon.a (mon.0) 274 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503876+0000 mon.a (mon.0) 275 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503876+0000 mon.a (mon.0) 275 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503896+0000 mon.a (mon.0) 276 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503896+0000 mon.a (mon.0) 276 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503919+0000 mon.a (mon.0) 277 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503919+0000 mon.a (mon.0) 277 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:12.984 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503943+0000 mon.a (mon.0) 278 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503943+0000 mon.a (mon.0) 278 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503964+0000 mon.a (mon.0) 279 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503964+0000 mon.a (mon.0) 279 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503983+0000 mon.a (mon.0) 280 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.503983+0000 mon.a (mon.0) 280 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.523859+0000 mon.a (mon.0) 281 : cluster [DBG] fsmap 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.523859+0000 mon.a (mon.0) 281 : cluster [DBG] fsmap 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.523911+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.523911+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.524198+0000 mon.a (mon.0) 283 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.524198+0000 mon.a (mon.0) 283 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-16T08:28:12.985 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.524444+0000 mon.a (mon.0) 284 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: cluster 2024-09-16T08:28:12.524444+0000 mon.a (mon.0) 284 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.532422+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.532422+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.540323+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.540323+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.547879+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.547879+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.555563+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.555563+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.563344+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.563344+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.571211+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.571211+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.571871+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:12.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:12 smithi003 bash[22755]: audit 2024-09-16T08:28:12.571871+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:13.049 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.698067+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:13.049 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.698067+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.698599+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.698599+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.699401+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.699401+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.825289+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.825289+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.825524+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.825524+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.825972+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.825972+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.986496+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:13.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:06.986496+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:13.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:07.017595+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T08:28:13.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:07.017595+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T08:28:13.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:07.020480+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:13.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cephadm 2024-09-16T08:28:07.020480+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:13.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:07.470312+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:13.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:07.470312+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:28:13.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:07.470499+0000 mon.a (mon.0) 263 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:13.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:07.470499+0000 mon.a (mon.0) 263 : cluster [INF] mon.a calling monitor election 2024-09-16T08:28:13.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:07.471435+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:13.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:07.471435+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T08:28:13.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:07.471738+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:07.471738+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:07.471871+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:13.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:07.471871+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:28:13.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:07.822935+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:13.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:07.822935+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:13.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:08.466220+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:08.466220+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:09.466478+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:09.466478+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:09.467263+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:09.467263+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:09.823262+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:09.823262+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:10.466179+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:10.466179+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:11.466695+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:11.466695+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:11.823712+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:11.823712+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.467035+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.467035+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.492874+0000 mon.a (mon.0) 271 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.492874+0000 mon.a (mon.0) 271 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503802+0000 mon.a (mon.0) 272 : cluster [DBG] monmap epoch 3 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503802+0000 mon.a (mon.0) 272 : cluster [DBG] monmap epoch 3 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503836+0000 mon.a (mon.0) 273 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503836+0000 mon.a (mon.0) 273 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503856+0000 mon.a (mon.0) 274 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503856+0000 mon.a (mon.0) 274 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503876+0000 mon.a (mon.0) 275 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503876+0000 mon.a (mon.0) 275 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503896+0000 mon.a (mon.0) 276 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503896+0000 mon.a (mon.0) 276 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:28:13.054 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503919+0000 mon.a (mon.0) 277 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:13.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503919+0000 mon.a (mon.0) 277 : cluster [DBG] election_strategy: 1 2024-09-16T08:28:13.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503943+0000 mon.a (mon.0) 278 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:13.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503943+0000 mon.a (mon.0) 278 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:28:13.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503964+0000 mon.a (mon.0) 279 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:13.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503964+0000 mon.a (mon.0) 279 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:28:13.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503983+0000 mon.a (mon.0) 280 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:28:13.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.503983+0000 mon.a (mon.0) 280 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:28:13.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.523859+0000 mon.a (mon.0) 281 : cluster [DBG] fsmap 2024-09-16T08:28:13.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.523859+0000 mon.a (mon.0) 281 : cluster [DBG] fsmap 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.523911+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.523911+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.524198+0000 mon.a (mon.0) 283 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.524198+0000 mon.a (mon.0) 283 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.524444+0000 mon.a (mon.0) 284 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: cluster 2024-09-16T08:28:12.524444+0000 mon.a (mon.0) 284 : cluster [INF] overall HEALTH_OK 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.532422+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.532422+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.540323+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.540323+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.547879+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.056 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.547879+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.057 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.555563+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.057 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.555563+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.057 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.563344+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.057 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.563344+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.057 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.571211+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.057 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.571211+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.057 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.571871+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:13.057 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:12 smithi177 bash[23301]: audit 2024-09-16T08:28:12.571871+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:13.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: cephadm 2024-09-16T08:28:12.567368+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T08:28:13.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: cephadm 2024-09-16T08:28:12.567368+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T08:28:13.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.576244+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:13.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.576244+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:13.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.578038+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:13.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.578038+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.597002+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.597002+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: cephadm 2024-09-16T08:28:12.609207+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi071 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: cephadm 2024-09-16T08:28:12.609207+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi071 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.781235+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.781235+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.788860+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.788860+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.797978+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:12.797978+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:13.467441+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:13 smithi071 bash[23484]: audit 2024-09-16T08:28:13.467441+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: cephadm 2024-09-16T08:28:12.567368+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T08:28:13.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: cephadm 2024-09-16T08:28:12.567368+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T08:28:13.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.576244+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:13.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.576244+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:13.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.578038+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:13.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.578038+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:13.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.597002+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.597002+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: cephadm 2024-09-16T08:28:12.609207+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi071 2024-09-16T08:28:13.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: cephadm 2024-09-16T08:28:12.609207+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi071 2024-09-16T08:28:13.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.781235+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.781235+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.788860+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.788860+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.797978+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:12.797978+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:13.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:13.467441+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:13.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:13 smithi003 bash[22755]: audit 2024-09-16T08:28:13.467441+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:14.049 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: cephadm 2024-09-16T08:28:12.567368+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T08:28:14.049 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: cephadm 2024-09-16T08:28:12.567368+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T08:28:14.049 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.576244+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.576244+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.578038+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.578038+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.597002+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.597002+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: cephadm 2024-09-16T08:28:12.609207+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi071 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: cephadm 2024-09-16T08:28:12.609207+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi071 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.781235+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.781235+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.788860+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.788860+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:14.050 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.797978+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:14.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:12.797978+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:14.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:13.467441+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:14.051 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:13 smithi177 bash[23301]: audit 2024-09-16T08:28:13.467441+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:28:14.105 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:28:14.105 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":3,"fsid":"eff20752-7404-11ef-bceb-c7b262605968","modified":"2024-09-16T08:28:07.465861Z","created":"2024-09-16T08:25:29.351284Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-16T08:28:14.105 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 3 2024-09-16T08:28:14.685 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-16T08:28:14.686 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-16T08:28:15.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: cluster 2024-09-16T08:28:13.824078+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:15.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: cluster 2024-09-16T08:28:13.824078+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:15.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:13.965519+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:13.965519+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:13.973450+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:13.973450+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:13.982150+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:13.982150+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.107886+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.177:0/1464256098' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:28:15.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.107886+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.177:0/1464256098' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:28:15.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.888324+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.888324+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.892983+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.892983+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.894486+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:15.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.894486+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:15.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.895455+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:15.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.895455+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:15.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.896188+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:15.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:14 smithi003 bash[22755]: audit 2024-09-16T08:28:14.896188+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: cluster 2024-09-16T08:28:13.824078+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: cluster 2024-09-16T08:28:13.824078+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:13.965519+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:13.965519+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:13.973450+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:13.973450+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:13.982150+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:13.982150+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.107886+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.177:0/1464256098' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:28:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.107886+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.177:0/1464256098' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:28:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.888324+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.888324+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.892983+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.892983+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.894486+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:15.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.894486+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:15.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.895455+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:15.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.895455+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:15.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.896188+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:15.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:14 smithi177 bash[23301]: audit 2024-09-16T08:28:14.896188+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: cluster 2024-09-16T08:28:13.824078+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: cluster 2024-09-16T08:28:13.824078+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:13.965519+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:13.965519+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:13.973450+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:13.973450+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:13.982150+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:13.982150+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.107886+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.177:0/1464256098' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.107886+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.177:0/1464256098' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.888324+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.888324+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.892983+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.892983+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.894486+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.894486+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.895455+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.895455+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.896188+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:14 smithi071 bash[23484]: audit 2024-09-16T08:28:14.896188+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:16.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:15 smithi003 bash[22755]: cephadm 2024-09-16T08:28:14.894102+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T08:28:16.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:15 smithi003 bash[22755]: cephadm 2024-09-16T08:28:14.894102+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T08:28:16.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:15 smithi003 bash[22755]: cephadm 2024-09-16T08:28:14.897151+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi177 2024-09-16T08:28:16.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:15 smithi003 bash[22755]: cephadm 2024-09-16T08:28:14.897151+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi177 2024-09-16T08:28:16.233 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:15 smithi177 bash[23301]: cephadm 2024-09-16T08:28:14.894102+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T08:28:16.233 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:15 smithi177 bash[23301]: cephadm 2024-09-16T08:28:14.894102+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T08:28:16.233 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:15 smithi177 bash[23301]: cephadm 2024-09-16T08:28:14.897151+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi177 2024-09-16T08:28:16.233 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:15 smithi177 bash[23301]: cephadm 2024-09-16T08:28:14.897151+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi177 2024-09-16T08:28:16.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:15 smithi071 bash[23484]: cephadm 2024-09-16T08:28:14.894102+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T08:28:16.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:15 smithi071 bash[23484]: cephadm 2024-09-16T08:28:14.894102+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T08:28:16.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:15 smithi071 bash[23484]: cephadm 2024-09-16T08:28:14.897151+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi177 2024-09-16T08:28:16.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:15 smithi071 bash[23484]: cephadm 2024-09-16T08:28:14.897151+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi177 2024-09-16T08:28:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: cluster 2024-09-16T08:28:15.824479+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: cluster 2024-09-16T08:28:15.824479+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.513713+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.513713+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.517280+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.517280+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.523378+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.523378+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.873176+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.873176+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.880450+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.880450+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.882833+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.882833+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:17.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.888087+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.888087+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.890016+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:16.890016+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.212893+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.212893+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.218649+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.218649+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.224228+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.224228+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.229767+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.229767+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.235083+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.235083+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.240324+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.240324+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.246717+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.246717+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.278081+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.278081+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.279244+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.279244+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.280163+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:17 smithi177 bash[23301]: audit 2024-09-16T08:28:17.280163+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: cluster 2024-09-16T08:28:15.824479+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:17.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: cluster 2024-09-16T08:28:15.824479+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.513713+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.513713+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.517280+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.517280+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.523378+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.523378+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.873176+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.873176+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.880450+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.880450+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.882833+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:17.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.882833+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:17.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.888087+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.888087+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.890016+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:17.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:16.890016+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:17.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.212893+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.212893+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.218649+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.218649+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.224228+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.224228+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.229767+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.229767+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.235083+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.235083+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.240324+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.240324+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.246717+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.246717+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.278081+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:17.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.278081+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:17.854 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.279244+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:17.854 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.279244+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:17.854 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.280163+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.854 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:17 smithi003 bash[22755]: audit 2024-09-16T08:28:17.280163+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: cluster 2024-09-16T08:28:15.824479+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:17.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: cluster 2024-09-16T08:28:15.824479+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:17.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.513713+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.513713+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.517280+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.517280+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.523378+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.523378+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.873176+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.873176+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.880450+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.880450+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.882833+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.882833+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.888087+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.888087+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.890016+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:16.890016+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.212893+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.212893+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.218649+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.218649+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.224228+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.224228+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.229767+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.229767+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.235083+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.235083+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.240324+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.240324+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.246717+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.246717+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.278081+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.278081+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:28:17.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.279244+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:17.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.279244+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:28:17.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.280163+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:17.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:17 smithi071 bash[23484]: audit 2024-09-16T08:28:17.280163+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:18.495 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:28:18.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:16.892500+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:18.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:16.892500+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:18.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:16.893181+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:18.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:16.893181+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:16.894472+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:16.894472+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.086791+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.086791+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.087246+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.087246+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.087754+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.087754+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.277685+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.277685+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T08:28:18.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.281086+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:18.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:18 smithi177 bash[23301]: cephadm 2024-09-16T08:28:17.281086+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:18.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:16.892500+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:18.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:16.892500+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:16.893181+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:16.893181+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:16.894472+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:16.894472+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.086791+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.086791+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.087246+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.087246+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.087754+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.087754+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.277685+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.277685+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T08:28:18.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.281086+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:18.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:18 smithi071 bash[23484]: cephadm 2024-09-16T08:28:17.281086+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:18.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:16.892500+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:18.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:16.892500+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:28:18.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:16.893181+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:18.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:16.893181+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:28:18.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:16.894472+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:18.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:16.894472+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:28:18.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.086791+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.086791+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.087246+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.087246+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.087754+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.087754+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:28:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.277685+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T08:28:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.277685+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T08:28:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.281086+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:18 smithi003 bash[22755]: cephadm 2024-09-16T08:28:17.281086+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-09-16T08:28:19.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:19 smithi003 bash[22755]: cluster 2024-09-16T08:28:17.824868+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:19.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:19 smithi003 bash[22755]: cluster 2024-09-16T08:28:17.824868+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:19.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:19 smithi177 bash[23301]: cluster 2024-09-16T08:28:17.824868+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:19.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:19 smithi177 bash[23301]: cluster 2024-09-16T08:28:17.824868+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:19.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:19 smithi071 bash[23484]: cluster 2024-09-16T08:28:17.824868+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:19.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:19 smithi071 bash[23484]: cluster 2024-09-16T08:28:17.824868+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:20.373 INFO:teuthology.orchestra.run.smithi003.stdout:# minimal ceph.conf for eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:20.373 INFO:teuthology.orchestra.run.smithi003.stdout:[global] 2024-09-16T08:28:20.373 INFO:teuthology.orchestra.run.smithi003.stdout: fsid = eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:28:20.373 INFO:teuthology.orchestra.run.smithi003.stdout: mon_host = [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-09-16T08:28:20.963 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-16T08:28:20.964 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:28:20.964 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T08:28:20.977 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:28:20.977 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:28:21.031 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:28:21.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T08:28:21.047 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:28:21.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:28:21.103 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:28:21.103 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T08:28:21.118 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:28:21.118 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:28:21.173 INFO:tasks.cephadm:Adding mgr.a on smithi003 2024-09-16T08:28:21.174 INFO:tasks.cephadm:Adding mgr.b on smithi071 2024-09-16T08:28:21.174 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi003=a;smithi071=b' 2024-09-16T08:28:21.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:21 smithi003 bash[22755]: cluster 2024-09-16T08:28:19.825280+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:21.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:21 smithi003 bash[22755]: cluster 2024-09-16T08:28:19.825280+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:21.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:21 smithi003 bash[22755]: audit 2024-09-16T08:28:20.065647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:21 smithi003 bash[22755]: audit 2024-09-16T08:28:20.065647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:21 smithi003 bash[22755]: audit 2024-09-16T08:28:20.070171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:21 smithi003 bash[22755]: audit 2024-09-16T08:28:20.070171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:21 smithi003 bash[22755]: audit 2024-09-16T08:28:20.376644+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.3:0/883213449' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:21.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:21 smithi003 bash[22755]: audit 2024-09-16T08:28:20.376644+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.3:0/883213449' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:21 smithi071 bash[23484]: cluster 2024-09-16T08:28:19.825280+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:21 smithi071 bash[23484]: cluster 2024-09-16T08:28:19.825280+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:21 smithi071 bash[23484]: audit 2024-09-16T08:28:20.065647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:21 smithi071 bash[23484]: audit 2024-09-16T08:28:20.065647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:21 smithi071 bash[23484]: audit 2024-09-16T08:28:20.070171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:21 smithi071 bash[23484]: audit 2024-09-16T08:28:20.070171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:21 smithi071 bash[23484]: audit 2024-09-16T08:28:20.376644+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.3:0/883213449' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:21.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:21 smithi071 bash[23484]: audit 2024-09-16T08:28:20.376644+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.3:0/883213449' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:21.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:21 smithi177 bash[23301]: cluster 2024-09-16T08:28:19.825280+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:21.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:21 smithi177 bash[23301]: cluster 2024-09-16T08:28:19.825280+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:21.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:21 smithi177 bash[23301]: audit 2024-09-16T08:28:20.065647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:21 smithi177 bash[23301]: audit 2024-09-16T08:28:20.065647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:21 smithi177 bash[23301]: audit 2024-09-16T08:28:20.070171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:21 smithi177 bash[23301]: audit 2024-09-16T08:28:20.070171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:21.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:21 smithi177 bash[23301]: audit 2024-09-16T08:28:20.376644+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.3:0/883213449' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:21.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:21 smithi177 bash[23301]: audit 2024-09-16T08:28:20.376644+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.3:0/883213449' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:23.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:23 smithi071 bash[23484]: cluster 2024-09-16T08:28:21.825696+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:23.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:23 smithi071 bash[23484]: cluster 2024-09-16T08:28:21.825696+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:23 smithi003 bash[22755]: cluster 2024-09-16T08:28:21.825696+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:23 smithi003 bash[22755]: cluster 2024-09-16T08:28:21.825696+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:23.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:23 smithi177 bash[23301]: cluster 2024-09-16T08:28:21.825696+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:23.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:23 smithi177 bash[23301]: cluster 2024-09-16T08:28:21.825696+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:24.936 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T08:28:25.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:25 smithi177 bash[23301]: cluster 2024-09-16T08:28:23.826099+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:25.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:25 smithi177 bash[23301]: cluster 2024-09-16T08:28:23.826099+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:25.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:25 smithi071 bash[23484]: cluster 2024-09-16T08:28:23.826099+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:25.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:25 smithi071 bash[23484]: cluster 2024-09-16T08:28:23.826099+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:25 smithi003 bash[22755]: cluster 2024-09-16T08:28:23.826099+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:25 smithi003 bash[22755]: cluster 2024-09-16T08:28:23.826099+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:26.445 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mgr update... 2024-09-16T08:28:27.236 DEBUG:teuthology.orchestra.run.smithi071:mgr.b> sudo journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.b.service 2024-09-16T08:28:27.239 DEBUG:tasks.cephadm:set 0 configs 2024-09-16T08:28:27.239 INFO:tasks.cephadm:Deploying OSDs... 2024-09-16T08:28:27.239 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:28:27.239 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:28:27.246 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T08:28:27.246 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_1 2024-09-16T08:28:27.292 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T08:28:27.292 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:27.292 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-09-16T08:28:27.292 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:27.292 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-09-16 08:17:41.201322016 +0000 2024-09-16T08:28:27.292 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-09-16 08:17:40.969324088 +0000 2024-09-16T08:28:27.293 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-09-16 08:17:40.969324088 +0000 2024-09-16T08:28:27.293 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2024-09-16T08:28:27.293 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T08:28:27.347 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-09-16T08:28:27.347 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-09-16T08:28:27.347 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000310312 s, 1.6 MB/s 2024-09-16T08:28:27.348 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T08:28:27.396 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_2 2024-09-16T08:28:27.444 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T08:28:27.444 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:27.444 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-09-16T08:28:27.445 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:27.445 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-09-16 08:17:41.685317693 +0000 2024-09-16T08:28:27.445 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-09-16 08:17:41.429319980 +0000 2024-09-16T08:28:27.445 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-09-16 08:17:41.429319980 +0000 2024-09-16T08:28:27.445 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2024-09-16T08:28:27.445 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T08:28:27.498 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-09-16T08:28:27.498 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-09-16T08:28:27.499 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000424035 s, 1.2 MB/s 2024-09-16T08:28:27.500 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T08:28:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: cluster 2024-09-16T08:28:25.826486+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: cluster 2024-09-16T08:28:25.826486+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.438474+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi071=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.438474+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi071=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: cephadm 2024-09-16T08:28:26.441517+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi071=b;count:2 2024-09-16T08:28:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: cephadm 2024-09-16T08:28:26.441517+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi071=b;count:2 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.447647+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.447647+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.449299+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.449299+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.453925+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.453925+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.455707+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.455707+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.465209+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.465209+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.469262+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.469262+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.472112+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:28:27.550 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.472112+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:28:27.551 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.476723+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:27.551 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.476723+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:27.551 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.478594+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.551 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: audit 2024-09-16T08:28:26.478594+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.551 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: cephadm 2024-09-16T08:28:26.480544+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi071 2024-09-16T08:28:27.551 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:27 smithi177 bash[23301]: cephadm 2024-09-16T08:28:26.480544+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi071 2024-09-16T08:28:27.552 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_3 2024-09-16T08:28:27.599 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T08:28:27.599 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:27.599 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 917 Links: 1 2024-09-16T08:28:27.600 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:27.600 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-09-16 08:17:42.181313262 +0000 2024-09-16T08:28:27.600 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-09-16 08:17:41.937315443 +0000 2024-09-16T08:28:27.600 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-09-16 08:17:41.937315443 +0000 2024-09-16T08:28:27.600 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2024-09-16T08:28:27.600 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T08:28:27.601 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: cluster 2024-09-16T08:28:25.826486+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:27.601 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: cluster 2024-09-16T08:28:25.826486+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:27.653 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: cluster 2024-09-16T08:28:25.826486+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:27.653 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: cluster 2024-09-16T08:28:25.826486+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.438474+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi071=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.438474+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi071=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: cephadm 2024-09-16T08:28:26.441517+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi071=b;count:2 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: cephadm 2024-09-16T08:28:26.441517+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi071=b;count:2 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.447647+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.447647+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.449299+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.449299+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.453925+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.453925+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.455707+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.455707+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:27.654 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.465209+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.655 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.465209+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.655 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.469262+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:27.655 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.469262+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:27.655 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.472112+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:28:27.655 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.472112+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:28:27.655 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.476723+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:27.655 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.476723+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:27.655 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.478594+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.656 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: audit 2024-09-16T08:28:26.478594+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.656 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: cephadm 2024-09-16T08:28:26.480544+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi071 2024-09-16T08:28:27.656 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:27 smithi003 bash[22755]: cephadm 2024-09-16T08:28:26.480544+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi071 2024-09-16T08:28:27.656 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-09-16T08:28:27.657 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-09-16T08:28:27.657 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000318548 s, 1.6 MB/s 2024-09-16T08:28:27.657 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T08:28:27.705 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_4 2024-09-16T08:28:27.752 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T08:28:27.752 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:27.752 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-09-16T08:28:27.752 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:27.752 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-09-16 08:17:42.677308832 +0000 2024-09-16T08:28:27.752 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-09-16 08:17:42.421311119 +0000 2024-09-16T08:28:27.752 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-09-16 08:17:42.421311119 +0000 2024-09-16T08:28:27.752 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2024-09-16T08:28:27.753 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T08:28:27.810 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-09-16T08:28:27.810 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-09-16T08:28:27.810 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.00040948 s, 1.3 MB/s 2024-09-16T08:28:27.811 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T08:28:27.861 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-16T08:28:27.864 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:28:27.870 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T08:28:27.871 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-09-16T08:28:27.922 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T08:28:27.923 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:27.923 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-09-16T08:28:27.923 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:27.923 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-16 08:17:38.810637762 +0000 2024-09-16T08:28:27.923 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-16 08:17:38.806637799 +0000 2024-09-16T08:28:27.923 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-16 08:17:38.806637799 +0000 2024-09-16T08:28:27.923 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-09-16T08:28:27.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.438474+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi071=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.438474+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi071=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: cephadm 2024-09-16T08:28:26.441517+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi071=b;count:2 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: cephadm 2024-09-16T08:28:26.441517+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi071=b;count:2 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.447647+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.447647+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.449299+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.449299+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.453925+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.453925+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.455707+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.455707+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.465209+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.465209+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.469262+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.469262+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.472112+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.472112+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.476723+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.476723+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.478594+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: audit 2024-09-16T08:28:26.478594+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: cephadm 2024-09-16T08:28:26.480544+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi071 2024-09-16T08:28:27.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:27 smithi071 bash[23484]: cephadm 2024-09-16T08:28:26.480544+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi071 2024-09-16T08:28:27.937 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-16T08:28:27.938 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-16T08:28:27.938 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000420228 s, 1.2 MB/s 2024-09-16T08:28:27.939 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T08:28:27.992 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-09-16T08:28:28.038 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T08:28:28.038 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:28.038 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-09-16T08:28:28.038 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:28.039 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-16 08:17:39.586630832 +0000 2024-09-16T08:28:28.039 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-16 08:17:39.346632975 +0000 2024-09-16T08:28:28.039 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-16 08:17:39.346632975 +0000 2024-09-16T08:28:28.039 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-09-16T08:28:28.039 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T08:28:28.092 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-16T08:28:28.092 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-16T08:28:28.092 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000307866 s, 1.7 MB/s 2024-09-16T08:28:28.093 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T08:28:28.143 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-09-16T08:28:28.190 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T08:28:28.190 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:28.190 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-09-16T08:28:28.190 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:28.190 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-16 08:17:40.090626330 +0000 2024-09-16T08:28:28.190 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-16 08:17:39.826628688 +0000 2024-09-16T08:28:28.190 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-16 08:17:39.826628688 +0000 2024-09-16T08:28:28.190 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-09-16T08:28:28.191 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T08:28:28.242 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-16T08:28:28.242 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-16T08:28:28.242 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000289618 s, 1.8 MB/s 2024-09-16T08:28:28.243 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T08:28:28.291 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-09-16T08:28:28.342 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T08:28:28.342 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:28.342 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 938 Links: 1 2024-09-16T08:28:28.343 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:28.343 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-16 08:17:40.606621720 +0000 2024-09-16T08:28:28.343 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-16 08:17:40.354623972 +0000 2024-09-16T08:28:28.343 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-16 08:17:40.354623972 +0000 2024-09-16T08:28:28.343 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-09-16T08:28:28.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T08:28:28.396 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-16T08:28:28.396 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-16T08:28:28.397 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000365331 s, 1.4 MB/s 2024-09-16T08:28:28.398 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T08:28:28.448 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:28:28.448 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:28:28.455 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T08:28:28.455 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-09-16T08:28:28.506 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T08:28:28.506 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:28.507 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-09-16T08:28:28.507 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:28.507 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-16 08:17:38.998860060 +0000 2024-09-16T08:28:28.507 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-16 08:17:38.758862203 +0000 2024-09-16T08:28:28.507 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-16 08:17:38.758862203 +0000 2024-09-16T08:28:28.507 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-09-16T08:28:28.507 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T08:28:28.565 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-16T08:28:28.565 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-16T08:28:28.566 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000366972 s, 1.4 MB/s 2024-09-16T08:28:28.567 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T08:28:28.615 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-09-16T08:28:28.663 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T08:28:28.663 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:28.663 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-09-16T08:28:28.663 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:28.663 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-16 08:17:39.478855773 +0000 2024-09-16T08:28:28.663 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-16 08:17:39.222858059 +0000 2024-09-16T08:28:28.663 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-16 08:17:39.222858059 +0000 2024-09-16T08:28:28.663 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-09-16T08:28:28.664 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T08:28:28.716 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-16T08:28:28.717 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-16T08:28:28.717 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000450628 s, 1.1 MB/s 2024-09-16T08:28:28.718 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T08:28:28.771 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-09-16T08:28:28.818 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T08:28:28.818 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:28.818 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 917 Links: 1 2024-09-16T08:28:28.818 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:28.818 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-16 08:17:39.974851343 +0000 2024-09-16T08:28:28.818 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-16 08:17:39.726853558 +0000 2024-09-16T08:28:28.818 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-16 08:17:39.726853558 +0000 2024-09-16T08:28:28.818 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-09-16T08:28:28.818 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T08:28:28.872 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-16T08:28:28.872 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-16T08:28:28.872 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000276404 s, 1.9 MB/s 2024-09-16T08:28:28.873 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T08:28:28.923 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-09-16T08:28:28.970 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T08:28:28.970 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:28:28.970 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-09-16T08:28:28.970 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:28:28.970 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-16 08:17:40.470846911 +0000 2024-09-16T08:28:28.970 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-16 08:17:40.234849019 +0000 2024-09-16T08:28:28.970 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-16 08:17:40.234849019 +0000 2024-09-16T08:28:28.970 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-09-16T08:28:28.971 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T08:28:29.025 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-16T08:28:29.025 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-16T08:28:29.025 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000411496 s, 1.2 MB/s 2024-09-16T08:28:29.026 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T08:28:29.075 INFO:tasks.cephadm:Deploying osd.0 on smithi003 with /dev/vg_nvme/lv_4... 2024-09-16T08:28:29.075 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T08:28:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:29 smithi003 bash[22755]: cluster 2024-09-16T08:28:27.826957+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:29 smithi003 bash[22755]: cluster 2024-09-16T08:28:27.826957+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:29.667 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:29 smithi071 bash[23484]: cluster 2024-09-16T08:28:27.826957+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:29.668 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:29 smithi071 bash[23484]: cluster 2024-09-16T08:28:27.826957+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:29.668 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:29 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:28:29.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:29 smithi177 bash[23301]: cluster 2024-09-16T08:28:27.826957+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:29.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:29 smithi177 bash[23301]: cluster 2024-09-16T08:28:27.826957+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:29.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:29 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:28:29.926 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:28:29 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:28:29.926 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:28:29 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:28:29.926 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:28:29 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:28:29.926 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:28:29 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:28:29.926 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:28:29 smithi071 systemd[1]: Started Ceph mgr.b for eff20752-7404-11ef-bceb-c7b262605968. 2024-09-16T08:28:30.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: cluster 2024-09-16T08:28:29.827368+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:30.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: cluster 2024-09-16T08:28:29.827368+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:30.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:29.943856+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:29.943856+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:29.950999+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:29.950999+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:29.958136+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:29.958136+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:29.964906+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:29.964906+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.016574+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.016574+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.021283+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.021283+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.022684+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.022684+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.031229+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.031229+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: cephadm 2024-09-16T08:28:30.031732+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: cephadm 2024-09-16T08:28:30.031732+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: cephadm 2024-09-16T08:28:30.063247+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T08:28:30.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: cephadm 2024-09-16T08:28:30.063247+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T08:28:30.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.063632+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:30.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.063632+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:30.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.064467+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:30.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.064467+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:30.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.065085+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:30.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: audit 2024-09-16T08:28:30.065085+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:30.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: cephadm 2024-09-16T08:28:30.065783+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-09-16T08:28:30.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:30 smithi003 bash[22755]: cephadm 2024-09-16T08:28:30.065783+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-09-16T08:28:31.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: cluster 2024-09-16T08:28:29.827368+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: cluster 2024-09-16T08:28:29.827368+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:29.943856+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:29.943856+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:29.950999+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:29.950999+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:29.958136+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:29.958136+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:29.964906+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:29.964906+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.016574+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.016574+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:31.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.021283+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.021283+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.022684+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.022684+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.031229+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.031229+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: cephadm 2024-09-16T08:28:30.031732+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: cephadm 2024-09-16T08:28:30.031732+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: cephadm 2024-09-16T08:28:30.063247+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: cephadm 2024-09-16T08:28:30.063247+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.063632+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.063632+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.064467+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.064467+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:31.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.065085+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:31.179 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: audit 2024-09-16T08:28:30.065085+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:31.179 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: cephadm 2024-09-16T08:28:30.065783+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-09-16T08:28:31.179 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:30 smithi071 bash[23484]: cephadm 2024-09-16T08:28:30.065783+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-09-16T08:28:31.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: cluster 2024-09-16T08:28:29.827368+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:31.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: cluster 2024-09-16T08:28:29.827368+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:31.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:29.943856+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:29.943856+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:29.950999+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:29.950999+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:29.958136+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:29.958136+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:29.964906+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:29.964906+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.016574+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.016574+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.021283+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.021283+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.022684+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:31.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.022684+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.031229+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.031229+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: cephadm 2024-09-16T08:28:30.031732+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: cephadm 2024-09-16T08:28:30.031732+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: cephadm 2024-09-16T08:28:30.063247+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: cephadm 2024-09-16T08:28:30.063247+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.063632+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.063632+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.064467+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.064467+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.065085+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: audit 2024-09-16T08:28:30.065085+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: cephadm 2024-09-16T08:28:30.065783+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-09-16T08:28:31.301 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:30 smithi177 bash[23301]: cephadm 2024-09-16T08:28:30.065783+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-09-16T08:28:31.676 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:28:31 smithi071 bash[24295]: debug 2024-09-16T08:28:31.393+0000 7fd9986ea640 1 -- 172.21.15.71:0/751101330 <== mon.2 v2:172.21.15.71:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55984fbe50e0 con 0x55984fbe7400 2024-09-16T08:28:32.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:31 smithi003 bash[22755]: audit 2024-09-16T08:28:30.955952+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:31 smithi003 bash[22755]: audit 2024-09-16T08:28:30.955952+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:31 smithi003 bash[22755]: audit 2024-09-16T08:28:30.962456+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:31 smithi003 bash[22755]: audit 2024-09-16T08:28:30.962456+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:31 smithi003 bash[22755]: audit 2024-09-16T08:28:30.970657+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:31 smithi003 bash[22755]: audit 2024-09-16T08:28:30.970657+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:31 smithi177 bash[23301]: audit 2024-09-16T08:28:30.955952+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:31 smithi177 bash[23301]: audit 2024-09-16T08:28:30.955952+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:31 smithi177 bash[23301]: audit 2024-09-16T08:28:30.962456+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:31 smithi177 bash[23301]: audit 2024-09-16T08:28:30.962456+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:31 smithi177 bash[23301]: audit 2024-09-16T08:28:30.970657+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:31 smithi177 bash[23301]: audit 2024-09-16T08:28:30.970657+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.324 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:31 smithi071 bash[23484]: audit 2024-09-16T08:28:30.955952+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.324 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:31 smithi071 bash[23484]: audit 2024-09-16T08:28:30.955952+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.324 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:31 smithi071 bash[23484]: audit 2024-09-16T08:28:30.962456+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.324 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:31 smithi071 bash[23484]: audit 2024-09-16T08:28:30.962456+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.324 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:31 smithi071 bash[23484]: audit 2024-09-16T08:28:30.970657+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:32.324 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:31 smithi071 bash[23484]: audit 2024-09-16T08:28:30.970657+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: cluster 2024-09-16T08:28:31.827640+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: cluster 2024-09-16T08:28:31.827640+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.555954+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.555954+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.897144+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.897144+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.903865+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.903865+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.906880+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.906880+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.911315+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.911315+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.912944+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.912944+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.921898+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:32 smithi003 bash[22755]: audit 2024-09-16T08:28:32.921898+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: cluster 2024-09-16T08:28:31.827640+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: cluster 2024-09-16T08:28:31.827640+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.555954+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.555954+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.897144+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.897144+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.903865+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.903865+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.906880+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:33.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.906880+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:33.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.911315+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:33.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.911315+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:33.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.912944+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:33.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.912944+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:33.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.921898+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:32 smithi177 bash[23301]: audit 2024-09-16T08:28:32.921898+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: cluster 2024-09-16T08:28:31.827640+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:33.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: cluster 2024-09-16T08:28:31.827640+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.555954+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.555954+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.897144+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.897144+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.903865+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.903865+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.906880+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.906880+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.911315+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.911315+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.912944+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.912944+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:33.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.921898+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:32 smithi071 bash[23484]: audit 2024-09-16T08:28:32.921898+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:33.809 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:28:34.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:34 smithi071 bash[23484]: cephadm 2024-09-16T08:28:32.922698+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:34.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:34 smithi071 bash[23484]: cephadm 2024-09-16T08:28:32.922698+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:34.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:34 smithi071 bash[23484]: audit 2024-09-16T08:28:33.158981+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:34.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:34 smithi071 bash[23484]: audit 2024-09-16T08:28:33.158981+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:34.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:34 smithi003 bash[22755]: cephadm 2024-09-16T08:28:32.922698+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:34.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:34 smithi003 bash[22755]: cephadm 2024-09-16T08:28:32.922698+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:34.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:34 smithi003 bash[22755]: audit 2024-09-16T08:28:33.158981+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:34.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:34 smithi003 bash[22755]: audit 2024-09-16T08:28:33.158981+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:34.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:34 smithi177 bash[23301]: cephadm 2024-09-16T08:28:32.922698+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:34.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:34 smithi177 bash[23301]: cephadm 2024-09-16T08:28:32.922698+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:28:34.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:34 smithi177 bash[23301]: audit 2024-09-16T08:28:33.158981+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:34.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:34 smithi177 bash[23301]: audit 2024-09-16T08:28:33.158981+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:35.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:35 smithi071 bash[23484]: cluster 2024-09-16T08:28:33.827931+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:35.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:35 smithi071 bash[23484]: cluster 2024-09-16T08:28:33.827931+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:35.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:35 smithi003 bash[22755]: cluster 2024-09-16T08:28:33.827931+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:35.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:35 smithi003 bash[22755]: cluster 2024-09-16T08:28:33.827931+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:35.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:35 smithi177 bash[23301]: cluster 2024-09-16T08:28:33.827931+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:35.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:35 smithi177 bash[23301]: cluster 2024-09-16T08:28:33.827931+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:37.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:37 smithi071 bash[23484]: cluster 2024-09-16T08:28:35.828341+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:37.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:37 smithi071 bash[23484]: cluster 2024-09-16T08:28:35.828341+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:37.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:37 smithi071 bash[23484]: audit 2024-09-16T08:28:36.674314+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:37 smithi071 bash[23484]: audit 2024-09-16T08:28:36.674314+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:37 smithi071 bash[23484]: audit 2024-09-16T08:28:36.679646+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:37 smithi071 bash[23484]: audit 2024-09-16T08:28:36.679646+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:37 smithi071 bash[23484]: audit 2024-09-16T08:28:36.685586+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:37 smithi071 bash[23484]: audit 2024-09-16T08:28:36.685586+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:37 smithi003 bash[22755]: cluster 2024-09-16T08:28:35.828341+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:37.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:37 smithi003 bash[22755]: cluster 2024-09-16T08:28:35.828341+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:37.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:37 smithi003 bash[22755]: audit 2024-09-16T08:28:36.674314+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:37 smithi003 bash[22755]: audit 2024-09-16T08:28:36.674314+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:37 smithi003 bash[22755]: audit 2024-09-16T08:28:36.679646+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:37 smithi003 bash[22755]: audit 2024-09-16T08:28:36.679646+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:37 smithi003 bash[22755]: audit 2024-09-16T08:28:36.685586+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:37 smithi003 bash[22755]: audit 2024-09-16T08:28:36.685586+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:37 smithi177 bash[23301]: cluster 2024-09-16T08:28:35.828341+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:37.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:37 smithi177 bash[23301]: cluster 2024-09-16T08:28:35.828341+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:37.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:37 smithi177 bash[23301]: audit 2024-09-16T08:28:36.674314+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:37 smithi177 bash[23301]: audit 2024-09-16T08:28:36.674314+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:37 smithi177 bash[23301]: audit 2024-09-16T08:28:36.679646+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:37 smithi177 bash[23301]: audit 2024-09-16T08:28:36.679646+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:37 smithi177 bash[23301]: audit 2024-09-16T08:28:36.685586+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:37 smithi177 bash[23301]: audit 2024-09-16T08:28:36.685586+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:37.753 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:28:37.798 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi003:vg_nvme/lv_4 2024-09-16T08:28:38.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.477335+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:28:38.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.477335+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:28:38.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: cluster 2024-09-16T08:28:37.477667+0000 mon.a (mon.0) 363 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:28:38.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: cluster 2024-09-16T08:28:37.477667+0000 mon.a (mon.0) 363 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:28:38.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.478144+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:28:38.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.478144+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:28:38.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.479377+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:28:38.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.479377+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:28:38.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.479976+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:28:38.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.479976+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:28:38.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.650942+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:38.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:38 smithi071 bash[23484]: audit 2024-09-16T08:28:37.650942+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.477335+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:28:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.477335+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:28:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: cluster 2024-09-16T08:28:37.477667+0000 mon.a (mon.0) 363 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:28:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: cluster 2024-09-16T08:28:37.477667+0000 mon.a (mon.0) 363 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:28:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.478144+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:28:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.478144+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:28:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.479377+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:28:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.479377+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:28:38.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.479976+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:28:38.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.479976+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:28:38.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.650942+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:38.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:38 smithi003 bash[22755]: audit 2024-09-16T08:28:37.650942+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:38.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.477335+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.477335+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: cluster 2024-09-16T08:28:37.477667+0000 mon.a (mon.0) 363 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: cluster 2024-09-16T08:28:37.477667+0000 mon.a (mon.0) 363 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.478144+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.478144+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.479377+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.479377+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.479976+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.479976+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.71:0/3296755884' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.650942+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:38.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:38 smithi177 bash[23301]: audit 2024-09-16T08:28:37.650942+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: cluster 2024-09-16T08:28:37.828760+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: cluster 2024-09-16T08:28:37.828760+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: cluster 2024-09-16T08:28:38.194019+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-16T08:28:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: cluster 2024-09-16T08:28:38.194019+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-16T08:28:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.194304+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:28:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.194304+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:28:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.451800+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.451800+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.459640+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.459640+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.464468+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.464468+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.469612+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.469612+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.470521+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.470521+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.472454+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.472454+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:39.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.482004+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:39 smithi003 bash[22755]: audit 2024-09-16T08:28:38.482004+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: cluster 2024-09-16T08:28:37.828760+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:39.552 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: cluster 2024-09-16T08:28:37.828760+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: cluster 2024-09-16T08:28:38.194019+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: cluster 2024-09-16T08:28:38.194019+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.194304+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.194304+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.451800+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.451800+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.459640+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.459640+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.464468+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.464468+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.469612+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.469612+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.470521+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:39.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.470521+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:39.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.472454+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:39.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.472454+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:39.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.482004+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:39 smithi177 bash[23301]: audit 2024-09-16T08:28:38.482004+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: cluster 2024-09-16T08:28:37.828760+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: cluster 2024-09-16T08:28:37.828760+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: cluster 2024-09-16T08:28:38.194019+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: cluster 2024-09-16T08:28:38.194019+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.194304+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.194304+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.451800+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.451800+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.459640+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.459640+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.464468+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.464468+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:28:39.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.469612+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.469612+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.470521+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:39.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.470521+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:39.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.472454+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:39.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.472454+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:28:39.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.482004+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:39.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:39 smithi071 bash[23484]: audit 2024-09-16T08:28:38.482004+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:41.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:41 smithi003 bash[22755]: cluster 2024-09-16T08:28:39.829194+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:41.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:41 smithi003 bash[22755]: cluster 2024-09-16T08:28:39.829194+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:41.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:41 smithi177 bash[23301]: cluster 2024-09-16T08:28:39.829194+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:41.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:41 smithi177 bash[23301]: cluster 2024-09-16T08:28:39.829194+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:41.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:41 smithi071 bash[23484]: cluster 2024-09-16T08:28:39.829194+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:41.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:41 smithi071 bash[23484]: cluster 2024-09-16T08:28:39.829194+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:42.533 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:28:43.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:43 smithi003 bash[22755]: cluster 2024-09-16T08:28:41.829601+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:43.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:43 smithi003 bash[22755]: cluster 2024-09-16T08:28:41.829601+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:43.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:43 smithi177 bash[23301]: cluster 2024-09-16T08:28:41.829601+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:43.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:43 smithi177 bash[23301]: cluster 2024-09-16T08:28:41.829601+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:43.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:43 smithi071 bash[23484]: cluster 2024-09-16T08:28:41.829601+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:43.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:43 smithi071 bash[23484]: cluster 2024-09-16T08:28:41.829601+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:44.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:44 smithi003 bash[22755]: audit 2024-09-16T08:28:43.913539+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:28:44.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:44 smithi003 bash[22755]: audit 2024-09-16T08:28:43.913539+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:28:44.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:44 smithi003 bash[22755]: audit 2024-09-16T08:28:43.918653+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:28:44.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:44 smithi003 bash[22755]: audit 2024-09-16T08:28:43.918653+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:28:44.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:44 smithi003 bash[22755]: audit 2024-09-16T08:28:43.919970+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:44.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:44 smithi003 bash[22755]: audit 2024-09-16T08:28:43.919970+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:44.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:44 smithi177 bash[23301]: audit 2024-09-16T08:28:43.913539+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:28:44.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:44 smithi177 bash[23301]: audit 2024-09-16T08:28:43.913539+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:28:44.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:44 smithi177 bash[23301]: audit 2024-09-16T08:28:43.918653+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:28:44.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:44 smithi177 bash[23301]: audit 2024-09-16T08:28:43.918653+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:28:44.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:44 smithi177 bash[23301]: audit 2024-09-16T08:28:43.919970+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:44.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:44 smithi177 bash[23301]: audit 2024-09-16T08:28:43.919970+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:44.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:44 smithi071 bash[23484]: audit 2024-09-16T08:28:43.913539+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:28:44.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:44 smithi071 bash[23484]: audit 2024-09-16T08:28:43.913539+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:28:44.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:44 smithi071 bash[23484]: audit 2024-09-16T08:28:43.918653+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:28:44.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:44 smithi071 bash[23484]: audit 2024-09-16T08:28:43.918653+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:28:44.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:44 smithi071 bash[23484]: audit 2024-09-16T08:28:43.919970+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:44.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:44 smithi071 bash[23484]: audit 2024-09-16T08:28:43.919970+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:28:45.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:45 smithi003 bash[22755]: cluster 2024-09-16T08:28:43.830005+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:45.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:45 smithi003 bash[22755]: cluster 2024-09-16T08:28:43.830005+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:45.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:45 smithi003 bash[22755]: audit 2024-09-16T08:28:43.910754+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:45.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:45 smithi003 bash[22755]: audit 2024-09-16T08:28:43.910754+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:45.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:45 smithi177 bash[23301]: cluster 2024-09-16T08:28:43.830005+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:45.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:45 smithi177 bash[23301]: cluster 2024-09-16T08:28:43.830005+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:45.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:45 smithi177 bash[23301]: audit 2024-09-16T08:28:43.910754+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:45.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:45 smithi177 bash[23301]: audit 2024-09-16T08:28:43.910754+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:45.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:45 smithi071 bash[23484]: cluster 2024-09-16T08:28:43.830005+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:45.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:45 smithi071 bash[23484]: cluster 2024-09-16T08:28:43.830005+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:45.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:45 smithi071 bash[23484]: audit 2024-09-16T08:28:43.910754+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:45.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:45 smithi071 bash[23484]: audit 2024-09-16T08:28:43.910754+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:28:47.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:47 smithi177 bash[23301]: cluster 2024-09-16T08:28:45.830421+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:47.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:47 smithi177 bash[23301]: cluster 2024-09-16T08:28:45.830421+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:47.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:47 smithi003 bash[22755]: cluster 2024-09-16T08:28:45.830421+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:47.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:47 smithi003 bash[22755]: cluster 2024-09-16T08:28:45.830421+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:47.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:47 smithi071 bash[23484]: cluster 2024-09-16T08:28:45.830421+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:47.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:47 smithi071 bash[23484]: cluster 2024-09-16T08:28:45.830421+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:49 smithi003 bash[22755]: cluster 2024-09-16T08:28:47.830935+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:49 smithi003 bash[22755]: cluster 2024-09-16T08:28:47.830935+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:49.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:49 smithi177 bash[23301]: cluster 2024-09-16T08:28:47.830935+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:49.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:49 smithi177 bash[23301]: cluster 2024-09-16T08:28:47.830935+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:49.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:49 smithi071 bash[23484]: cluster 2024-09-16T08:28:47.830935+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:49.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:49 smithi071 bash[23484]: cluster 2024-09-16T08:28:47.830935+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:51.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:51 smithi003 bash[22755]: cluster 2024-09-16T08:28:49.831484+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:51.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:51 smithi003 bash[22755]: cluster 2024-09-16T08:28:49.831484+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:51.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:51 smithi003 bash[22755]: audit 2024-09-16T08:28:51.167916+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:51 smithi003 bash[22755]: audit 2024-09-16T08:28:51.167916+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:51 smithi003 bash[22755]: audit 2024-09-16T08:28:51.173588+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:51 smithi003 bash[22755]: audit 2024-09-16T08:28:51.173588+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:51 smithi003 bash[22755]: audit 2024-09-16T08:28:51.178776+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:51 smithi003 bash[22755]: audit 2024-09-16T08:28:51.178776+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:51 smithi177 bash[23301]: cluster 2024-09-16T08:28:49.831484+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:51.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:51 smithi177 bash[23301]: cluster 2024-09-16T08:28:49.831484+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:51.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:51 smithi177 bash[23301]: audit 2024-09-16T08:28:51.167916+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:51 smithi177 bash[23301]: audit 2024-09-16T08:28:51.167916+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:51 smithi177 bash[23301]: audit 2024-09-16T08:28:51.173588+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:51 smithi177 bash[23301]: audit 2024-09-16T08:28:51.173588+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:51 smithi177 bash[23301]: audit 2024-09-16T08:28:51.178776+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:51 smithi177 bash[23301]: audit 2024-09-16T08:28:51.178776+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:51 smithi071 bash[23484]: cluster 2024-09-16T08:28:49.831484+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:51.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:51 smithi071 bash[23484]: cluster 2024-09-16T08:28:49.831484+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:51.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:51 smithi071 bash[23484]: audit 2024-09-16T08:28:51.167916+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:51 smithi071 bash[23484]: audit 2024-09-16T08:28:51.167916+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:51 smithi071 bash[23484]: audit 2024-09-16T08:28:51.173588+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:51 smithi071 bash[23484]: audit 2024-09-16T08:28:51.173588+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:51 smithi071 bash[23484]: audit 2024-09-16T08:28:51.178776+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:51.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:51 smithi071 bash[23484]: audit 2024-09-16T08:28:51.178776+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:53.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: cluster 2024-09-16T08:28:51.832020+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:53.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: cluster 2024-09-16T08:28:51.832020+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:53.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: audit 2024-09-16T08:28:53.198036+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"} : dispatch 2024-09-16T08:28:53.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: audit 2024-09-16T08:28:53.198036+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"} : dispatch 2024-09-16T08:28:53.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: audit 2024-09-16T08:28:53.200499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"}]': finished 2024-09-16T08:28:53.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: audit 2024-09-16T08:28:53.200499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"}]': finished 2024-09-16T08:28:53.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: cluster 2024-09-16T08:28:53.207287+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T08:28:53.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: cluster 2024-09-16T08:28:53.207287+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T08:28:53.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: audit 2024-09-16T08:28:53.207686+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:28:53.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:53 smithi003 bash[22755]: audit 2024-09-16T08:28:53.207686+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:28:53.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: cluster 2024-09-16T08:28:51.832020+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:53.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: cluster 2024-09-16T08:28:51.832020+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:53.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: audit 2024-09-16T08:28:53.198036+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"} : dispatch 2024-09-16T08:28:53.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: audit 2024-09-16T08:28:53.198036+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"} : dispatch 2024-09-16T08:28:53.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: audit 2024-09-16T08:28:53.200499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"}]': finished 2024-09-16T08:28:53.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: audit 2024-09-16T08:28:53.200499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"}]': finished 2024-09-16T08:28:53.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: cluster 2024-09-16T08:28:53.207287+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T08:28:53.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: cluster 2024-09-16T08:28:53.207287+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T08:28:53.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: audit 2024-09-16T08:28:53.207686+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:28:53.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:53 smithi177 bash[23301]: audit 2024-09-16T08:28:53.207686+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: cluster 2024-09-16T08:28:51.832020+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: cluster 2024-09-16T08:28:51.832020+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: audit 2024-09-16T08:28:53.198036+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"} : dispatch 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: audit 2024-09-16T08:28:53.198036+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"} : dispatch 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: audit 2024-09-16T08:28:53.200499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"}]': finished 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: audit 2024-09-16T08:28:53.200499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.3:0/2873757812' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10874129-2b27-42a9-9c60-f653909c8cbc"}]': finished 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: cluster 2024-09-16T08:28:53.207287+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: cluster 2024-09-16T08:28:53.207287+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: audit 2024-09-16T08:28:53.207686+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:28:53.597 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:53 smithi071 bash[23484]: audit 2024-09-16T08:28:53.207686+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:28:54.478 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:54 smithi071 bash[23484]: audit 2024-09-16T08:28:53.856653+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.3:0/4161074616' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:28:54.479 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:54 smithi071 bash[23484]: audit 2024-09-16T08:28:53.856653+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.3:0/4161074616' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:28:54.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:54 smithi003 bash[22755]: audit 2024-09-16T08:28:53.856653+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.3:0/4161074616' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:28:54.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:54 smithi003 bash[22755]: audit 2024-09-16T08:28:53.856653+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.3:0/4161074616' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:28:54.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:54 smithi177 bash[23301]: audit 2024-09-16T08:28:53.856653+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.3:0/4161074616' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:28:54.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:54 smithi177 bash[23301]: audit 2024-09-16T08:28:53.856653+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.3:0/4161074616' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:28:55.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:55 smithi003 bash[22755]: cluster 2024-09-16T08:28:53.832511+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:55.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:55 smithi003 bash[22755]: cluster 2024-09-16T08:28:53.832511+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:55.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:55 smithi177 bash[23301]: cluster 2024-09-16T08:28:53.832511+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:55.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:55 smithi177 bash[23301]: cluster 2024-09-16T08:28:53.832511+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:55.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:55 smithi071 bash[23484]: cluster 2024-09-16T08:28:53.832511+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:55.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:55 smithi071 bash[23484]: cluster 2024-09-16T08:28:53.832511+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:57.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:57 smithi003 bash[22755]: cluster 2024-09-16T08:28:55.833022+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:57.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:57 smithi003 bash[22755]: cluster 2024-09-16T08:28:55.833022+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:57.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:57 smithi003 bash[22755]: audit 2024-09-16T08:28:56.823209+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:57 smithi003 bash[22755]: audit 2024-09-16T08:28:56.823209+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:57 smithi003 bash[22755]: audit 2024-09-16T08:28:56.829681+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:57 smithi003 bash[22755]: audit 2024-09-16T08:28:56.829681+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:57 smithi003 bash[22755]: audit 2024-09-16T08:28:56.837112+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:57 smithi003 bash[22755]: audit 2024-09-16T08:28:56.837112+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:57 smithi177 bash[23301]: cluster 2024-09-16T08:28:55.833022+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:57.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:57 smithi177 bash[23301]: cluster 2024-09-16T08:28:55.833022+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:57.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:57 smithi177 bash[23301]: audit 2024-09-16T08:28:56.823209+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:57 smithi177 bash[23301]: audit 2024-09-16T08:28:56.823209+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:57 smithi177 bash[23301]: audit 2024-09-16T08:28:56.829681+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:57 smithi177 bash[23301]: audit 2024-09-16T08:28:56.829681+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:57 smithi177 bash[23301]: audit 2024-09-16T08:28:56.837112+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:57 smithi177 bash[23301]: audit 2024-09-16T08:28:56.837112+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:57 smithi071 bash[23484]: cluster 2024-09-16T08:28:55.833022+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:57.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:57 smithi071 bash[23484]: cluster 2024-09-16T08:28:55.833022+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:57.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:57 smithi071 bash[23484]: audit 2024-09-16T08:28:56.823209+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:57 smithi071 bash[23484]: audit 2024-09-16T08:28:56.823209+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:57 smithi071 bash[23484]: audit 2024-09-16T08:28:56.829681+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:57 smithi071 bash[23484]: audit 2024-09-16T08:28:56.829681+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:57 smithi071 bash[23484]: audit 2024-09-16T08:28:56.837112+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:57.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:57 smithi071 bash[23484]: audit 2024-09-16T08:28:56.837112+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:59 smithi071 bash[23484]: cluster 2024-09-16T08:28:57.833448+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:59.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:59 smithi071 bash[23484]: cluster 2024-09-16T08:28:57.833448+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:59.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:59 smithi071 bash[23484]: audit 2024-09-16T08:28:58.055787+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:59 smithi071 bash[23484]: audit 2024-09-16T08:28:58.055787+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:59 smithi071 bash[23484]: audit 2024-09-16T08:28:58.063627+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:59 smithi071 bash[23484]: audit 2024-09-16T08:28:58.063627+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:59 smithi071 bash[23484]: audit 2024-09-16T08:28:58.073142+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:28:59 smithi071 bash[23484]: audit 2024-09-16T08:28:58.073142+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:59 smithi003 bash[22755]: cluster 2024-09-16T08:28:57.833448+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:59.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:59 smithi003 bash[22755]: cluster 2024-09-16T08:28:57.833448+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:59.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:59 smithi003 bash[22755]: audit 2024-09-16T08:28:58.055787+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:59 smithi003 bash[22755]: audit 2024-09-16T08:28:58.055787+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:59 smithi003 bash[22755]: audit 2024-09-16T08:28:58.063627+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:59 smithi003 bash[22755]: audit 2024-09-16T08:28:58.063627+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:59 smithi003 bash[22755]: audit 2024-09-16T08:28:58.073142+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:28:59 smithi003 bash[22755]: audit 2024-09-16T08:28:58.073142+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:59 smithi177 bash[23301]: cluster 2024-09-16T08:28:57.833448+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:59.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:59 smithi177 bash[23301]: cluster 2024-09-16T08:28:57.833448+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:28:59.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:59 smithi177 bash[23301]: audit 2024-09-16T08:28:58.055787+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:59 smithi177 bash[23301]: audit 2024-09-16T08:28:58.055787+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:59 smithi177 bash[23301]: audit 2024-09-16T08:28:58.063627+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:59 smithi177 bash[23301]: audit 2024-09-16T08:28:58.063627+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:59 smithi177 bash[23301]: audit 2024-09-16T08:28:58.073142+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:28:59.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:28:59 smithi177 bash[23301]: audit 2024-09-16T08:28:58.073142+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:01.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:01 smithi071 bash[23484]: cluster 2024-09-16T08:28:59.833881+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:01.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:01 smithi071 bash[23484]: cluster 2024-09-16T08:28:59.833881+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:01.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:01 smithi003 bash[22755]: cluster 2024-09-16T08:28:59.833881+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:01.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:01 smithi003 bash[22755]: cluster 2024-09-16T08:28:59.833881+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:01.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:01 smithi177 bash[23301]: cluster 2024-09-16T08:28:59.833881+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:01.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:01 smithi177 bash[23301]: cluster 2024-09-16T08:28:59.833881+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:03.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:03 smithi003 bash[22755]: cluster 2024-09-16T08:29:01.834293+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:03.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:03 smithi003 bash[22755]: cluster 2024-09-16T08:29:01.834293+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:03.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:03 smithi071 bash[23484]: cluster 2024-09-16T08:29:01.834293+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:03.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:03 smithi071 bash[23484]: cluster 2024-09-16T08:29:01.834293+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:03.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:03 smithi177 bash[23301]: cluster 2024-09-16T08:29:01.834293+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:03.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:03 smithi177 bash[23301]: cluster 2024-09-16T08:29:01.834293+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:05.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:05 smithi071 bash[23484]: cluster 2024-09-16T08:29:03.834581+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:05.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:05 smithi071 bash[23484]: cluster 2024-09-16T08:29:03.834581+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:05.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:05 smithi003 bash[22755]: cluster 2024-09-16T08:29:03.834581+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:05.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:05 smithi003 bash[22755]: cluster 2024-09-16T08:29:03.834581+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:05.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:05 smithi177 bash[23301]: cluster 2024-09-16T08:29:03.834581+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:05.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:05 smithi177 bash[23301]: cluster 2024-09-16T08:29:03.834581+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:07.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:07 smithi177 bash[23301]: cluster 2024-09-16T08:29:05.835008+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:07.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:07 smithi177 bash[23301]: cluster 2024-09-16T08:29:05.835008+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:07.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:07 smithi177 bash[23301]: audit 2024-09-16T08:29:06.133467+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T08:29:07.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:07 smithi177 bash[23301]: audit 2024-09-16T08:29:06.133467+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T08:29:07.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:07 smithi177 bash[23301]: audit 2024-09-16T08:29:06.135256+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:07.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:07 smithi177 bash[23301]: audit 2024-09-16T08:29:06.135256+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:07.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:07 smithi177 bash[23301]: cephadm 2024-09-16T08:29:06.136924+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-09-16T08:29:07.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:07 smithi177 bash[23301]: cephadm 2024-09-16T08:29:06.136924+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-09-16T08:29:07.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:07 smithi071 bash[23484]: cluster 2024-09-16T08:29:05.835008+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:07.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:07 smithi071 bash[23484]: cluster 2024-09-16T08:29:05.835008+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:07.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:07 smithi071 bash[23484]: audit 2024-09-16T08:29:06.133467+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T08:29:07.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:07 smithi071 bash[23484]: audit 2024-09-16T08:29:06.133467+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T08:29:07.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:07 smithi071 bash[23484]: audit 2024-09-16T08:29:06.135256+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:07.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:07 smithi071 bash[23484]: audit 2024-09-16T08:29:06.135256+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:07.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:07 smithi071 bash[23484]: cephadm 2024-09-16T08:29:06.136924+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-09-16T08:29:07.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:07 smithi071 bash[23484]: cephadm 2024-09-16T08:29:06.136924+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-09-16T08:29:07.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:07 smithi003 bash[22755]: cluster 2024-09-16T08:29:05.835008+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:07.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:07 smithi003 bash[22755]: cluster 2024-09-16T08:29:05.835008+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:07.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:07 smithi003 bash[22755]: audit 2024-09-16T08:29:06.133467+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T08:29:07.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:07 smithi003 bash[22755]: audit 2024-09-16T08:29:06.133467+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T08:29:07.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:07 smithi003 bash[22755]: audit 2024-09-16T08:29:06.135256+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:07.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:07 smithi003 bash[22755]: audit 2024-09-16T08:29:06.135256+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:07.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:07 smithi003 bash[22755]: cephadm 2024-09-16T08:29:06.136924+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-09-16T08:29:07.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:07 smithi003 bash[22755]: cephadm 2024-09-16T08:29:06.136924+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-09-16T08:29:09.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:09 smithi177 bash[23301]: cluster 2024-09-16T08:29:07.835450+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:09.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:09 smithi177 bash[23301]: cluster 2024-09-16T08:29:07.835450+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:09.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:09 smithi071 bash[23484]: cluster 2024-09-16T08:29:07.835450+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:09.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:09 smithi071 bash[23484]: cluster 2024-09-16T08:29:07.835450+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:09.487 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:09 smithi003 bash[22755]: cluster 2024-09-16T08:29:07.835450+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:09.487 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:09 smithi003 bash[22755]: cluster 2024-09-16T08:29:07.835450+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:11 smithi177 bash[23301]: cluster 2024-09-16T08:29:09.835890+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:11 smithi177 bash[23301]: cluster 2024-09-16T08:29:09.835890+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:11.305 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:11 smithi003 bash[22755]: cluster 2024-09-16T08:29:09.835890+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:11.305 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:11 smithi003 bash[22755]: cluster 2024-09-16T08:29:09.835890+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:11.305 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:11 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:29:11.306 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:29:11 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:29:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:11 smithi071 bash[23484]: cluster 2024-09-16T08:29:09.835890+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:11 smithi071 bash[23484]: cluster 2024-09-16T08:29:09.835890+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:11.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:11 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:29:11.728 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:29:11 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:29:12.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.375175+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.375175+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.381661+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.381661+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.393523+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.393523+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.592764+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.592764+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.598423+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.598423+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.598871+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.598871+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.600166+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.600166+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.603251+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.603251+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.607947+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:12 smithi071 bash[23484]: audit 2024-09-16T08:29:11.607947+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.375175+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.375175+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.381661+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.381661+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.393523+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.393523+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.592764+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:12.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.592764+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:12.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.598423+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.598423+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.598871+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:12.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.598871+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:12.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.600166+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:12.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.600166+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:12.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.603251+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.603251+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.607947+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:12 smithi003 bash[22755]: audit 2024-09-16T08:29:11.607947+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.375175+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.375175+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.381661+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.381661+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.393523+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.393523+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.592764+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.592764+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.598423+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.598423+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.598871+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.598871+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.600166+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.600166+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.603251+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.603251+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.607947+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:12.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:12 smithi177 bash[23301]: audit 2024-09-16T08:29:11.607947+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:13.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:13 smithi071 bash[23484]: cluster 2024-09-16T08:29:11.836330+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:13.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:13 smithi071 bash[23484]: cluster 2024-09-16T08:29:11.836330+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:13.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:13 smithi003 bash[22755]: cluster 2024-09-16T08:29:11.836330+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:13.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:13 smithi003 bash[22755]: cluster 2024-09-16T08:29:11.836330+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:13.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:13 smithi177 bash[23301]: cluster 2024-09-16T08:29:11.836330+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:13.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:13 smithi177 bash[23301]: cluster 2024-09-16T08:29:11.836330+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:15 smithi071 bash[23484]: cluster 2024-09-16T08:29:13.836795+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:15 smithi071 bash[23484]: cluster 2024-09-16T08:29:13.836795+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:15.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:15 smithi003 bash[22755]: cluster 2024-09-16T08:29:13.836795+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:15.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:15 smithi003 bash[22755]: cluster 2024-09-16T08:29:13.836795+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:15.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:15 smithi177 bash[23301]: cluster 2024-09-16T08:29:13.836795+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:15.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:15 smithi177 bash[23301]: cluster 2024-09-16T08:29:13.836795+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:17.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: cluster 2024-09-16T08:29:15.837256+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:17.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: cluster 2024-09-16T08:29:15.837256+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:17.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.034706+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.034706+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.040178+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.040178+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.042948+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.042948+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.046541+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.046541+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.047055+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.047055+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.048174+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.048174+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.054087+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:17 smithi071 bash[23484]: audit 2024-09-16T08:29:17.054087+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: cluster 2024-09-16T08:29:15.837256+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: cluster 2024-09-16T08:29:15.837256+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.034706+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.034706+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.040178+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.040178+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.042948+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.042948+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.046541+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.046541+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.047055+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:17.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.047055+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:17.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.048174+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:17.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.048174+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:17.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.054087+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:17 smithi003 bash[22755]: audit 2024-09-16T08:29:17.054087+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: cluster 2024-09-16T08:29:15.837256+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:17.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: cluster 2024-09-16T08:29:15.837256+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:17.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.034706+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.034706+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.040178+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.040178+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.042948+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:17.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.042948+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.046541+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.046541+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.047055+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.047055+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.048174+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.048174+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.054087+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:17.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:17 smithi177 bash[23301]: audit 2024-09-16T08:29:17.054087+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:18 smithi071 bash[23484]: cephadm 2024-09-16T08:29:17.041707+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi003 2024-09-16T08:29:18.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:18 smithi071 bash[23484]: cephadm 2024-09-16T08:29:17.041707+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi003 2024-09-16T08:29:18.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:18 smithi071 bash[23484]: audit 2024-09-16T08:29:18.283669+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:18 smithi071 bash[23484]: audit 2024-09-16T08:29:18.283669+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:18 smithi071 bash[23484]: audit 2024-09-16T08:29:18.291814+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:18 smithi071 bash[23484]: audit 2024-09-16T08:29:18.291814+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:18 smithi071 bash[23484]: audit 2024-09-16T08:29:18.302753+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:18 smithi071 bash[23484]: audit 2024-09-16T08:29:18.302753+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:18 smithi003 bash[22755]: cephadm 2024-09-16T08:29:17.041707+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi003 2024-09-16T08:29:18.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:18 smithi003 bash[22755]: cephadm 2024-09-16T08:29:17.041707+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi003 2024-09-16T08:29:18.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:18 smithi003 bash[22755]: audit 2024-09-16T08:29:18.283669+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:18 smithi003 bash[22755]: audit 2024-09-16T08:29:18.283669+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:18 smithi003 bash[22755]: audit 2024-09-16T08:29:18.291814+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:18 smithi003 bash[22755]: audit 2024-09-16T08:29:18.291814+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:18 smithi003 bash[22755]: audit 2024-09-16T08:29:18.302753+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:18 smithi003 bash[22755]: audit 2024-09-16T08:29:18.302753+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:18 smithi177 bash[23301]: cephadm 2024-09-16T08:29:17.041707+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi003 2024-09-16T08:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:18 smithi177 bash[23301]: cephadm 2024-09-16T08:29:17.041707+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi003 2024-09-16T08:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:18 smithi177 bash[23301]: audit 2024-09-16T08:29:18.283669+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:18 smithi177 bash[23301]: audit 2024-09-16T08:29:18.283669+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:18 smithi177 bash[23301]: audit 2024-09-16T08:29:18.291814+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:18 smithi177 bash[23301]: audit 2024-09-16T08:29:18.291814+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:18 smithi177 bash[23301]: audit 2024-09-16T08:29:18.302753+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:18 smithi177 bash[23301]: audit 2024-09-16T08:29:18.302753+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:19.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:19 smithi003 bash[22755]: cluster 2024-09-16T08:29:17.837698+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:19.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:19 smithi003 bash[22755]: cluster 2024-09-16T08:29:17.837698+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:19.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:19 smithi071 bash[23484]: cluster 2024-09-16T08:29:17.837698+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:19.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:19 smithi071 bash[23484]: cluster 2024-09-16T08:29:17.837698+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:19.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:19 smithi177 bash[23301]: cluster 2024-09-16T08:29:17.837698+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:19.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:19 smithi177 bash[23301]: cluster 2024-09-16T08:29:17.837698+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:21.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:21 smithi071 bash[23484]: cluster 2024-09-16T08:29:19.838136+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:21 smithi071 bash[23484]: cluster 2024-09-16T08:29:19.838136+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:21.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:21 smithi003 bash[22755]: cluster 2024-09-16T08:29:19.838136+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:21.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:21 smithi003 bash[22755]: cluster 2024-09-16T08:29:19.838136+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:21.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:21 smithi177 bash[23301]: cluster 2024-09-16T08:29:19.838136+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:21.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:21 smithi177 bash[23301]: cluster 2024-09-16T08:29:19.838136+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:23.361 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 0 on host 'smithi003' 2024-09-16T08:29:23.668 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: cluster 2024-09-16T08:29:21.838537+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:23.668 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: cluster 2024-09-16T08:29:21.838537+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:23.668 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.464774+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.668 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.464774+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.668 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.469176+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.668 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.469176+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.668 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.471445+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.471445+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.473455+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.473455+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.475823+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.475823+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.476159+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.476159+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.481326+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:22.481326+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.347622+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.347622+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.355292+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.669 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.355292+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.356131+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.356131+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.364318+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.364318+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.370943+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.370943+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.377604+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.377604+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.378634+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.378634+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.384488+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:23 smithi003 bash[22755]: audit 2024-09-16T08:29:23.384488+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: cluster 2024-09-16T08:29:21.838537+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:23.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: cluster 2024-09-16T08:29:21.838537+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:23.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.464774+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.464774+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.469176+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.469176+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.471445+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.471445+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.473455+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.473455+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.475823+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.475823+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.476159+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.476159+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.481326+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:22.481326+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.347622+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.347622+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.355292+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.355292+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.356131+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.356131+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.364318+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.364318+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.370943+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.370943+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.377604+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.377604+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.378634+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.378634+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.384488+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:23 smithi177 bash[23301]: audit 2024-09-16T08:29:23.384488+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: cluster 2024-09-16T08:29:21.838537+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:23.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: cluster 2024-09-16T08:29:21.838537+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:23.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.464774+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.464774+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.469176+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.469176+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.471445+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.471445+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.473455+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.473455+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.475823+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.475823+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.476159+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.476159+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.481326+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:22.481326+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.347622+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.347622+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.355292+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.355292+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.356131+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.356131+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.364318+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.364318+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.370943+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.370943+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.377604+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.377604+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.378634+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.378634+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:29:23.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.384488+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:23 smithi071 bash[23484]: audit 2024-09-16T08:29:23.384488+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:23.978 DEBUG:teuthology.orchestra.run.smithi003:osd.0> sudo journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@osd.0.service 2024-09-16T08:29:23.981 INFO:tasks.cephadm:Deploying osd.1 on smithi071 with /dev/vg_nvme/lv_4... 2024-09-16T08:29:23.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T08:29:24.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:24 smithi003 bash[22755]: cephadm 2024-09-16T08:29:23.359036+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 16245M 2024-09-16T08:29:24.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:24 smithi003 bash[22755]: cephadm 2024-09-16T08:29:23.359036+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 16245M 2024-09-16T08:29:24.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:24 smithi003 bash[22755]: audit 2024-09-16T08:29:23.675534+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:29:24.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:24 smithi003 bash[22755]: audit 2024-09-16T08:29:23.675534+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:29:24.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:24 smithi177 bash[23301]: cephadm 2024-09-16T08:29:23.359036+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 16245M 2024-09-16T08:29:24.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:24 smithi177 bash[23301]: cephadm 2024-09-16T08:29:23.359036+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 16245M 2024-09-16T08:29:24.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:24 smithi177 bash[23301]: audit 2024-09-16T08:29:23.675534+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:29:24.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:24 smithi177 bash[23301]: audit 2024-09-16T08:29:23.675534+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:29:24.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:24 smithi071 bash[23484]: cephadm 2024-09-16T08:29:23.359036+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 16245M 2024-09-16T08:29:24.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:24 smithi071 bash[23484]: cephadm 2024-09-16T08:29:23.359036+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 16245M 2024-09-16T08:29:24.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:24 smithi071 bash[23484]: audit 2024-09-16T08:29:23.675534+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:29:24.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:24 smithi071 bash[23484]: audit 2024-09-16T08:29:23.675534+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:29:25.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: cluster 2024-09-16T08:29:23.839054+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:25.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: cluster 2024-09-16T08:29:23.839054+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:25.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: audit 2024-09-16T08:29:24.473475+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:29:25.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: audit 2024-09-16T08:29:24.473475+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:29:25.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: cluster 2024-09-16T08:29:24.479384+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:29:25.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: cluster 2024-09-16T08:29:24.479384+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:29:25.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: audit 2024-09-16T08:29:24.479882+0000 mon.a (mon.0) 430 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T08:29:25.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: audit 2024-09-16T08:29:24.479882+0000 mon.a (mon.0) 430 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T08:29:25.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: audit 2024-09-16T08:29:24.480397+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:25.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:25 smithi177 bash[23301]: audit 2024-09-16T08:29:24.480397+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:25.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: cluster 2024-09-16T08:29:23.839054+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:25.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: cluster 2024-09-16T08:29:23.839054+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:25.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: audit 2024-09-16T08:29:24.473475+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:29:25.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: audit 2024-09-16T08:29:24.473475+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:29:25.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: cluster 2024-09-16T08:29:24.479384+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:29:25.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: cluster 2024-09-16T08:29:24.479384+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:29:25.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: audit 2024-09-16T08:29:24.479882+0000 mon.a (mon.0) 430 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T08:29:25.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: audit 2024-09-16T08:29:24.479882+0000 mon.a (mon.0) 430 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T08:29:25.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: audit 2024-09-16T08:29:24.480397+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:25.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:25 smithi071 bash[23484]: audit 2024-09-16T08:29:24.480397+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:25.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: cluster 2024-09-16T08:29:23.839054+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:25.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: cluster 2024-09-16T08:29:23.839054+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:25.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: audit 2024-09-16T08:29:24.473475+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:29:25.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: audit 2024-09-16T08:29:24.473475+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:29:25.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: cluster 2024-09-16T08:29:24.479384+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:29:25.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: cluster 2024-09-16T08:29:24.479384+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:29:25.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: audit 2024-09-16T08:29:24.479882+0000 mon.a (mon.0) 430 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T08:29:25.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: audit 2024-09-16T08:29:24.479882+0000 mon.a (mon.0) 430 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T08:29:25.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: audit 2024-09-16T08:29:24.480397+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:25.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:25 smithi003 bash[22755]: audit 2024-09-16T08:29:24.480397+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.478 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[32169]: debug 2024-09-16T08:29:26.004+0000 7f4a67985640 -1 osd.0 0 waiting for initial osdmap 2024-09-16T08:29:26.479 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[32169]: debug 2024-09-16T08:29:26.040+0000 7f4a5f7a4640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:29:26.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: audit 2024-09-16T08:29:25.475765+0000 mon.a (mon.0) 432 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:29:26.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: audit 2024-09-16T08:29:25.475765+0000 mon.a (mon.0) 432 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:29:26.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: cluster 2024-09-16T08:29:25.483721+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T08:29:26.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: cluster 2024-09-16T08:29:25.483721+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T08:29:26.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: audit 2024-09-16T08:29:25.485698+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: audit 2024-09-16T08:29:25.485698+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: audit 2024-09-16T08:29:25.518697+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: audit 2024-09-16T08:29:25.518697+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: audit 2024-09-16T08:29:26.014139+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' 2024-09-16T08:29:26.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:26 smithi177 bash[23301]: audit 2024-09-16T08:29:26.014139+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' 2024-09-16T08:29:26.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: audit 2024-09-16T08:29:25.475765+0000 mon.a (mon.0) 432 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:29:26.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: audit 2024-09-16T08:29:25.475765+0000 mon.a (mon.0) 432 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:29:26.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: cluster 2024-09-16T08:29:25.483721+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T08:29:26.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: cluster 2024-09-16T08:29:25.483721+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T08:29:26.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: audit 2024-09-16T08:29:25.485698+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: audit 2024-09-16T08:29:25.485698+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: audit 2024-09-16T08:29:25.518697+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: audit 2024-09-16T08:29:25.518697+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: audit 2024-09-16T08:29:26.014139+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' 2024-09-16T08:29:26.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:26 smithi071 bash[23484]: audit 2024-09-16T08:29:26.014139+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' 2024-09-16T08:29:26.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: audit 2024-09-16T08:29:25.475765+0000 mon.a (mon.0) 432 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:29:26.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: audit 2024-09-16T08:29:25.475765+0000 mon.a (mon.0) 432 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:29:26.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: cluster 2024-09-16T08:29:25.483721+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T08:29:26.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: cluster 2024-09-16T08:29:25.483721+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T08:29:26.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: audit 2024-09-16T08:29:25.485698+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: audit 2024-09-16T08:29:25.485698+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: audit 2024-09-16T08:29:25.518697+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: audit 2024-09-16T08:29:25.518697+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:26.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: audit 2024-09-16T08:29:26.014139+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' 2024-09-16T08:29:26.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:26 smithi003 bash[22755]: audit 2024-09-16T08:29:26.014139+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712]' entity='osd.0' 2024-09-16T08:29:27.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:24.696891+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:29:27.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:24.696891+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:29:27.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:24.697065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:29:27.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:24.697065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:29:27.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:25.839568+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:27.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:25.839568+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:27.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: audit 2024-09-16T08:29:26.492736+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: audit 2024-09-16T08:29:26.492736+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:27.018407+0000 mon.a (mon.0) 438 : cluster [INF] osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712] boot 2024-09-16T08:29:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:27.018407+0000 mon.a (mon.0) 438 : cluster [INF] osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712] boot 2024-09-16T08:29:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:27.018468+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T08:29:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: cluster 2024-09-16T08:29:27.018468+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T08:29:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: audit 2024-09-16T08:29:27.018967+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:27 smithi177 bash[23301]: audit 2024-09-16T08:29:27.018967+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:24.696891+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:24.696891+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:24.697065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:24.697065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:25.839568+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:25.839568+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: audit 2024-09-16T08:29:26.492736+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: audit 2024-09-16T08:29:26.492736+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:27.018407+0000 mon.a (mon.0) 438 : cluster [INF] osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712] boot 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:27.018407+0000 mon.a (mon.0) 438 : cluster [INF] osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712] boot 2024-09-16T08:29:27.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:27.018468+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T08:29:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: cluster 2024-09-16T08:29:27.018468+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T08:29:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: audit 2024-09-16T08:29:27.018967+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:27 smithi071 bash[23484]: audit 2024-09-16T08:29:27.018967+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:24.696891+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:24.696891+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:24.697065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:24.697065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:25.839568+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:25.839568+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: audit 2024-09-16T08:29:26.492736+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: audit 2024-09-16T08:29:26.492736+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:27.018407+0000 mon.a (mon.0) 438 : cluster [INF] osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712] boot 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:27.018407+0000 mon.a (mon.0) 438 : cluster [INF] osd.0 [v2:172.21.15.3:6802/2267989712,v1:172.21.15.3:6803/2267989712] boot 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:27.018468+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T08:29:27.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: cluster 2024-09-16T08:29:27.018468+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T08:29:27.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: audit 2024-09-16T08:29:27.018967+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:27.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:27 smithi003 bash[22755]: audit 2024-09-16T08:29:27.018967+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:29:28.708 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:29:29.790 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:29 smithi071 bash[23484]: cluster 2024-09-16T08:29:27.840085+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:29.790 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:29 smithi071 bash[23484]: cluster 2024-09-16T08:29:27.840085+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:29.790 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:29 smithi071 bash[23484]: cluster 2024-09-16T08:29:28.511874+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T08:29:29.790 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:29 smithi071 bash[23484]: cluster 2024-09-16T08:29:28.511874+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T08:29:29.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:29 smithi177 bash[23301]: cluster 2024-09-16T08:29:27.840085+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:29.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:29 smithi177 bash[23301]: cluster 2024-09-16T08:29:27.840085+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:29.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:29 smithi177 bash[23301]: cluster 2024-09-16T08:29:28.511874+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T08:29:29.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:29 smithi177 bash[23301]: cluster 2024-09-16T08:29:28.511874+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T08:29:29.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:29 smithi003 bash[22755]: cluster 2024-09-16T08:29:27.840085+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:29.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:29 smithi003 bash[22755]: cluster 2024-09-16T08:29:27.840085+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:29.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:29 smithi003 bash[22755]: cluster 2024-09-16T08:29:28.511874+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T08:29:29.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:29 smithi003 bash[22755]: cluster 2024-09-16T08:29:28.511874+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T08:29:31.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:31 smithi071 bash[23484]: cluster 2024-09-16T08:29:29.840571+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:31.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:31 smithi071 bash[23484]: cluster 2024-09-16T08:29:29.840571+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:31.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:31 smithi177 bash[23301]: cluster 2024-09-16T08:29:29.840571+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:31.801 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:31 smithi177 bash[23301]: cluster 2024-09-16T08:29:29.840571+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:31.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:31 smithi003 bash[22755]: cluster 2024-09-16T08:29:29.840571+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:31.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:31 smithi003 bash[22755]: cluster 2024-09-16T08:29:29.840571+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:32.834 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-16T08:29:32.883 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:32 smithi071 bash[23484]: audit 2024-09-16T08:29:31.597506+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.883 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:32 smithi071 bash[23484]: audit 2024-09-16T08:29:31.597506+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.883 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:32 smithi071 bash[23484]: audit 2024-09-16T08:29:31.604976+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.883 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:32 smithi071 bash[23484]: audit 2024-09-16T08:29:31.604976+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.884 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:32 smithi071 bash[23484]: audit 2024-09-16T08:29:31.615528+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.884 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:32 smithi071 bash[23484]: audit 2024-09-16T08:29:31.615528+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.884 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:32 smithi071 bash[23484]: cluster 2024-09-16T08:29:31.841090+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:32.884 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:32 smithi071 bash[23484]: cluster 2024-09-16T08:29:31.841090+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:32.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_4 2024-09-16T08:29:32.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:32 smithi003 bash[22755]: audit 2024-09-16T08:29:31.597506+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:32 smithi003 bash[22755]: audit 2024-09-16T08:29:31.597506+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:32 smithi003 bash[22755]: audit 2024-09-16T08:29:31.604976+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:32 smithi003 bash[22755]: audit 2024-09-16T08:29:31.604976+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:32 smithi003 bash[22755]: audit 2024-09-16T08:29:31.615528+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:32 smithi003 bash[22755]: audit 2024-09-16T08:29:31.615528+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:32.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:32 smithi003 bash[22755]: cluster 2024-09-16T08:29:31.841090+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:32.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:32 smithi003 bash[22755]: cluster 2024-09-16T08:29:31.841090+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:33.047 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:32 smithi177 bash[23301]: audit 2024-09-16T08:29:31.597506+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:33.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:32 smithi177 bash[23301]: audit 2024-09-16T08:29:31.597506+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:33.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:32 smithi177 bash[23301]: audit 2024-09-16T08:29:31.604976+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:33.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:32 smithi177 bash[23301]: audit 2024-09-16T08:29:31.604976+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:33.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:32 smithi177 bash[23301]: audit 2024-09-16T08:29:31.615528+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:33.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:32 smithi177 bash[23301]: audit 2024-09-16T08:29:31.615528+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:33.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:32 smithi177 bash[23301]: cluster 2024-09-16T08:29:31.841090+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:33.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:32 smithi177 bash[23301]: cluster 2024-09-16T08:29:31.841090+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:35.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:34 smithi071 bash[23484]: cluster 2024-09-16T08:29:33.841558+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:35.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:34 smithi071 bash[23484]: cluster 2024-09-16T08:29:33.841558+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:35.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:34 smithi003 bash[22755]: cluster 2024-09-16T08:29:33.841558+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:35.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:34 smithi003 bash[22755]: cluster 2024-09-16T08:29:33.841558+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:35.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:34 smithi177 bash[23301]: cluster 2024-09-16T08:29:33.841558+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:35.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:34 smithi177 bash[23301]: cluster 2024-09-16T08:29:33.841558+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:37.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:36 smithi071 bash[23484]: cluster 2024-09-16T08:29:35.841995+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:37.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:36 smithi071 bash[23484]: cluster 2024-09-16T08:29:35.841995+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:37.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:36 smithi003 bash[22755]: cluster 2024-09-16T08:29:35.841995+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:37.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:36 smithi003 bash[22755]: cluster 2024-09-16T08:29:35.841995+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:37.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:36 smithi177 bash[23301]: cluster 2024-09-16T08:29:35.841995+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:37.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:36 smithi177 bash[23301]: cluster 2024-09-16T08:29:35.841995+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:37.350 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:29:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: cluster 2024-09-16T08:29:37.842444+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: cluster 2024-09-16T08:29:37.842444+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:38.457971+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:38.457971+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:38.465886+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:38.465886+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:38.476059+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:38.476059+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:39.072886+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:29:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:39.072886+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:29:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:39.078886+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:29:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:39.078886+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:29:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:39.080528+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:39.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:39 smithi003 bash[22755]: audit 2024-09-16T08:29:39.080528+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:39.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: cluster 2024-09-16T08:29:37.842444+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: cluster 2024-09-16T08:29:37.842444+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:38.457971+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:38.457971+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:38.465886+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:38.465886+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:38.476059+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:38.476059+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:39.072886+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:39.072886+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:39.078886+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:39.078886+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:39.080528+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:39.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:39 smithi177 bash[23301]: audit 2024-09-16T08:29:39.080528+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: cluster 2024-09-16T08:29:37.842444+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: cluster 2024-09-16T08:29:37.842444+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:38.457971+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:38.457971+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:38.465886+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:38.465886+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:38.476059+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:38.476059+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:39.072886+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:29:39.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:39.072886+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:29:39.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:39.078886+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:29:39.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:39.078886+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:29:39.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:39.080528+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:39.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:39 smithi071 bash[23484]: audit 2024-09-16T08:29:39.080528+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:29:40.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:40 smithi003 bash[22755]: audit 2024-09-16T08:29:39.066117+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:29:40.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:40 smithi003 bash[22755]: audit 2024-09-16T08:29:39.066117+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:29:40.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:40 smithi177 bash[23301]: audit 2024-09-16T08:29:39.066117+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:29:40.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:40 smithi177 bash[23301]: audit 2024-09-16T08:29:39.066117+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:29:40.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:40 smithi071 bash[23484]: audit 2024-09-16T08:29:39.066117+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:29:40.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:40 smithi071 bash[23484]: audit 2024-09-16T08:29:39.066117+0000 mgr.a (mgr.14152) 154 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:29:41.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:41 smithi003 bash[22755]: cluster 2024-09-16T08:29:39.842930+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:41.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:41 smithi003 bash[22755]: cluster 2024-09-16T08:29:39.842930+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:41.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:41 smithi003 bash[22755]: audit 2024-09-16T08:29:41.091541+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:41 smithi003 bash[22755]: audit 2024-09-16T08:29:41.091541+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:41 smithi003 bash[22755]: audit 2024-09-16T08:29:41.099926+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:41 smithi003 bash[22755]: audit 2024-09-16T08:29:41.099926+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:41 smithi003 bash[22755]: audit 2024-09-16T08:29:41.108938+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:41 smithi003 bash[22755]: audit 2024-09-16T08:29:41.108938+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:41 smithi177 bash[23301]: cluster 2024-09-16T08:29:39.842930+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:41.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:41 smithi177 bash[23301]: cluster 2024-09-16T08:29:39.842930+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:41.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:41 smithi177 bash[23301]: audit 2024-09-16T08:29:41.091541+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:41 smithi177 bash[23301]: audit 2024-09-16T08:29:41.091541+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:41 smithi177 bash[23301]: audit 2024-09-16T08:29:41.099926+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:41 smithi177 bash[23301]: audit 2024-09-16T08:29:41.099926+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:41 smithi177 bash[23301]: audit 2024-09-16T08:29:41.108938+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:41 smithi177 bash[23301]: audit 2024-09-16T08:29:41.108938+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:41 smithi071 bash[23484]: cluster 2024-09-16T08:29:39.842930+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:41.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:41 smithi071 bash[23484]: cluster 2024-09-16T08:29:39.842930+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:41.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:41 smithi071 bash[23484]: audit 2024-09-16T08:29:41.091541+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:41 smithi071 bash[23484]: audit 2024-09-16T08:29:41.091541+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:41 smithi071 bash[23484]: audit 2024-09-16T08:29:41.099926+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:41 smithi071 bash[23484]: audit 2024-09-16T08:29:41.099926+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:41 smithi071 bash[23484]: audit 2024-09-16T08:29:41.108938+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:41.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:41 smithi071 bash[23484]: audit 2024-09-16T08:29:41.108938+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:43.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:43 smithi003 bash[22755]: cluster 2024-09-16T08:29:41.843398+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:43.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:43 smithi003 bash[22755]: cluster 2024-09-16T08:29:41.843398+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:43.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:43 smithi177 bash[23301]: cluster 2024-09-16T08:29:41.843398+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:43.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:43 smithi177 bash[23301]: cluster 2024-09-16T08:29:41.843398+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:43.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:43 smithi071 bash[23484]: cluster 2024-09-16T08:29:41.843398+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:43.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:43 smithi071 bash[23484]: cluster 2024-09-16T08:29:41.843398+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:45.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:45 smithi003 bash[22755]: cluster 2024-09-16T08:29:43.843863+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:45.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:45 smithi003 bash[22755]: cluster 2024-09-16T08:29:43.843863+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:45.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:45 smithi177 bash[23301]: cluster 2024-09-16T08:29:43.843863+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:45.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:45 smithi177 bash[23301]: cluster 2024-09-16T08:29:43.843863+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:45 smithi071 bash[23484]: cluster 2024-09-16T08:29:43.843863+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:45 smithi071 bash[23484]: cluster 2024-09-16T08:29:43.843863+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:47.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:47 smithi003 bash[22755]: cluster 2024-09-16T08:29:45.844325+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:47.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:47 smithi003 bash[22755]: cluster 2024-09-16T08:29:45.844325+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:47.743 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:47 smithi177 bash[23301]: cluster 2024-09-16T08:29:45.844325+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:47.743 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:47 smithi177 bash[23301]: cluster 2024-09-16T08:29:45.844325+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:47 smithi071 bash[23484]: cluster 2024-09-16T08:29:45.844325+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:47 smithi071 bash[23484]: cluster 2024-09-16T08:29:45.844325+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:48.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:47.576228+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.71:0/286617535' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:47.576228+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.71:0/286617535' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:47.577639+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:47.577639+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:47.580763+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"}]': finished 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:47.580763+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"}]': finished 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: cluster 2024-09-16T08:29:47.585879+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: cluster 2024-09-16T08:29:47.585879+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:47.586391+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:47.586391+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:29:48.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:48.235207+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.71:0/1878036059' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:29:48.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:48 smithi003 bash[22755]: audit 2024-09-16T08:29:48.235207+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.71:0/1878036059' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:29:48.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:47.576228+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.71:0/286617535' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:47.576228+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.71:0/286617535' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:47.577639+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:47.577639+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:47.580763+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"}]': finished 2024-09-16T08:29:48.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:47.580763+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"}]': finished 2024-09-16T08:29:48.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: cluster 2024-09-16T08:29:47.585879+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T08:29:48.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: cluster 2024-09-16T08:29:47.585879+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T08:29:48.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:47.586391+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:29:48.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:47.586391+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:29:48.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:48.235207+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.71:0/1878036059' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:29:48.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:48 smithi177 bash[23301]: audit 2024-09-16T08:29:48.235207+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.71:0/1878036059' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:29:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:47.576228+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.71:0/286617535' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:47.576228+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.71:0/286617535' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:47.577639+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:47.577639+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"} : dispatch 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:47.580763+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"}]': finished 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:47.580763+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1d9625-4c01-4212-8dbe-ac49ab5c70e2"}]': finished 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: cluster 2024-09-16T08:29:47.585879+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: cluster 2024-09-16T08:29:47.585879+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:47.586391+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:47.586391+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:48.235207+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.71:0/1878036059' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:29:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:48 smithi071 bash[23484]: audit 2024-09-16T08:29:48.235207+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.71:0/1878036059' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:29:49.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:49 smithi003 bash[22755]: cluster 2024-09-16T08:29:47.844790+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:49.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:49 smithi003 bash[22755]: cluster 2024-09-16T08:29:47.844790+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:49.733 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:49 smithi177 bash[23301]: cluster 2024-09-16T08:29:47.844790+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:49.733 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:49 smithi177 bash[23301]: cluster 2024-09-16T08:29:47.844790+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:49.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:49 smithi071 bash[23484]: cluster 2024-09-16T08:29:47.844790+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:49.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:49 smithi071 bash[23484]: cluster 2024-09-16T08:29:47.844790+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:51 smithi177 bash[23301]: cluster 2024-09-16T08:29:49.845159+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:51 smithi177 bash[23301]: cluster 2024-09-16T08:29:49.845159+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:51.865 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:51 smithi071 bash[23484]: cluster 2024-09-16T08:29:49.845159+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:51.866 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:51 smithi071 bash[23484]: cluster 2024-09-16T08:29:49.845159+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:51.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:51 smithi003 bash[22755]: cluster 2024-09-16T08:29:49.845159+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:51.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:51 smithi003 bash[22755]: cluster 2024-09-16T08:29:49.845159+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:53.073 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:52 smithi003 bash[22755]: audit 2024-09-16T08:29:51.807653+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.073 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:52 smithi003 bash[22755]: audit 2024-09-16T08:29:51.807653+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.073 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:52 smithi003 bash[22755]: audit 2024-09-16T08:29:51.814970+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.073 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:52 smithi003 bash[22755]: audit 2024-09-16T08:29:51.814970+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.073 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:52 smithi003 bash[22755]: audit 2024-09-16T08:29:51.824586+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.073 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:52 smithi003 bash[22755]: audit 2024-09-16T08:29:51.824586+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.073 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:52 smithi003 bash[22755]: cluster 2024-09-16T08:29:51.845610+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:53.073 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:52 smithi003 bash[22755]: cluster 2024-09-16T08:29:51.845610+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:53.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:52 smithi071 bash[23484]: audit 2024-09-16T08:29:51.807653+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:52 smithi071 bash[23484]: audit 2024-09-16T08:29:51.807653+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:52 smithi071 bash[23484]: audit 2024-09-16T08:29:51.814970+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:52 smithi071 bash[23484]: audit 2024-09-16T08:29:51.814970+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:52 smithi071 bash[23484]: audit 2024-09-16T08:29:51.824586+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:52 smithi071 bash[23484]: audit 2024-09-16T08:29:51.824586+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:52 smithi071 bash[23484]: cluster 2024-09-16T08:29:51.845610+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:53.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:52 smithi071 bash[23484]: cluster 2024-09-16T08:29:51.845610+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:53.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:52 smithi177 bash[23301]: audit 2024-09-16T08:29:51.807653+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:52 smithi177 bash[23301]: audit 2024-09-16T08:29:51.807653+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:52 smithi177 bash[23301]: audit 2024-09-16T08:29:51.814970+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:52 smithi177 bash[23301]: audit 2024-09-16T08:29:51.814970+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:52 smithi177 bash[23301]: audit 2024-09-16T08:29:51.824586+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:52 smithi177 bash[23301]: audit 2024-09-16T08:29:51.824586+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:53.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:52 smithi177 bash[23301]: cluster 2024-09-16T08:29:51.845610+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:53.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:52 smithi177 bash[23301]: cluster 2024-09-16T08:29:51.845610+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:55.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:54 smithi071 bash[23484]: cluster 2024-09-16T08:29:53.846080+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:55.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:54 smithi071 bash[23484]: cluster 2024-09-16T08:29:53.846080+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:55.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:54 smithi003 bash[22755]: cluster 2024-09-16T08:29:53.846080+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:55.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:54 smithi003 bash[22755]: cluster 2024-09-16T08:29:53.846080+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:55.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:54 smithi177 bash[23301]: cluster 2024-09-16T08:29:53.846080+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:55.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:54 smithi177 bash[23301]: cluster 2024-09-16T08:29:53.846080+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:57.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:56 smithi071 bash[23484]: cluster 2024-09-16T08:29:55.846517+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:57.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:56 smithi071 bash[23484]: cluster 2024-09-16T08:29:55.846517+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:57.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:56 smithi003 bash[22755]: cluster 2024-09-16T08:29:55.846517+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:57.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:56 smithi003 bash[22755]: cluster 2024-09-16T08:29:55.846517+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:57.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:56 smithi177 bash[23301]: cluster 2024-09-16T08:29:55.846517+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:57.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:56 smithi177 bash[23301]: cluster 2024-09-16T08:29:55.846517+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:59.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:58 smithi071 bash[23484]: cluster 2024-09-16T08:29:57.847010+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:59.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:58 smithi071 bash[23484]: cluster 2024-09-16T08:29:57.847010+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:59.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:58 smithi071 bash[23484]: audit 2024-09-16T08:29:58.593867+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:58 smithi071 bash[23484]: audit 2024-09-16T08:29:58.593867+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:58 smithi071 bash[23484]: audit 2024-09-16T08:29:58.601830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:58 smithi071 bash[23484]: audit 2024-09-16T08:29:58.601830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:58 smithi071 bash[23484]: audit 2024-09-16T08:29:58.611549+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:29:58 smithi071 bash[23484]: audit 2024-09-16T08:29:58.611549+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:58 smithi003 bash[22755]: cluster 2024-09-16T08:29:57.847010+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:59.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:58 smithi003 bash[22755]: cluster 2024-09-16T08:29:57.847010+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:59.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:58 smithi003 bash[22755]: audit 2024-09-16T08:29:58.593867+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:58 smithi003 bash[22755]: audit 2024-09-16T08:29:58.593867+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:58 smithi003 bash[22755]: audit 2024-09-16T08:29:58.601830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:58 smithi003 bash[22755]: audit 2024-09-16T08:29:58.601830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:58 smithi003 bash[22755]: audit 2024-09-16T08:29:58.611549+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:29:58 smithi003 bash[22755]: audit 2024-09-16T08:29:58.611549+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:58 smithi177 bash[23301]: cluster 2024-09-16T08:29:57.847010+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:59.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:58 smithi177 bash[23301]: cluster 2024-09-16T08:29:57.847010+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:29:59.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:58 smithi177 bash[23301]: audit 2024-09-16T08:29:58.593867+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:58 smithi177 bash[23301]: audit 2024-09-16T08:29:58.593867+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:58 smithi177 bash[23301]: audit 2024-09-16T08:29:58.601830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:58 smithi177 bash[23301]: audit 2024-09-16T08:29:58.601830+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:58 smithi177 bash[23301]: audit 2024-09-16T08:29:58.611549+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:29:59.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:29:58 smithi177 bash[23301]: audit 2024-09-16T08:29:58.611549+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:00 smithi071 bash[23484]: cluster 2024-09-16T08:29:59.847459+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:00 smithi071 bash[23484]: cluster 2024-09-16T08:29:59.847459+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:01.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:00 smithi071 bash[23484]: cluster 2024-09-16T08:30:00.000146+0000 mon.a (mon.0) 464 : cluster [INF] overall HEALTH_OK 2024-09-16T08:30:01.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:00 smithi071 bash[23484]: cluster 2024-09-16T08:30:00.000146+0000 mon.a (mon.0) 464 : cluster [INF] overall HEALTH_OK 2024-09-16T08:30:01.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:00 smithi003 bash[22755]: cluster 2024-09-16T08:29:59.847459+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:01.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:00 smithi003 bash[22755]: cluster 2024-09-16T08:29:59.847459+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:01.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:00 smithi003 bash[22755]: cluster 2024-09-16T08:30:00.000146+0000 mon.a (mon.0) 464 : cluster [INF] overall HEALTH_OK 2024-09-16T08:30:01.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:00 smithi003 bash[22755]: cluster 2024-09-16T08:30:00.000146+0000 mon.a (mon.0) 464 : cluster [INF] overall HEALTH_OK 2024-09-16T08:30:01.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:00 smithi177 bash[23301]: cluster 2024-09-16T08:29:59.847459+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:01.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:00 smithi177 bash[23301]: cluster 2024-09-16T08:29:59.847459+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:01.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:00 smithi177 bash[23301]: cluster 2024-09-16T08:30:00.000146+0000 mon.a (mon.0) 464 : cluster [INF] overall HEALTH_OK 2024-09-16T08:30:01.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:00 smithi177 bash[23301]: cluster 2024-09-16T08:30:00.000146+0000 mon.a (mon.0) 464 : cluster [INF] overall HEALTH_OK 2024-09-16T08:30:02.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.304871+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.304871+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.314357+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.314357+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.325330+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.325330+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.420806+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.420806+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.422498+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: audit 2024-09-16T08:30:01.422498+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: cephadm 2024-09-16T08:30:01.424077+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-16T08:30:02.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:02 smithi071 bash[23484]: cephadm 2024-09-16T08:30:01.424077+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-16T08:30:02.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.304871+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.304871+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.314357+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.314357+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.325330+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.325330+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.420806+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.420806+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.422498+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: audit 2024-09-16T08:30:01.422498+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: cephadm 2024-09-16T08:30:01.424077+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-16T08:30:02.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:02 smithi003 bash[22755]: cephadm 2024-09-16T08:30:01.424077+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-16T08:30:02.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.304871+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.304871+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.314357+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.314357+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.325330+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.325330+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:02.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.420806+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T08:30:02.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.420806+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T08:30:02.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.422498+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:02.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: audit 2024-09-16T08:30:01.422498+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:02.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: cephadm 2024-09-16T08:30:01.424077+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-16T08:30:02.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:02 smithi177 bash[23301]: cephadm 2024-09-16T08:30:01.424077+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-16T08:30:03.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:03 smithi071 bash[23484]: cluster 2024-09-16T08:30:01.847898+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:03.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:03 smithi071 bash[23484]: cluster 2024-09-16T08:30:01.847898+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:03.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:03 smithi003 bash[22755]: cluster 2024-09-16T08:30:01.847898+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:03.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:03 smithi003 bash[22755]: cluster 2024-09-16T08:30:01.847898+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:03.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:03 smithi177 bash[23301]: cluster 2024-09-16T08:30:01.847898+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:03.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:03 smithi177 bash[23301]: cluster 2024-09-16T08:30:01.847898+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:05.629 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:05 smithi071 bash[23484]: cluster 2024-09-16T08:30:03.848346+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:05.629 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:05 smithi071 bash[23484]: cluster 2024-09-16T08:30:03.848346+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:05.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:05 smithi003 bash[22755]: cluster 2024-09-16T08:30:03.848346+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:05.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:05 smithi003 bash[22755]: cluster 2024-09-16T08:30:03.848346+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:05.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:05 smithi177 bash[23301]: cluster 2024-09-16T08:30:03.848346+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:05.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:05 smithi177 bash[23301]: cluster 2024-09-16T08:30:03.848346+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:05.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:05 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:30:05.925 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:30:05 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:30:06.340 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:30:06.340 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:30:06 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:30:06.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.160626+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:06.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.160626+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:06.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.168407+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.168407+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.169084+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:06.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.169084+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:06.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.171427+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:06.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.171427+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:06.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.178316+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.178316+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.186413+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:06 smithi071 bash[23484]: audit 2024-09-16T08:30:06.186413+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.160626+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.160626+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.168407+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.168407+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.169084+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.169084+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.171427+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.171427+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.178316+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.178316+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.186413+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:06 smithi003 bash[22755]: audit 2024-09-16T08:30:06.186413+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.160626+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:06.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.160626+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:06.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.168407+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.168407+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.169084+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:06.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.169084+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:06.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.171427+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:06.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.171427+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:06.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.178316+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.178316+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.186413+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:06.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:06 smithi177 bash[23301]: audit 2024-09-16T08:30:06.186413+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:07.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:07 smithi071 bash[23484]: cluster 2024-09-16T08:30:05.848801+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:07.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:07 smithi071 bash[23484]: cluster 2024-09-16T08:30:05.848801+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:07.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:07 smithi177 bash[23301]: cluster 2024-09-16T08:30:05.848801+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:07.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:07 smithi177 bash[23301]: cluster 2024-09-16T08:30:05.848801+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:07.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:07 smithi003 bash[22755]: cluster 2024-09-16T08:30:05.848801+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:07.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:07 smithi003 bash[22755]: cluster 2024-09-16T08:30:05.848801+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:09.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:09 smithi071 bash[23484]: cluster 2024-09-16T08:30:07.849261+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:09.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:09 smithi071 bash[23484]: cluster 2024-09-16T08:30:07.849261+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:09.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:09 smithi003 bash[22755]: cluster 2024-09-16T08:30:07.849261+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:09.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:09 smithi003 bash[22755]: cluster 2024-09-16T08:30:07.849261+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:09.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:09 smithi177 bash[23301]: cluster 2024-09-16T08:30:07.849261+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:09.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:09 smithi177 bash[23301]: cluster 2024-09-16T08:30:07.849261+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:11.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:11 smithi071 bash[23484]: cluster 2024-09-16T08:30:09.849726+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:11.684 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:11 smithi071 bash[23484]: cluster 2024-09-16T08:30:09.849726+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:11.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:11 smithi003 bash[22755]: cluster 2024-09-16T08:30:09.849726+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:11.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:11 smithi003 bash[22755]: cluster 2024-09-16T08:30:09.849726+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:11.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:11 smithi177 bash[23301]: cluster 2024-09-16T08:30:09.849726+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:11.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:11 smithi177 bash[23301]: cluster 2024-09-16T08:30:09.849726+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:13 smithi071 bash[23484]: cluster 2024-09-16T08:30:11.850195+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:13 smithi071 bash[23484]: cluster 2024-09-16T08:30:11.850195+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:13 smithi071 bash[23484]: audit 2024-09-16T08:30:12.028199+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:13 smithi071 bash[23484]: audit 2024-09-16T08:30:12.028199+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:13 smithi071 bash[23484]: audit 2024-09-16T08:30:12.036285+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:13 smithi071 bash[23484]: audit 2024-09-16T08:30:12.036285+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:13 smithi071 bash[23484]: audit 2024-09-16T08:30:12.045555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:13 smithi071 bash[23484]: audit 2024-09-16T08:30:12.045555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:13 smithi177 bash[23301]: cluster 2024-09-16T08:30:11.850195+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:13 smithi177 bash[23301]: cluster 2024-09-16T08:30:11.850195+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:13 smithi177 bash[23301]: audit 2024-09-16T08:30:12.028199+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:13 smithi177 bash[23301]: audit 2024-09-16T08:30:12.028199+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:13 smithi177 bash[23301]: audit 2024-09-16T08:30:12.036285+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:13 smithi177 bash[23301]: audit 2024-09-16T08:30:12.036285+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:13 smithi177 bash[23301]: audit 2024-09-16T08:30:12.045555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:13 smithi177 bash[23301]: audit 2024-09-16T08:30:12.045555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:13 smithi003 bash[22755]: cluster 2024-09-16T08:30:11.850195+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:13.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:13 smithi003 bash[22755]: cluster 2024-09-16T08:30:11.850195+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:13.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:13 smithi003 bash[22755]: audit 2024-09-16T08:30:12.028199+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:13 smithi003 bash[22755]: audit 2024-09-16T08:30:12.028199+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:13 smithi003 bash[22755]: audit 2024-09-16T08:30:12.036285+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:13 smithi003 bash[22755]: audit 2024-09-16T08:30:12.036285+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:13 smithi003 bash[22755]: audit 2024-09-16T08:30:12.045555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:13.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:13 smithi003 bash[22755]: audit 2024-09-16T08:30:12.045555+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:15.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:15 smithi177 bash[23301]: cluster 2024-09-16T08:30:13.850637+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:15 smithi177 bash[23301]: cluster 2024-09-16T08:30:13.850637+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:15 smithi071 bash[23484]: cluster 2024-09-16T08:30:13.850637+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:15 smithi071 bash[23484]: cluster 2024-09-16T08:30:13.850637+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:15.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:15 smithi003 bash[22755]: cluster 2024-09-16T08:30:13.850637+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:15.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:15 smithi003 bash[22755]: cluster 2024-09-16T08:30:13.850637+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:17.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:17 smithi177 bash[23301]: cluster 2024-09-16T08:30:15.851129+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:17.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:17 smithi177 bash[23301]: cluster 2024-09-16T08:30:15.851129+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:17.355 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:17 smithi071 bash[23484]: cluster 2024-09-16T08:30:15.851129+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:17.355 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:17 smithi071 bash[23484]: cluster 2024-09-16T08:30:15.851129+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:17.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:17 smithi003 bash[22755]: cluster 2024-09-16T08:30:15.851129+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:17.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:17 smithi003 bash[22755]: cluster 2024-09-16T08:30:15.851129+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:17.820 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 1 on host 'smithi071' 2024-09-16T08:30:18.119 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.806061+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.806061+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.814669+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.814669+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.815482+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.815482+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.822681+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.822681+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.828553+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.828553+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.120 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.832556+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:18.121 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.832556+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:18.121 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.834299+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:18.121 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.834299+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:18.121 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.843805+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.121 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:18 smithi071 bash[23484]: audit 2024-09-16T08:30:17.843805+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.806061+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:18.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.806061+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:18.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.814669+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.814669+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.815482+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T08:30:18.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.815482+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T08:30:18.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.822681+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.822681+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.828553+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.828553+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.832556+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:18.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.832556+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:18.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.834299+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:18.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.834299+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:18.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.843805+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:18 smithi177 bash[23301]: audit 2024-09-16T08:30:17.843805+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.806061+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.806061+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.814669+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.814669+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.815482+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.815482+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.822681+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.822681+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.828553+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.828553+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.832556+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.832556+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:18.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.834299+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:18.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.834299+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:18.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.843805+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:18.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:18 smithi003 bash[22755]: audit 2024-09-16T08:30:17.843805+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.066 DEBUG:teuthology.orchestra.run.smithi071:osd.1> sudo journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@osd.1.service 2024-09-16T08:30:19.069 INFO:tasks.cephadm:Deploying osd.2 on smithi177 with /dev/vg_nvme/lv_4... 2024-09-16T08:30:19.069 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T08:30:19.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: cephadm 2024-09-16T08:30:17.816912+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 16241M 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: cephadm 2024-09-16T08:30:17.816912+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 16241M 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: cluster 2024-09-16T08:30:17.851594+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: cluster 2024-09-16T08:30:17.851594+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.127103+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.127103+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.128134+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.128134+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.814585+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.814585+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.822883+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.822883+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.827847+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.827847+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.833274+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.833274+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.834027+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.834027+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.836280+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.836280+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.851509+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:19 smithi071 bash[23484]: audit 2024-09-16T08:30:18.851509+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: cephadm 2024-09-16T08:30:17.816912+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 16241M 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: cephadm 2024-09-16T08:30:17.816912+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 16241M 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: cluster 2024-09-16T08:30:17.851594+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: cluster 2024-09-16T08:30:17.851594+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.127103+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.127103+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.128134+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.128134+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.814585+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.814585+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.822883+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.822883+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.827847+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.827847+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.833274+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.833274+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.834027+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.834027+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.836280+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.836280+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.851509+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:19 smithi177 bash[23301]: audit 2024-09-16T08:30:18.851509+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: cephadm 2024-09-16T08:30:17.816912+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 16241M 2024-09-16T08:30:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: cephadm 2024-09-16T08:30:17.816912+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 16241M 2024-09-16T08:30:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: cluster 2024-09-16T08:30:17.851594+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: cluster 2024-09-16T08:30:17.851594+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.127103+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.127103+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.128134+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.128134+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:30:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.814585+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.814585+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.822883+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.822883+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.827847+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.827847+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.833274+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.833274+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.834027+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.834027+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.836280+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.836280+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.851509+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:19 smithi003 bash[22755]: audit 2024-09-16T08:30:18.851509+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.175 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[28025]: debug 2024-09-16T08:30:20.064+0000 7f35a3e2f640 -1 osd.1 0 waiting for initial osdmap 2024-09-16T08:30:20.175 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[28025]: debug 2024-09-16T08:30:20.092+0000 7f359fc56640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:30:20.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: cephadm 2024-09-16T08:30:18.825737+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi071 2024-09-16T08:30:20.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: cephadm 2024-09-16T08:30:18.825737+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi071 2024-09-16T08:30:20.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.049554+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:30:20.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.049554+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:30:20.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.054023+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.054023+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: cluster 2024-09-16T08:30:19.054440+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: cluster 2024-09-16T08:30:19.054440+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.055063+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.055063+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.055835+0000 mon.a (mon.0) 498 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.055835+0000 mon.a (mon.0) 498 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.906185+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.906185+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.914546+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.914546+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.919230+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.919230+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:20.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.925413+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.925413+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.926166+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:20.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.926166+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:20.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.928360+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:20.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.928360+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:20.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.938716+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.178 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:20 smithi071 bash[23484]: audit 2024-09-16T08:30:19.938716+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: cephadm 2024-09-16T08:30:18.825737+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi071 2024-09-16T08:30:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: cephadm 2024-09-16T08:30:18.825737+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi071 2024-09-16T08:30:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.049554+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:30:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.049554+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:30:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.054023+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.054023+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: cluster 2024-09-16T08:30:19.054440+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T08:30:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: cluster 2024-09-16T08:30:19.054440+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.055063+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.055063+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.055835+0000 mon.a (mon.0) 498 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.055835+0000 mon.a (mon.0) 498 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.906185+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.906185+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.914546+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.914546+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.919230+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.919230+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.925413+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.925413+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.926166+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:20.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.926166+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:20.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.928360+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:20.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.928360+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:20.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.938716+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:20 smithi003 bash[22755]: audit 2024-09-16T08:30:19.938716+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: cephadm 2024-09-16T08:30:18.825737+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi071 2024-09-16T08:30:20.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: cephadm 2024-09-16T08:30:18.825737+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi071 2024-09-16T08:30:20.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.049554+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:30:20.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.049554+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:30:20.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.054023+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.054023+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: cluster 2024-09-16T08:30:19.054440+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: cluster 2024-09-16T08:30:19.054440+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.055063+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.055063+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.055835+0000 mon.a (mon.0) 498 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.055835+0000 mon.a (mon.0) 498 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.906185+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.906185+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.914546+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.914546+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.919230+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:20.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.919230+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:20.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.925413+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.925413+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.926166+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:20.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.926166+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:20.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.928360+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:20.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.928360+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:20.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.938716+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:20.549 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:20 smithi177 bash[23301]: audit 2024-09-16T08:30:19.938716+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:21.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: cluster 2024-09-16T08:30:19.852074+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:21.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: cluster 2024-09-16T08:30:19.852074+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:21.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: audit 2024-09-16T08:30:20.052076+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-16T08:30:21.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: audit 2024-09-16T08:30:20.052076+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-16T08:30:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: cluster 2024-09-16T08:30:20.057368+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T08:30:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: cluster 2024-09-16T08:30:20.057368+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T08:30:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: audit 2024-09-16T08:30:20.058298+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: audit 2024-09-16T08:30:20.058298+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: audit 2024-09-16T08:30:20.068155+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:21 smithi071 bash[23484]: audit 2024-09-16T08:30:20.068155+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: cluster 2024-09-16T08:30:19.852074+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:21.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: cluster 2024-09-16T08:30:19.852074+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:21.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: audit 2024-09-16T08:30:20.052076+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-16T08:30:21.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: audit 2024-09-16T08:30:20.052076+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-16T08:30:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: cluster 2024-09-16T08:30:20.057368+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T08:30:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: cluster 2024-09-16T08:30:20.057368+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T08:30:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: audit 2024-09-16T08:30:20.058298+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: audit 2024-09-16T08:30:20.058298+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: audit 2024-09-16T08:30:20.068155+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:21 smithi003 bash[22755]: audit 2024-09-16T08:30:20.068155+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: cluster 2024-09-16T08:30:19.852074+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: cluster 2024-09-16T08:30:19.852074+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: audit 2024-09-16T08:30:20.052076+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: audit 2024-09-16T08:30:20.052076+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: cluster 2024-09-16T08:30:20.057368+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: cluster 2024-09-16T08:30:20.057368+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: audit 2024-09-16T08:30:20.058298+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: audit 2024-09-16T08:30:20.058298+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: audit 2024-09-16T08:30:20.068155+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:21.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:21 smithi177 bash[23301]: audit 2024-09-16T08:30:20.068155+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:22.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: cluster 2024-09-16T08:30:19.152594+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:30:22.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: cluster 2024-09-16T08:30:19.152594+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:30:22.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: cluster 2024-09-16T08:30:19.152710+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: cluster 2024-09-16T08:30:19.152710+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: cluster 2024-09-16T08:30:21.068809+0000 mon.a (mon.0) 510 : cluster [INF] osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655] boot 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: cluster 2024-09-16T08:30:21.068809+0000 mon.a (mon.0) 510 : cluster [INF] osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655] boot 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: cluster 2024-09-16T08:30:21.068882+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: cluster 2024-09-16T08:30:21.068882+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: audit 2024-09-16T08:30:21.069629+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: audit 2024-09-16T08:30:21.069629+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: audit 2024-09-16T08:30:21.535063+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: audit 2024-09-16T08:30:21.535063+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: audit 2024-09-16T08:30:21.541964+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: audit 2024-09-16T08:30:21.541964+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: audit 2024-09-16T08:30:21.549773+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:22 smithi071 bash[23484]: audit 2024-09-16T08:30:21.549773+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: cluster 2024-09-16T08:30:19.152594+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:30:22.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: cluster 2024-09-16T08:30:19.152594+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: cluster 2024-09-16T08:30:19.152710+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: cluster 2024-09-16T08:30:19.152710+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: cluster 2024-09-16T08:30:21.068809+0000 mon.a (mon.0) 510 : cluster [INF] osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655] boot 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: cluster 2024-09-16T08:30:21.068809+0000 mon.a (mon.0) 510 : cluster [INF] osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655] boot 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: cluster 2024-09-16T08:30:21.068882+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: cluster 2024-09-16T08:30:21.068882+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: audit 2024-09-16T08:30:21.069629+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: audit 2024-09-16T08:30:21.069629+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: audit 2024-09-16T08:30:21.535063+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: audit 2024-09-16T08:30:21.535063+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: audit 2024-09-16T08:30:21.541964+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: audit 2024-09-16T08:30:21.541964+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: audit 2024-09-16T08:30:21.549773+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:22 smithi003 bash[22755]: audit 2024-09-16T08:30:21.549773+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: cluster 2024-09-16T08:30:19.152594+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: cluster 2024-09-16T08:30:19.152594+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: cluster 2024-09-16T08:30:19.152710+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: cluster 2024-09-16T08:30:19.152710+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: cluster 2024-09-16T08:30:21.068809+0000 mon.a (mon.0) 510 : cluster [INF] osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655] boot 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: cluster 2024-09-16T08:30:21.068809+0000 mon.a (mon.0) 510 : cluster [INF] osd.1 [v2:172.21.15.71:6800/3740702655,v1:172.21.15.71:6801/3740702655] boot 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: cluster 2024-09-16T08:30:21.068882+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: cluster 2024-09-16T08:30:21.068882+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: audit 2024-09-16T08:30:21.069629+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:22.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: audit 2024-09-16T08:30:21.069629+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:30:22.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: audit 2024-09-16T08:30:21.535063+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: audit 2024-09-16T08:30:21.535063+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: audit 2024-09-16T08:30:21.541964+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: audit 2024-09-16T08:30:21.541964+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: audit 2024-09-16T08:30:21.549773+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:22 smithi177 bash[23301]: audit 2024-09-16T08:30:21.549773+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:22.790 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T08:30:23.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:23 smithi177 bash[23301]: cluster 2024-09-16T08:30:21.852515+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:23.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:23 smithi177 bash[23301]: cluster 2024-09-16T08:30:21.852515+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:23.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:23 smithi071 bash[23484]: cluster 2024-09-16T08:30:21.852515+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:23.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:23 smithi071 bash[23484]: cluster 2024-09-16T08:30:21.852515+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:23 smithi003 bash[22755]: cluster 2024-09-16T08:30:21.852515+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:23 smithi003 bash[22755]: cluster 2024-09-16T08:30:21.852515+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:30:24.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:24 smithi177 bash[23301]: cluster 2024-09-16T08:30:23.092617+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T08:30:24.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:24 smithi177 bash[23301]: cluster 2024-09-16T08:30:23.092617+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T08:30:24.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:24 smithi071 bash[23484]: cluster 2024-09-16T08:30:23.092617+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T08:30:24.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:24 smithi071 bash[23484]: cluster 2024-09-16T08:30:23.092617+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T08:30:24.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:24 smithi003 bash[22755]: cluster 2024-09-16T08:30:23.092617+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T08:30:24.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:24 smithi003 bash[22755]: cluster 2024-09-16T08:30:23.092617+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T08:30:25.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:25 smithi071 bash[23484]: cluster 2024-09-16T08:30:23.852980+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:25.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:25 smithi071 bash[23484]: cluster 2024-09-16T08:30:23.852980+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:25 smithi003 bash[22755]: cluster 2024-09-16T08:30:23.852980+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:25 smithi003 bash[22755]: cluster 2024-09-16T08:30:23.852980+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:25.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:25 smithi177 bash[23301]: cluster 2024-09-16T08:30:23.852980+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:25.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:25 smithi177 bash[23301]: cluster 2024-09-16T08:30:23.852980+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:26.566 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:30:26.615 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_4 2024-09-16T08:30:27.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:27 smithi071 bash[23484]: cluster 2024-09-16T08:30:25.853447+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:27.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:27 smithi071 bash[23484]: cluster 2024-09-16T08:30:25.853447+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:27.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:27 smithi003 bash[22755]: cluster 2024-09-16T08:30:25.853447+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:27.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:27 smithi003 bash[22755]: cluster 2024-09-16T08:30:25.853447+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:27.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:27 smithi177 bash[23301]: cluster 2024-09-16T08:30:25.853447+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:27.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:27 smithi177 bash[23301]: cluster 2024-09-16T08:30:25.853447+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:29.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:29 smithi071 bash[23484]: cluster 2024-09-16T08:30:27.853942+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:29.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:29 smithi071 bash[23484]: cluster 2024-09-16T08:30:27.853942+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:29 smithi003 bash[22755]: cluster 2024-09-16T08:30:27.853942+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:29 smithi003 bash[22755]: cluster 2024-09-16T08:30:27.853942+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:29.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:29 smithi177 bash[23301]: cluster 2024-09-16T08:30:27.853942+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:29.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:29 smithi177 bash[23301]: cluster 2024-09-16T08:30:27.853942+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:30.333 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T08:30:31.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:31 smithi177 bash[23301]: cluster 2024-09-16T08:30:29.854409+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:31.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:31 smithi177 bash[23301]: cluster 2024-09-16T08:30:29.854409+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:31.424 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:31 smithi003 bash[22755]: cluster 2024-09-16T08:30:29.854409+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:31.424 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:31 smithi003 bash[22755]: cluster 2024-09-16T08:30:29.854409+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:31.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:31 smithi071 bash[23484]: cluster 2024-09-16T08:30:29.854409+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:31.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:31 smithi071 bash[23484]: cluster 2024-09-16T08:30:29.854409+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:32.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:32 smithi071 bash[23484]: audit 2024-09-16T08:30:31.689210+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:30:32.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:32 smithi071 bash[23484]: audit 2024-09-16T08:30:31.689210+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:30:32.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:32 smithi071 bash[23484]: audit 2024-09-16T08:30:31.695694+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:30:32.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:32 smithi071 bash[23484]: audit 2024-09-16T08:30:31.695694+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:30:32.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:32 smithi071 bash[23484]: audit 2024-09-16T08:30:31.697661+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:32.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:32 smithi071 bash[23484]: audit 2024-09-16T08:30:31.697661+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:32.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:32 smithi003 bash[22755]: audit 2024-09-16T08:30:31.689210+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:30:32.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:32 smithi003 bash[22755]: audit 2024-09-16T08:30:31.689210+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:30:32.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:32 smithi003 bash[22755]: audit 2024-09-16T08:30:31.695694+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:30:32.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:32 smithi003 bash[22755]: audit 2024-09-16T08:30:31.695694+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:30:32.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:32 smithi003 bash[22755]: audit 2024-09-16T08:30:31.697661+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:32.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:32 smithi003 bash[22755]: audit 2024-09-16T08:30:31.697661+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:32.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:32 smithi177 bash[23301]: audit 2024-09-16T08:30:31.689210+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:30:32.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:32 smithi177 bash[23301]: audit 2024-09-16T08:30:31.689210+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:30:32.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:32 smithi177 bash[23301]: audit 2024-09-16T08:30:31.695694+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:30:32.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:32 smithi177 bash[23301]: audit 2024-09-16T08:30:31.695694+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:30:32.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:32 smithi177 bash[23301]: audit 2024-09-16T08:30:31.697661+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:32.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:32 smithi177 bash[23301]: audit 2024-09-16T08:30:31.697661+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:33.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: audit 2024-09-16T08:30:31.682351+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:30:33.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: audit 2024-09-16T08:30:31.682351+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:30:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: cluster 2024-09-16T08:30:31.854878+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: cluster 2024-09-16T08:30:31.854878+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: audit 2024-09-16T08:30:32.222938+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: audit 2024-09-16T08:30:32.222938+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: audit 2024-09-16T08:30:32.228463+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: audit 2024-09-16T08:30:32.228463+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: audit 2024-09-16T08:30:32.233306+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:33 smithi003 bash[22755]: audit 2024-09-16T08:30:32.233306+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: audit 2024-09-16T08:30:31.682351+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:30:33.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: audit 2024-09-16T08:30:31.682351+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:30:33.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: cluster 2024-09-16T08:30:31.854878+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:33.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: cluster 2024-09-16T08:30:31.854878+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:33.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: audit 2024-09-16T08:30:32.222938+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: audit 2024-09-16T08:30:32.222938+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: audit 2024-09-16T08:30:32.228463+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: audit 2024-09-16T08:30:32.228463+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: audit 2024-09-16T08:30:32.233306+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:33 smithi177 bash[23301]: audit 2024-09-16T08:30:32.233306+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: audit 2024-09-16T08:30:31.682351+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:30:33.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: audit 2024-09-16T08:30:31.682351+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:30:33.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: cluster 2024-09-16T08:30:31.854878+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:33.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: cluster 2024-09-16T08:30:31.854878+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:33.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: audit 2024-09-16T08:30:32.222938+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: audit 2024-09-16T08:30:32.222938+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: audit 2024-09-16T08:30:32.228463+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: audit 2024-09-16T08:30:32.228463+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: audit 2024-09-16T08:30:32.233306+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:33.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:33 smithi071 bash[23484]: audit 2024-09-16T08:30:32.233306+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:35.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:35 smithi003 bash[22755]: cluster 2024-09-16T08:30:33.855247+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:35.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:35 smithi003 bash[22755]: cluster 2024-09-16T08:30:33.855247+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:35.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:35 smithi177 bash[23301]: cluster 2024-09-16T08:30:33.855247+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:35.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:35 smithi177 bash[23301]: cluster 2024-09-16T08:30:33.855247+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:35.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:35 smithi071 bash[23484]: cluster 2024-09-16T08:30:33.855247+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:35.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:35 smithi071 bash[23484]: cluster 2024-09-16T08:30:33.855247+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:37.405 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:37 smithi177 bash[23301]: cluster 2024-09-16T08:30:35.855657+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:37.405 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:37 smithi177 bash[23301]: cluster 2024-09-16T08:30:35.855657+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:37.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:37 smithi003 bash[22755]: cluster 2024-09-16T08:30:35.855657+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:37.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:37 smithi003 bash[22755]: cluster 2024-09-16T08:30:35.855657+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:37.556 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:37 smithi071 bash[23484]: cluster 2024-09-16T08:30:35.855657+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:37.556 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:37 smithi071 bash[23484]: cluster 2024-09-16T08:30:35.855657+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:39.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:39 smithi177 bash[23301]: cluster 2024-09-16T08:30:37.856141+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:39.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:39 smithi177 bash[23301]: cluster 2024-09-16T08:30:37.856141+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:39.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:39 smithi177 bash[23301]: audit 2024-09-16T08:30:38.976722+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:39 smithi177 bash[23301]: audit 2024-09-16T08:30:38.976722+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:39 smithi177 bash[23301]: audit 2024-09-16T08:30:38.985224+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:39 smithi177 bash[23301]: audit 2024-09-16T08:30:38.985224+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:39 smithi177 bash[23301]: audit 2024-09-16T08:30:38.994682+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:39 smithi177 bash[23301]: audit 2024-09-16T08:30:38.994682+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:39 smithi071 bash[23484]: cluster 2024-09-16T08:30:37.856141+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:39.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:39 smithi071 bash[23484]: cluster 2024-09-16T08:30:37.856141+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:39.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:39 smithi071 bash[23484]: audit 2024-09-16T08:30:38.976722+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:39 smithi071 bash[23484]: audit 2024-09-16T08:30:38.976722+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:39 smithi071 bash[23484]: audit 2024-09-16T08:30:38.985224+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:39 smithi071 bash[23484]: audit 2024-09-16T08:30:38.985224+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:39 smithi071 bash[23484]: audit 2024-09-16T08:30:38.994682+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:39 smithi071 bash[23484]: audit 2024-09-16T08:30:38.994682+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:39 smithi003 bash[22755]: cluster 2024-09-16T08:30:37.856141+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:39 smithi003 bash[22755]: cluster 2024-09-16T08:30:37.856141+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:39 smithi003 bash[22755]: audit 2024-09-16T08:30:38.976722+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:39 smithi003 bash[22755]: audit 2024-09-16T08:30:38.976722+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:39 smithi003 bash[22755]: audit 2024-09-16T08:30:38.985224+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:39 smithi003 bash[22755]: audit 2024-09-16T08:30:38.985224+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:39 smithi003 bash[22755]: audit 2024-09-16T08:30:38.994682+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:39.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:39 smithi003 bash[22755]: audit 2024-09-16T08:30:38.994682+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:40.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.300827+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.177:0/3398163143' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.300827+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.177:0/3398163143' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.301316+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.301316+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.304879+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"}]': finished 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.304879+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"}]': finished 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: cluster 2024-09-16T08:30:39.309756+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: cluster 2024-09-16T08:30:39.309756+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.310245+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.310245+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.954176+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.177:0/2548922794' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:30:40.547 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:40 smithi177 bash[23301]: audit 2024-09-16T08:30:39.954176+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.177:0/2548922794' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:30:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.300827+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.177:0/3398163143' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.300827+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.177:0/3398163143' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.301316+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.301316+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.304879+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"}]': finished 2024-09-16T08:30:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.304879+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"}]': finished 2024-09-16T08:30:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: cluster 2024-09-16T08:30:39.309756+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T08:30:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: cluster 2024-09-16T08:30:39.309756+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T08:30:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.310245+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:30:40.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.310245+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:30:40.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.954176+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.177:0/2548922794' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:30:40.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:40 smithi071 bash[23484]: audit 2024-09-16T08:30:39.954176+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.177:0/2548922794' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:30:40.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.300827+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.177:0/3398163143' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.300827+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.177:0/3398163143' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.301316+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.301316+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"} : dispatch 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.304879+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"}]': finished 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.304879+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc814ffb-b7a1-496f-bbf1-b907fd68aa2e"}]': finished 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: cluster 2024-09-16T08:30:39.309756+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: cluster 2024-09-16T08:30:39.309756+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.310245+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.310245+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.954176+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.177:0/2548922794' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:30:40.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:40 smithi003 bash[22755]: audit 2024-09-16T08:30:39.954176+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.177:0/2548922794' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:30:41.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:41 smithi071 bash[23484]: cluster 2024-09-16T08:30:39.856611+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:41.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:41 smithi071 bash[23484]: cluster 2024-09-16T08:30:39.856611+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:41.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:41 smithi003 bash[22755]: cluster 2024-09-16T08:30:39.856611+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:41.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:41 smithi003 bash[22755]: cluster 2024-09-16T08:30:39.856611+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:41.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:41 smithi177 bash[23301]: cluster 2024-09-16T08:30:39.856611+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:41.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:41 smithi177 bash[23301]: cluster 2024-09-16T08:30:39.856611+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:43.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:42 smithi177 bash[23301]: audit 2024-09-16T08:30:41.745926+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:42 smithi177 bash[23301]: audit 2024-09-16T08:30:41.745926+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:42 smithi177 bash[23301]: audit 2024-09-16T08:30:41.753977+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.047 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:42 smithi177 bash[23301]: audit 2024-09-16T08:30:41.753977+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.047 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:42 smithi177 bash[23301]: audit 2024-09-16T08:30:41.762257+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.047 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:42 smithi177 bash[23301]: audit 2024-09-16T08:30:41.762257+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.047 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:42 smithi177 bash[23301]: cluster 2024-09-16T08:30:41.857056+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:43.047 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:42 smithi177 bash[23301]: cluster 2024-09-16T08:30:41.857056+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:43.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:42 smithi071 bash[23484]: audit 2024-09-16T08:30:41.745926+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:42 smithi071 bash[23484]: audit 2024-09-16T08:30:41.745926+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:42 smithi071 bash[23484]: audit 2024-09-16T08:30:41.753977+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:42 smithi071 bash[23484]: audit 2024-09-16T08:30:41.753977+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:42 smithi071 bash[23484]: audit 2024-09-16T08:30:41.762257+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:42 smithi071 bash[23484]: audit 2024-09-16T08:30:41.762257+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:42 smithi071 bash[23484]: cluster 2024-09-16T08:30:41.857056+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:43.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:42 smithi071 bash[23484]: cluster 2024-09-16T08:30:41.857056+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:42 smithi003 bash[22755]: audit 2024-09-16T08:30:41.745926+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:42 smithi003 bash[22755]: audit 2024-09-16T08:30:41.745926+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:42 smithi003 bash[22755]: audit 2024-09-16T08:30:41.753977+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:42 smithi003 bash[22755]: audit 2024-09-16T08:30:41.753977+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:42 smithi003 bash[22755]: audit 2024-09-16T08:30:41.762257+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:42 smithi003 bash[22755]: audit 2024-09-16T08:30:41.762257+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:42 smithi003 bash[22755]: cluster 2024-09-16T08:30:41.857056+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:43.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:42 smithi003 bash[22755]: cluster 2024-09-16T08:30:41.857056+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:45.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:44 smithi071 bash[23484]: cluster 2024-09-16T08:30:43.857541+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:45.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:44 smithi071 bash[23484]: cluster 2024-09-16T08:30:43.857541+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:45.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:44 smithi003 bash[22755]: cluster 2024-09-16T08:30:43.857541+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:45.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:44 smithi003 bash[22755]: cluster 2024-09-16T08:30:43.857541+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:45.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:44 smithi177 bash[23301]: cluster 2024-09-16T08:30:43.857541+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:45.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:44 smithi177 bash[23301]: cluster 2024-09-16T08:30:43.857541+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:47.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:46 smithi071 bash[23484]: cluster 2024-09-16T08:30:45.858008+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:47.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:46 smithi071 bash[23484]: cluster 2024-09-16T08:30:45.858008+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:47.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:46 smithi003 bash[22755]: cluster 2024-09-16T08:30:45.858008+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:47.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:46 smithi003 bash[22755]: cluster 2024-09-16T08:30:45.858008+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:47.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:46 smithi177 bash[23301]: cluster 2024-09-16T08:30:45.858008+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:47.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:46 smithi177 bash[23301]: cluster 2024-09-16T08:30:45.858008+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:49.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:48 smithi071 bash[23484]: cluster 2024-09-16T08:30:47.858479+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:49.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:48 smithi071 bash[23484]: cluster 2024-09-16T08:30:47.858479+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:49.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:48 smithi003 bash[22755]: cluster 2024-09-16T08:30:47.858479+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:49.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:48 smithi003 bash[22755]: cluster 2024-09-16T08:30:47.858479+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:49.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:48 smithi177 bash[23301]: cluster 2024-09-16T08:30:47.858479+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:49.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:48 smithi177 bash[23301]: cluster 2024-09-16T08:30:47.858479+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:51.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:50 smithi071 bash[23484]: cluster 2024-09-16T08:30:49.858972+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:51.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:50 smithi071 bash[23484]: cluster 2024-09-16T08:30:49.858972+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:51.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:50 smithi003 bash[22755]: cluster 2024-09-16T08:30:49.858972+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:51.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:50 smithi003 bash[22755]: cluster 2024-09-16T08:30:49.858972+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:51.273 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:50 smithi177 bash[23301]: cluster 2024-09-16T08:30:49.858972+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:51.274 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:50 smithi177 bash[23301]: cluster 2024-09-16T08:30:49.858972+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:53.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:53 smithi003 bash[22755]: cluster 2024-09-16T08:30:51.859389+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:53.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:53 smithi003 bash[22755]: cluster 2024-09-16T08:30:51.859389+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:53.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:53 smithi003 bash[22755]: audit 2024-09-16T08:30:52.396411+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:53 smithi003 bash[22755]: audit 2024-09-16T08:30:52.396411+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:53 smithi003 bash[22755]: audit 2024-09-16T08:30:52.400856+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:53 smithi003 bash[22755]: audit 2024-09-16T08:30:52.400856+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:53 smithi003 bash[22755]: audit 2024-09-16T08:30:52.408159+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:53 smithi003 bash[22755]: audit 2024-09-16T08:30:52.408159+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:53 smithi071 bash[23484]: cluster 2024-09-16T08:30:51.859389+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:53.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:53 smithi071 bash[23484]: cluster 2024-09-16T08:30:51.859389+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:53.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:53 smithi071 bash[23484]: audit 2024-09-16T08:30:52.396411+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:53 smithi071 bash[23484]: audit 2024-09-16T08:30:52.396411+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:53 smithi071 bash[23484]: audit 2024-09-16T08:30:52.400856+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:53 smithi071 bash[23484]: audit 2024-09-16T08:30:52.400856+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:53 smithi071 bash[23484]: audit 2024-09-16T08:30:52.408159+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:53 smithi071 bash[23484]: audit 2024-09-16T08:30:52.408159+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.760 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:53 smithi177 bash[23301]: cluster 2024-09-16T08:30:51.859389+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:53.760 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:53 smithi177 bash[23301]: cluster 2024-09-16T08:30:51.859389+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:53.760 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:53 smithi177 bash[23301]: audit 2024-09-16T08:30:52.396411+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.760 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:53 smithi177 bash[23301]: audit 2024-09-16T08:30:52.396411+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.761 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:53 smithi177 bash[23301]: audit 2024-09-16T08:30:52.400856+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.761 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:53 smithi177 bash[23301]: audit 2024-09-16T08:30:52.400856+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.761 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:53 smithi177 bash[23301]: audit 2024-09-16T08:30:52.408159+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:53.761 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:53 smithi177 bash[23301]: audit 2024-09-16T08:30:52.408159+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:54.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:54 smithi071 bash[23484]: audit 2024-09-16T08:30:54.307577+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T08:30:54.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:54 smithi071 bash[23484]: audit 2024-09-16T08:30:54.307577+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T08:30:54.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:54 smithi071 bash[23484]: audit 2024-09-16T08:30:54.308495+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:54.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:54 smithi071 bash[23484]: audit 2024-09-16T08:30:54.308495+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:54.707 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:54 smithi003 bash[22755]: audit 2024-09-16T08:30:54.307577+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T08:30:54.707 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:54 smithi003 bash[22755]: audit 2024-09-16T08:30:54.307577+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T08:30:54.707 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:54 smithi003 bash[22755]: audit 2024-09-16T08:30:54.308495+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:54.707 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:54 smithi003 bash[22755]: audit 2024-09-16T08:30:54.308495+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:54.785 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:54 smithi177 bash[23301]: audit 2024-09-16T08:30:54.307577+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T08:30:54.785 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:54 smithi177 bash[23301]: audit 2024-09-16T08:30:54.307577+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T08:30:54.785 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:54 smithi177 bash[23301]: audit 2024-09-16T08:30:54.308495+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:54.785 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:54 smithi177 bash[23301]: audit 2024-09-16T08:30:54.308495+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:55.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:55 smithi071 bash[23484]: cluster 2024-09-16T08:30:53.859722+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:55.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:55 smithi071 bash[23484]: cluster 2024-09-16T08:30:53.859722+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:55.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:55 smithi071 bash[23484]: cephadm 2024-09-16T08:30:54.309291+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-09-16T08:30:55.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:55 smithi071 bash[23484]: cephadm 2024-09-16T08:30:54.309291+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-09-16T08:30:55.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:55 smithi177 bash[23301]: cluster 2024-09-16T08:30:53.859722+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:55.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:55 smithi177 bash[23301]: cluster 2024-09-16T08:30:53.859722+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:55.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:55 smithi177 bash[23301]: cephadm 2024-09-16T08:30:54.309291+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-09-16T08:30:55.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:55 smithi177 bash[23301]: cephadm 2024-09-16T08:30:54.309291+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-09-16T08:30:55.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:55 smithi003 bash[22755]: cluster 2024-09-16T08:30:53.859722+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:55.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:55 smithi003 bash[22755]: cluster 2024-09-16T08:30:53.859722+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:55.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:55 smithi003 bash[22755]: cephadm 2024-09-16T08:30:54.309291+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-09-16T08:30:55.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:55 smithi003 bash[22755]: cephadm 2024-09-16T08:30:54.309291+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-09-16T08:30:57.479 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:57 smithi177 bash[23301]: cluster 2024-09-16T08:30:55.860166+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:57.479 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:57 smithi177 bash[23301]: cluster 2024-09-16T08:30:55.860166+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:57.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:57 smithi071 bash[23484]: cluster 2024-09-16T08:30:55.860166+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:57.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:57 smithi071 bash[23484]: cluster 2024-09-16T08:30:55.860166+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:57.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:57 smithi003 bash[22755]: cluster 2024-09-16T08:30:55.860166+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:57.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:57 smithi003 bash[22755]: cluster 2024-09-16T08:30:55.860166+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:58.424 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:58 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:30:58.763 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:58 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:30:59.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: cluster 2024-09-16T08:30:57.860676+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:59.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: cluster 2024-09-16T08:30:57.860676+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:59.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.688828+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:59.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.688828+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.697798+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.697798+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.698617+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.698617+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.701491+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.701491+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.705980+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.705980+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.719312+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:58.719312+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:59.170071+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:59.170071+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:59.178053+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:59.178053+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:59.187253+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:30:59 smithi071 bash[23484]: audit 2024-09-16T08:30:59.187253+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: cluster 2024-09-16T08:30:57.860676+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:59.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: cluster 2024-09-16T08:30:57.860676+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:59.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.688828+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.688828+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.697798+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.697798+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.698617+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.698617+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.701491+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.701491+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.705980+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.705980+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.719312+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:58.719312+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:59.170071+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:59.170071+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:59.178053+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:59.178053+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:59.187253+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:30:59 smithi003 bash[22755]: audit 2024-09-16T08:30:59.187253+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: cluster 2024-09-16T08:30:57.860676+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: cluster 2024-09-16T08:30:57.860676+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.688828+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.688828+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.697798+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.697798+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.698617+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.698617+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.701491+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.701491+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.705980+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.776 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.705980+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.777 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.719312+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.777 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:58.719312+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.777 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:59.170071+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.777 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:59.170071+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.777 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:59.178053+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.777 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:59.178053+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.777 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:59.187253+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:30:59.777 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:30:59 smithi177 bash[23301]: audit 2024-09-16T08:30:59.187253+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:01.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:01 smithi071 bash[23484]: cluster 2024-09-16T08:30:59.861132+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:01.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:01 smithi071 bash[23484]: cluster 2024-09-16T08:30:59.861132+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:01.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:01 smithi003 bash[22755]: cluster 2024-09-16T08:30:59.861132+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:01.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:01 smithi003 bash[22755]: cluster 2024-09-16T08:30:59.861132+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:01.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:01 smithi177 bash[23301]: cluster 2024-09-16T08:30:59.861132+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:01.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:01 smithi177 bash[23301]: cluster 2024-09-16T08:30:59.861132+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:03.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:02 smithi003 bash[22755]: cluster 2024-09-16T08:31:01.861621+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:03.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:02 smithi003 bash[22755]: cluster 2024-09-16T08:31:01.861621+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:03.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:02 smithi003 bash[22755]: audit 2024-09-16T08:31:01.974369+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:02 smithi003 bash[22755]: audit 2024-09-16T08:31:01.974369+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:02 smithi003 bash[22755]: audit 2024-09-16T08:31:01.982973+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:02 smithi003 bash[22755]: audit 2024-09-16T08:31:01.982973+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:02 smithi003 bash[22755]: audit 2024-09-16T08:31:01.992565+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:02 smithi003 bash[22755]: audit 2024-09-16T08:31:01.992565+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:02 smithi177 bash[23301]: cluster 2024-09-16T08:31:01.861621+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:03.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:02 smithi177 bash[23301]: cluster 2024-09-16T08:31:01.861621+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:03.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:02 smithi177 bash[23301]: audit 2024-09-16T08:31:01.974369+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:02 smithi177 bash[23301]: audit 2024-09-16T08:31:01.974369+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:02 smithi177 bash[23301]: audit 2024-09-16T08:31:01.982973+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:02 smithi177 bash[23301]: audit 2024-09-16T08:31:01.982973+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:02 smithi177 bash[23301]: audit 2024-09-16T08:31:01.992565+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:02 smithi177 bash[23301]: audit 2024-09-16T08:31:01.992565+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:02 smithi071 bash[23484]: cluster 2024-09-16T08:31:01.861621+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:03.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:02 smithi071 bash[23484]: cluster 2024-09-16T08:31:01.861621+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:03.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:02 smithi071 bash[23484]: audit 2024-09-16T08:31:01.974369+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:02 smithi071 bash[23484]: audit 2024-09-16T08:31:01.974369+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:02 smithi071 bash[23484]: audit 2024-09-16T08:31:01.982973+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:02 smithi071 bash[23484]: audit 2024-09-16T08:31:01.982973+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:02 smithi071 bash[23484]: audit 2024-09-16T08:31:01.992565+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:03.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:02 smithi071 bash[23484]: audit 2024-09-16T08:31:01.992565+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:05.201 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:04 smithi177 bash[23301]: cluster 2024-09-16T08:31:03.862147+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:05.201 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:04 smithi177 bash[23301]: cluster 2024-09-16T08:31:03.862147+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:05.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:04 smithi003 bash[22755]: cluster 2024-09-16T08:31:03.862147+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:05.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:04 smithi003 bash[22755]: cluster 2024-09-16T08:31:03.862147+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:04 smithi071 bash[23484]: cluster 2024-09-16T08:31:03.862147+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:05.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:04 smithi071 bash[23484]: cluster 2024-09-16T08:31:03.862147+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:07.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:06 smithi003 bash[22755]: cluster 2024-09-16T08:31:05.862614+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:07.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:06 smithi003 bash[22755]: cluster 2024-09-16T08:31:05.862614+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:07.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:06 smithi177 bash[23301]: cluster 2024-09-16T08:31:05.862614+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:07.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:06 smithi177 bash[23301]: cluster 2024-09-16T08:31:05.862614+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:07.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:06 smithi071 bash[23484]: cluster 2024-09-16T08:31:05.862614+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:07.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:06 smithi071 bash[23484]: cluster 2024-09-16T08:31:05.862614+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:09.256 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:08 smithi177 bash[23301]: cluster 2024-09-16T08:31:07.863136+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:09.256 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:08 smithi177 bash[23301]: cluster 2024-09-16T08:31:07.863136+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:08 smithi071 bash[23484]: cluster 2024-09-16T08:31:07.863136+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:09.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:08 smithi071 bash[23484]: cluster 2024-09-16T08:31:07.863136+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:09.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:08 smithi003 bash[22755]: cluster 2024-09-16T08:31:07.863136+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:09.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:08 smithi003 bash[22755]: cluster 2024-09-16T08:31:07.863136+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:10.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:09 smithi177 bash[23301]: audit 2024-09-16T08:31:09.967081+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:09 smithi177 bash[23301]: audit 2024-09-16T08:31:09.967081+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:09 smithi177 bash[23301]: audit 2024-09-16T08:31:09.967110+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:09 smithi177 bash[23301]: audit 2024-09-16T08:31:09.967110+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.053 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 2 on host 'smithi177' 2024-09-16T08:31:10.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:09 smithi071 bash[23484]: audit 2024-09-16T08:31:09.967081+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:09 smithi071 bash[23484]: audit 2024-09-16T08:31:09.967081+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:09 smithi071 bash[23484]: audit 2024-09-16T08:31:09.967110+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:09 smithi071 bash[23484]: audit 2024-09-16T08:31:09.967110+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:09 smithi003 bash[22755]: audit 2024-09-16T08:31:09.967081+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:09 smithi003 bash[22755]: audit 2024-09-16T08:31:09.967081+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:09 smithi003 bash[22755]: audit 2024-09-16T08:31:09.967110+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:09 smithi003 bash[22755]: audit 2024-09-16T08:31:09.967110+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:31:10.954 DEBUG:teuthology.orchestra.run.smithi177:osd.2> sudo journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@osd.2.service 2024-09-16T08:31:10.957 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-16T08:31:10.957 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:31:11.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: cluster 2024-09-16T08:31:09.863632+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:11.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: cluster 2024-09-16T08:31:09.863632+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:09.992350+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:09.992350+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:09.996871+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:09.996871+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: cluster 2024-09-16T08:31:09.999044+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: cluster 2024-09-16T08:31:09.999044+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:09.999721+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:09.999721+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.000391+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.000391+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.039937+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.039937+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.048284+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.048284+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.048964+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.048964+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: cephadm 2024-09-16T08:31:10.051388+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 20337M 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: cephadm 2024-09-16T08:31:10.051388+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 20337M 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.055932+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.055932+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.061644+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.061644+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.065599+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:11.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.065599+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:11.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.067578+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:11.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.067578+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:11.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.077845+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:11 smithi003 bash[22755]: audit 2024-09-16T08:31:10.077845+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: cluster 2024-09-16T08:31:09.863632+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:11.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: cluster 2024-09-16T08:31:09.863632+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:11.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:09.992350+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:31:11.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:09.992350+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:09.996871+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:09.996871+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: cluster 2024-09-16T08:31:09.999044+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: cluster 2024-09-16T08:31:09.999044+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:09.999721+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:09.999721+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.000391+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.000391+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.039937+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.039937+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:11.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.048284+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.048284+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.048964+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.048964+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: cephadm 2024-09-16T08:31:10.051388+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 20337M 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: cephadm 2024-09-16T08:31:10.051388+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 20337M 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.055932+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.055932+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.061644+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.061644+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.065599+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.065599+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.067578+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:11.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.067578+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:11.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.077845+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:11 smithi177 bash[23301]: audit 2024-09-16T08:31:10.077845+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: cluster 2024-09-16T08:31:09.863632+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: cluster 2024-09-16T08:31:09.863632+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:09.992350+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:09.992350+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:09.996871+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:09.996871+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: cluster 2024-09-16T08:31:09.999044+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: cluster 2024-09-16T08:31:09.999044+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:09.999721+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:09.999721+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.000391+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.000391+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.039937+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.039937+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:11.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.048284+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.048284+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.048964+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.048964+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: cephadm 2024-09-16T08:31:10.051388+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 20337M 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: cephadm 2024-09-16T08:31:10.051388+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 20337M 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.055932+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.055932+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.061644+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.061644+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.065599+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.065599+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.067578+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:11.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.067578+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:11.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.077845+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:11.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:11 smithi071 bash[23484]: audit 2024-09-16T08:31:10.077845+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:12.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:12 smithi177 bash[23301]: audit 2024-09-16T08:31:10.994661+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:31:12.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:12 smithi177 bash[23301]: audit 2024-09-16T08:31:10.994661+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:31:12.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:12 smithi177 bash[23301]: cluster 2024-09-16T08:31:11.000237+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T08:31:12.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:12 smithi177 bash[23301]: cluster 2024-09-16T08:31:11.000237+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T08:31:12.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:12 smithi177 bash[23301]: audit 2024-09-16T08:31:11.001247+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:12 smithi177 bash[23301]: audit 2024-09-16T08:31:11.001247+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:12 smithi177 bash[23301]: audit 2024-09-16T08:31:11.012543+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:12 smithi177 bash[23301]: audit 2024-09-16T08:31:11.012543+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:12 smithi071 bash[23484]: audit 2024-09-16T08:31:10.994661+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:31:12.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:12 smithi071 bash[23484]: audit 2024-09-16T08:31:10.994661+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:31:12.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:12 smithi071 bash[23484]: cluster 2024-09-16T08:31:11.000237+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T08:31:12.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:12 smithi071 bash[23484]: cluster 2024-09-16T08:31:11.000237+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T08:31:12.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:12 smithi071 bash[23484]: audit 2024-09-16T08:31:11.001247+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:12 smithi071 bash[23484]: audit 2024-09-16T08:31:11.001247+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:12 smithi071 bash[23484]: audit 2024-09-16T08:31:11.012543+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:12 smithi071 bash[23484]: audit 2024-09-16T08:31:11.012543+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:12 smithi003 bash[22755]: audit 2024-09-16T08:31:10.994661+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:31:12.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:12 smithi003 bash[22755]: audit 2024-09-16T08:31:10.994661+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:31:12.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:12 smithi003 bash[22755]: cluster 2024-09-16T08:31:11.000237+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T08:31:12.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:12 smithi003 bash[22755]: cluster 2024-09-16T08:31:11.000237+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T08:31:12.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:12 smithi003 bash[22755]: audit 2024-09-16T08:31:11.001247+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:12 smithi003 bash[22755]: audit 2024-09-16T08:31:11.001247+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:12 smithi003 bash[22755]: audit 2024-09-16T08:31:11.012543+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:12.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:12 smithi003 bash[22755]: audit 2024-09-16T08:31:11.012543+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:10.922866+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:31:13.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:10.922866+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:31:13.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:10.922998+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:31:13.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:10.922998+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:11.864147+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:11.864147+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.003385+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.003385+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:12.010832+0000 mon.a (mon.0) 568 : cluster [INF] osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811] boot 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:12.010832+0000 mon.a (mon.0) 568 : cluster [INF] osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811] boot 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:12.010921+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: cluster 2024-09-16T08:31:12.010921+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.011522+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.011522+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.423607+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:13.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.423607+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.599129+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.599129+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.607427+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.607427+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.612444+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.612444+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.618064+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.618064+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.618737+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.618737+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.620842+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.620842+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:13.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.630763+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:13 smithi177 bash[23301]: audit 2024-09-16T08:31:12.630763+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:10.922866+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:31:13.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:10.922866+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:31:13.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:10.922998+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:31:13.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:10.922998+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:31:13.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:11.864147+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:13.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:11.864147+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:13.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.003385+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.003385+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:12.010832+0000 mon.a (mon.0) 568 : cluster [INF] osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811] boot 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:12.010832+0000 mon.a (mon.0) 568 : cluster [INF] osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811] boot 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:12.010921+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: cluster 2024-09-16T08:31:12.010921+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.011522+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.011522+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.423607+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.423607+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.599129+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.599129+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.607427+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.607427+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.612444+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.612444+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:13.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.618064+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.618064+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.618737+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:13.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.618737+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:13.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.620842+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:13.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.620842+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:13.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.630763+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:13 smithi003 bash[22755]: audit 2024-09-16T08:31:12.630763+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:10.922866+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:31:13.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:10.922866+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T08:31:13.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:10.922998+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:31:13.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:10.922998+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:11.864147+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:11.864147+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.003385+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.003385+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:12.010832+0000 mon.a (mon.0) 568 : cluster [INF] osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811] boot 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:12.010832+0000 mon.a (mon.0) 568 : cluster [INF] osd.2 [v2:172.21.15.177:6800/30448811,v1:172.21.15.177:6801/30448811] boot 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:12.010921+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: cluster 2024-09-16T08:31:12.010921+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.011522+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.011522+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.423607+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.423607+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:13.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.599129+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.599129+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.607427+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.607427+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.612444+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.612444+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.618064+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.618064+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.618737+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.618737+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.620842+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.620842+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.630763+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:13.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:13 smithi071 bash[23484]: audit 2024-09-16T08:31:12.630763+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:14.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:14 smithi003 bash[22755]: cephadm 2024-09-16T08:31:12.610269+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Detected new or changed devices on smithi177 2024-09-16T08:31:14.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:14 smithi003 bash[22755]: cephadm 2024-09-16T08:31:12.610269+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Detected new or changed devices on smithi177 2024-09-16T08:31:14.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:14 smithi003 bash[22755]: audit 2024-09-16T08:31:13.026724+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:14.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:14 smithi003 bash[22755]: audit 2024-09-16T08:31:13.026724+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:14.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:14 smithi003 bash[22755]: cluster 2024-09-16T08:31:13.031989+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T08:31:14.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:14 smithi003 bash[22755]: cluster 2024-09-16T08:31:13.031989+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T08:31:14.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:14 smithi003 bash[22755]: audit 2024-09-16T08:31:13.033809+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:14.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:14 smithi003 bash[22755]: audit 2024-09-16T08:31:13.033809+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:14.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:14 smithi177 bash[23301]: cephadm 2024-09-16T08:31:12.610269+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Detected new or changed devices on smithi177 2024-09-16T08:31:14.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:14 smithi177 bash[23301]: cephadm 2024-09-16T08:31:12.610269+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Detected new or changed devices on smithi177 2024-09-16T08:31:14.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:14 smithi177 bash[23301]: audit 2024-09-16T08:31:13.026724+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:14.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:14 smithi177 bash[23301]: audit 2024-09-16T08:31:13.026724+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:14.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:14 smithi177 bash[23301]: cluster 2024-09-16T08:31:13.031989+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T08:31:14.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:14 smithi177 bash[23301]: cluster 2024-09-16T08:31:13.031989+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T08:31:14.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:14 smithi177 bash[23301]: audit 2024-09-16T08:31:13.033809+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:14.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:14 smithi177 bash[23301]: audit 2024-09-16T08:31:13.033809+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:14 smithi071 bash[23484]: cephadm 2024-09-16T08:31:12.610269+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Detected new or changed devices on smithi177 2024-09-16T08:31:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:14 smithi071 bash[23484]: cephadm 2024-09-16T08:31:12.610269+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Detected new or changed devices on smithi177 2024-09-16T08:31:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:14 smithi071 bash[23484]: audit 2024-09-16T08:31:13.026724+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:14 smithi071 bash[23484]: audit 2024-09-16T08:31:13.026724+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:14 smithi071 bash[23484]: cluster 2024-09-16T08:31:13.031989+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T08:31:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:14 smithi071 bash[23484]: cluster 2024-09-16T08:31:13.031989+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T08:31:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:14 smithi071 bash[23484]: audit 2024-09-16T08:31:13.033809+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:14 smithi071 bash[23484]: audit 2024-09-16T08:31:13.033809+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:31:15.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: cluster 2024-09-16T08:31:13.864736+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: cluster 2024-09-16T08:31:13.864736+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: cluster 2024-09-16T08:31:14.026593+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: cluster 2024-09-16T08:31:14.026593+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.036678+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.036678+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: cluster 2024-09-16T08:31:14.043965+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: cluster 2024-09-16T08:31:14.043965+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.227320+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.227320+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.330681+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.330681+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.297 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.441042+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.441042+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.443846+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.443846+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.495290+0000 mon.a (mon.0) 589 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.495290+0000 mon.a (mon.0) 589 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.495951+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.495951+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.298 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.496348+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.496348+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.496625+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.496625+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.499944+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.499944+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.500246+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.500246+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.500518+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.500518+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.500603+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.500603+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.554655+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.554655+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.557779+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.557779+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.558039+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.558039+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.558225+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.558225+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.558479+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.558479+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.612331+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:15 smithi177 bash[23301]: audit 2024-09-16T08:31:14.612331+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: cluster 2024-09-16T08:31:13.864736+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:15.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: cluster 2024-09-16T08:31:13.864736+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:15.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: cluster 2024-09-16T08:31:14.026593+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: cluster 2024-09-16T08:31:14.026593+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.036678+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.036678+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: cluster 2024-09-16T08:31:14.043965+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: cluster 2024-09-16T08:31:14.043965+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.227320+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.227320+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.330681+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.330681+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.441042+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.441042+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.443846+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.443846+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.495290+0000 mon.a (mon.0) 589 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.495290+0000 mon.a (mon.0) 589 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.495951+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.495951+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.496348+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.496348+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.496625+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.496625+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.499944+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.499944+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.500246+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.500246+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.500518+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.500518+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.500603+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.500603+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.554655+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.554655+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.557779+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.557779+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.558039+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.558039+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.558225+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.558225+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.558479+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.558479+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.612331+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:15 smithi003 bash[22755]: audit 2024-09-16T08:31:14.612331+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: cluster 2024-09-16T08:31:13.864736+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: cluster 2024-09-16T08:31:13.864736+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: cluster 2024-09-16T08:31:14.026593+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:31:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: cluster 2024-09-16T08:31:14.026593+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:31:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.036678+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.036678+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: cluster 2024-09-16T08:31:14.043965+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: cluster 2024-09-16T08:31:14.043965+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.227320+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.227320+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.330681+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.330681+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.441042+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.441042+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.443846+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.443846+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.495290+0000 mon.a (mon.0) 589 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.495290+0000 mon.a (mon.0) 589 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.495951+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.495951+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.496348+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.496348+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.496625+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.496625+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.499944+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.499944+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.500246+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.500246+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.500518+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.500518+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.500603+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.500603+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.554655+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.554655+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.557779+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.557779+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.558039+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.558039+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.558225+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.558225+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:31:15.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.558479+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.558479+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:31:15.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.612331+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:15.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:15 smithi071 bash[23484]: audit 2024-09-16T08:31:14.612331+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:31:16.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:16 smithi177 bash[23301]: cluster 2024-09-16T08:31:15.042091+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T08:31:16.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:16 smithi177 bash[23301]: cluster 2024-09-16T08:31:15.042091+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T08:31:16.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:16 smithi177 bash[23301]: cluster 2024-09-16T08:31:15.237494+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-16T08:31:16.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:16 smithi177 bash[23301]: cluster 2024-09-16T08:31:15.237494+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-16T08:31:16.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:16 smithi071 bash[23484]: cluster 2024-09-16T08:31:15.042091+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T08:31:16.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:16 smithi071 bash[23484]: cluster 2024-09-16T08:31:15.042091+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T08:31:16.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:16 smithi071 bash[23484]: cluster 2024-09-16T08:31:15.237494+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-16T08:31:16.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:16 smithi071 bash[23484]: cluster 2024-09-16T08:31:15.237494+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-16T08:31:16.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:16 smithi003 bash[22755]: cluster 2024-09-16T08:31:15.042091+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T08:31:16.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:16 smithi003 bash[22755]: cluster 2024-09-16T08:31:15.042091+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T08:31:16.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:16 smithi003 bash[22755]: cluster 2024-09-16T08:31:15.237494+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-16T08:31:16.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:16 smithi003 bash[22755]: cluster 2024-09-16T08:31:15.237494+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-16T08:31:16.745 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:31:17.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:17 smithi003 bash[22755]: cluster 2024-09-16T08:31:15.865254+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:17.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:17 smithi003 bash[22755]: cluster 2024-09-16T08:31:15.865254+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:17.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:17 smithi003 bash[22755]: cluster 2024-09-16T08:31:16.229961+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:31:17.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:17 smithi003 bash[22755]: cluster 2024-09-16T08:31:16.229961+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:31:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:17 smithi003 bash[22755]: cluster 2024-09-16T08:31:16.230009+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-09-16T08:31:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:17 smithi003 bash[22755]: cluster 2024-09-16T08:31:16.230009+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-09-16T08:31:17.421 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:17 smithi071 bash[23484]: cluster 2024-09-16T08:31:15.865254+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:17.421 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:17 smithi071 bash[23484]: cluster 2024-09-16T08:31:15.865254+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:17.421 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:17 smithi071 bash[23484]: cluster 2024-09-16T08:31:16.229961+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:31:17.421 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:17 smithi071 bash[23484]: cluster 2024-09-16T08:31:16.229961+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:31:17.421 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:17 smithi071 bash[23484]: cluster 2024-09-16T08:31:16.230009+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-09-16T08:31:17.421 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:17 smithi071 bash[23484]: cluster 2024-09-16T08:31:16.230009+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-09-16T08:31:17.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:17 smithi177 bash[23301]: cluster 2024-09-16T08:31:15.865254+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:17.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:17 smithi177 bash[23301]: cluster 2024-09-16T08:31:15.865254+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:17.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:17 smithi177 bash[23301]: cluster 2024-09-16T08:31:16.229961+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:31:17.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:17 smithi177 bash[23301]: cluster 2024-09-16T08:31:16.229961+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:31:17.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:17 smithi177 bash[23301]: cluster 2024-09-16T08:31:16.230009+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-09-16T08:31:17.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:17 smithi177 bash[23301]: cluster 2024-09-16T08:31:16.230009+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-09-16T08:31:18.177 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:31:18.787 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1726475472,"num_in_osds":3,"osd_in_since":1726475439,"num_remapped_pgs":0} 2024-09-16T08:31:18.787 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T08:31:19.371 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:19 smithi071 bash[23484]: cluster 2024-09-16T08:31:17.865691+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:19.371 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:19 smithi071 bash[23484]: cluster 2024-09-16T08:31:17.865691+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:19.371 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:19 smithi071 bash[23484]: audit 2024-09-16T08:31:18.181306+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.3:0/297254063' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:31:19.371 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:19 smithi071 bash[23484]: audit 2024-09-16T08:31:18.181306+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.3:0/297254063' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:31:19.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:19 smithi003 bash[22755]: cluster 2024-09-16T08:31:17.865691+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:19.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:19 smithi003 bash[22755]: cluster 2024-09-16T08:31:17.865691+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:19.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:19 smithi003 bash[22755]: audit 2024-09-16T08:31:18.181306+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.3:0/297254063' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:31:19.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:19 smithi003 bash[22755]: audit 2024-09-16T08:31:18.181306+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.3:0/297254063' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:31:19.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:19 smithi177 bash[23301]: cluster 2024-09-16T08:31:17.865691+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:19.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:19 smithi177 bash[23301]: cluster 2024-09-16T08:31:17.865691+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:19.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:19 smithi177 bash[23301]: audit 2024-09-16T08:31:18.181306+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.3:0/297254063' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:31:19.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:19 smithi177 bash[23301]: audit 2024-09-16T08:31:18.181306+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.3:0/297254063' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:31:20.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:20 smithi071 bash[23484]: audit 2024-09-16T08:31:19.355293+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:20 smithi071 bash[23484]: audit 2024-09-16T08:31:19.355293+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:20 smithi071 bash[23484]: audit 2024-09-16T08:31:19.363497+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:20 smithi071 bash[23484]: audit 2024-09-16T08:31:19.363497+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:20 smithi071 bash[23484]: audit 2024-09-16T08:31:19.373311+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:20 smithi071 bash[23484]: audit 2024-09-16T08:31:19.373311+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:20 smithi003 bash[22755]: audit 2024-09-16T08:31:19.355293+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:20 smithi003 bash[22755]: audit 2024-09-16T08:31:19.355293+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:20 smithi003 bash[22755]: audit 2024-09-16T08:31:19.363497+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:20 smithi003 bash[22755]: audit 2024-09-16T08:31:19.363497+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:20 smithi003 bash[22755]: audit 2024-09-16T08:31:19.373311+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:20 smithi003 bash[22755]: audit 2024-09-16T08:31:19.373311+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.786 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:20 smithi177 bash[23301]: audit 2024-09-16T08:31:19.355293+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.786 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:20 smithi177 bash[23301]: audit 2024-09-16T08:31:19.355293+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.787 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:20 smithi177 bash[23301]: audit 2024-09-16T08:31:19.363497+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.787 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:20 smithi177 bash[23301]: audit 2024-09-16T08:31:19.363497+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.787 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:20 smithi177 bash[23301]: audit 2024-09-16T08:31:19.373311+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:20.787 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:20 smithi177 bash[23301]: audit 2024-09-16T08:31:19.373311+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: cluster 2024-09-16T08:31:19.866223+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:21.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: cluster 2024-09-16T08:31:19.866223+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:21.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.773829+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.773829+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.779601+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.779601+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.783552+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.783552+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.788593+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.788593+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.794018+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.794018+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.795961+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.795961+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.806238+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:21 smithi071 bash[23484]: audit 2024-09-16T08:31:20.806238+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: cluster 2024-09-16T08:31:19.866223+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:21.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: cluster 2024-09-16T08:31:19.866223+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.773829+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.773829+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.779601+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.779601+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.783552+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.783552+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.788593+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.788593+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.794018+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.794018+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.795961+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.795961+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:21.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.806238+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:21 smithi003 bash[22755]: audit 2024-09-16T08:31:20.806238+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: cluster 2024-09-16T08:31:19.866223+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:21.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: cluster 2024-09-16T08:31:19.866223+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:21.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.773829+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.773829+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.779601+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.779601+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.783552+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:21.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.783552+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:31:21.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.788593+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.788593+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.794018+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:21.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.794018+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:31:21.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.795961+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:21.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.795961+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:31:21.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.806238+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:21.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:21 smithi177 bash[23301]: audit 2024-09-16T08:31:20.806238+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.280 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:31:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:23 smithi003 bash[22755]: cluster 2024-09-16T08:31:21.866753+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:23 smithi003 bash[22755]: cluster 2024-09-16T08:31:21.866753+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:23 smithi003 bash[22755]: audit 2024-09-16T08:31:22.204363+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:23 smithi003 bash[22755]: audit 2024-09-16T08:31:22.204363+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:23 smithi003 bash[22755]: audit 2024-09-16T08:31:22.212886+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:23 smithi003 bash[22755]: audit 2024-09-16T08:31:22.212886+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:23 smithi003 bash[22755]: audit 2024-09-16T08:31:22.222984+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:23 smithi003 bash[22755]: audit 2024-09-16T08:31:22.222984+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:23 smithi177 bash[23301]: cluster 2024-09-16T08:31:21.866753+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:23.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:23 smithi177 bash[23301]: cluster 2024-09-16T08:31:21.866753+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:23.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:23 smithi177 bash[23301]: audit 2024-09-16T08:31:22.204363+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:23 smithi177 bash[23301]: audit 2024-09-16T08:31:22.204363+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:23 smithi177 bash[23301]: audit 2024-09-16T08:31:22.212886+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:23 smithi177 bash[23301]: audit 2024-09-16T08:31:22.212886+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:23 smithi177 bash[23301]: audit 2024-09-16T08:31:22.222984+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:23 smithi177 bash[23301]: audit 2024-09-16T08:31:22.222984+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:23 smithi071 bash[23484]: cluster 2024-09-16T08:31:21.866753+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:23.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:23 smithi071 bash[23484]: cluster 2024-09-16T08:31:21.866753+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:23.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:23 smithi071 bash[23484]: audit 2024-09-16T08:31:22.204363+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:23 smithi071 bash[23484]: audit 2024-09-16T08:31:22.204363+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:23 smithi071 bash[23484]: audit 2024-09-16T08:31:22.212886+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:23 smithi071 bash[23484]: audit 2024-09-16T08:31:22.212886+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:23 smithi071 bash[23484]: audit 2024-09-16T08:31:22.222984+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:23.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:23 smithi071 bash[23484]: audit 2024-09-16T08:31:22.222984+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:24.594 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:31:24.594 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":21,"fsid":"eff20752-7404-11ef-bceb-c7b262605968","created":"2024-09-16T08:25:33.900649+0000","modified":"2024-09-16T08:31:15.036501+0000","last_up_change":"2024-09-16T08:31:12.002382+0000","last_in_change":"2024-09-16T08:30:39.302378+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T08:31:12.430833+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"10874129-2b27-42a9-9c60-f653909c8cbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6803","nonce":2267989712}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6805","nonce":2267989712}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6809","nonce":2267989712}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6807","nonce":2267989712}]},"public_addr":"172.21.15.3:6803/2267989712","cluster_addr":"172.21.15.3:6805/2267989712","heartbeat_back_addr":"172.21.15.3:6809/2267989712","heartbeat_front_addr":"172.21.15.3:6807/2267989712","state":["exists","up"]},{"osd":1,"uuid":"cf1d9625-4c01-4212-8dbe-ac49ab5c70e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6801","nonce":3740702655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6803","nonce":3740702655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6807","nonce":3740702655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6805","nonce":3740702655}]},"public_addr":"172.21.15.71:6801/3740702655","cluster_addr":"172.21.15.71:6803/3740702655","heartbeat_back_addr":"172.21.15.71:6807/3740702655","heartbeat_front_addr":"172.21.15.71:6805/3740702655","state":["exists","up"]},{"osd":2,"uuid":"bc814ffb-b7a1-496f-bbf1-b907fd68aa2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6801","nonce":30448811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6803","nonce":30448811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6807","nonce":30448811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6805","nonce":30448811}]},"public_addr":"172.21.15.177:6801/30448811","cluster_addr":"172.21.15.177:6803/30448811","heartbeat_back_addr":"172.21.15.177:6807/30448811","heartbeat_front_addr":"172.21.15.177:6805/30448811","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:29:24.697073+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:30:19.152714+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:31:10.923003+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/1735272687":"2024-09-17T08:26:35.797156+0000","172.21.15.3:0/3430667478":"2024-09-17T08:26:35.797156+0000","172.21.15.3:0/4054973624":"2024-09-17T08:26:35.797156+0000","172.21.15.3:6801/3353693105":"2024-09-17T08:26:35.797156+0000","172.21.15.3:6800/3353693105":"2024-09-17T08:26:35.797156+0000","172.21.15.3:0/3758637535":"2024-09-17T08:26:01.220924+0000","172.21.15.3:0/314769127":"2024-09-17T08:26:01.220924+0000","172.21.15.3:0/3735615398":"2024-09-17T08:26:01.220924+0000","172.21.15.3:6801/276240276":"2024-09-17T08:26:01.220924+0000","172.21.15.3:6800/276240276":"2024-09-17T08:26:01.220924+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T08:31:25.191 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-16T08:31:12.430833+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-16T08:31:25.191 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-16T08:31:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:25 smithi003 bash[22755]: cluster 2024-09-16T08:31:23.867367+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:25 smithi003 bash[22755]: cluster 2024-09-16T08:31:23.867367+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:25 smithi003 bash[22755]: audit 2024-09-16T08:31:24.597397+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.3:0/3994114182' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:25 smithi003 bash[22755]: audit 2024-09-16T08:31:24.597397+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.3:0/3994114182' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:25.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:25 smithi177 bash[23301]: cluster 2024-09-16T08:31:23.867367+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:25.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:25 smithi177 bash[23301]: cluster 2024-09-16T08:31:23.867367+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:25.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:25 smithi177 bash[23301]: audit 2024-09-16T08:31:24.597397+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.3:0/3994114182' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:25.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:25 smithi177 bash[23301]: audit 2024-09-16T08:31:24.597397+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.3:0/3994114182' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:25.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:25 smithi071 bash[23484]: cluster 2024-09-16T08:31:23.867367+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:25.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:25 smithi071 bash[23484]: cluster 2024-09-16T08:31:23.867367+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:25.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:25 smithi071 bash[23484]: audit 2024-09-16T08:31:24.597397+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.3:0/3994114182' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:25.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:25 smithi071 bash[23484]: audit 2024-09-16T08:31:24.597397+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.3:0/3994114182' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:27.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:27 smithi003 bash[22755]: cluster 2024-09-16T08:31:25.868035+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:27.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:27 smithi003 bash[22755]: cluster 2024-09-16T08:31:25.868035+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:27.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:27 smithi177 bash[23301]: cluster 2024-09-16T08:31:25.868035+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:27.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:27 smithi177 bash[23301]: cluster 2024-09-16T08:31:25.868035+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:27.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:27 smithi071 bash[23484]: cluster 2024-09-16T08:31:25.868035+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:27.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:27 smithi071 bash[23484]: cluster 2024-09-16T08:31:25.868035+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:29 smithi003 bash[22755]: cluster 2024-09-16T08:31:27.868721+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:29 smithi003 bash[22755]: cluster 2024-09-16T08:31:27.868721+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:29.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:29 smithi177 bash[23301]: cluster 2024-09-16T08:31:27.868721+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:29.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:29 smithi177 bash[23301]: cluster 2024-09-16T08:31:27.868721+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:29.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:29 smithi071 bash[23484]: cluster 2024-09-16T08:31:27.868721+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:29.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:29 smithi071 bash[23484]: cluster 2024-09-16T08:31:27.868721+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:29.930 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:31:31.369 INFO:teuthology.orchestra.run.smithi003.stdout:pg_num: 1 2024-09-16T08:31:31.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:31 smithi003 bash[22755]: cluster 2024-09-16T08:31:29.869395+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:31.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:31 smithi003 bash[22755]: cluster 2024-09-16T08:31:29.869395+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:31.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:31 smithi177 bash[23301]: cluster 2024-09-16T08:31:29.869395+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:31.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:31 smithi177 bash[23301]: cluster 2024-09-16T08:31:29.869395+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:31.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:31 smithi071 bash[23484]: cluster 2024-09-16T08:31:29.869395+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:31.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:31 smithi071 bash[23484]: cluster 2024-09-16T08:31:29.869395+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:31.956 INFO:tasks.cephadm:Setting up client nodes... 2024-09-16T08:31:31.957 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-16T08:31:32.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:32 smithi003 bash[22755]: audit 2024-09-16T08:31:31.373399+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.3:0/2573529261' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T08:31:32.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:32 smithi003 bash[22755]: audit 2024-09-16T08:31:31.373399+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.3:0/2573529261' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T08:31:32.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:32 smithi177 bash[23301]: audit 2024-09-16T08:31:31.373399+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.3:0/2573529261' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T08:31:32.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:32 smithi177 bash[23301]: audit 2024-09-16T08:31:31.373399+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.3:0/2573529261' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T08:31:32.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:32 smithi071 bash[23484]: audit 2024-09-16T08:31:31.373399+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.3:0/2573529261' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T08:31:32.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:32 smithi071 bash[23484]: audit 2024-09-16T08:31:31.373399+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.3:0/2573529261' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T08:31:33.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:33 smithi003 bash[22755]: cluster 2024-09-16T08:31:31.870037+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:33.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:33 smithi003 bash[22755]: cluster 2024-09-16T08:31:31.870037+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:33.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:33 smithi177 bash[23301]: cluster 2024-09-16T08:31:31.870037+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:33.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:33 smithi177 bash[23301]: cluster 2024-09-16T08:31:31.870037+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:33.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:33 smithi071 bash[23484]: cluster 2024-09-16T08:31:31.870037+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:33.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:33 smithi071 bash[23484]: cluster 2024-09-16T08:31:31.870037+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:35.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:35 smithi003 bash[22755]: cluster 2024-09-16T08:31:33.870709+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:35.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:35 smithi003 bash[22755]: cluster 2024-09-16T08:31:33.870709+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:35.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:35 smithi177 bash[23301]: cluster 2024-09-16T08:31:33.870709+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:35.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:35 smithi177 bash[23301]: cluster 2024-09-16T08:31:33.870709+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:35.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:35 smithi071 bash[23484]: cluster 2024-09-16T08:31:33.870709+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:35.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:35 smithi071 bash[23484]: cluster 2024-09-16T08:31:33.870709+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:37.451 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:31:37.494 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:37 smithi071 bash[23484]: cluster 2024-09-16T08:31:35.871124+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:37.494 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:37 smithi071 bash[23484]: cluster 2024-09-16T08:31:35.871124+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:37.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:37 smithi177 bash[23301]: cluster 2024-09-16T08:31:35.871124+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:37.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:37 smithi177 bash[23301]: cluster 2024-09-16T08:31:35.871124+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:37.549 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:37 smithi003 bash[22755]: cluster 2024-09-16T08:31:35.871124+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:37.549 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:37 smithi003 bash[22755]: cluster 2024-09-16T08:31:35.871124+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:38.751 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:31:39.404 INFO:teuthology.orchestra.run.smithi003.stdout:[{"version":14,"timestamp":"2024-09-16T08:31:10.056588+0000","name":"","changes":[{"name":"osd/host:smithi177/osd_memory_target","new_value":"21325213286"}]}] 2024-09-16T08:31:39.404 INFO:tasks.ceph_manager:config epoch is 14 2024-09-16T08:31:39.405 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-16T08:31:39.405 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-16T08:31:39.405 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-16T08:31:39.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:39 smithi071 bash[23484]: cluster 2024-09-16T08:31:37.871640+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:39.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:39 smithi071 bash[23484]: cluster 2024-09-16T08:31:37.871640+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:39.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:39 smithi071 bash[23484]: audit 2024-09-16T08:31:38.755569+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.3:0/2182602054' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T08:31:39.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:39 smithi071 bash[23484]: audit 2024-09-16T08:31:38.755569+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.3:0/2182602054' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T08:31:39.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:39 smithi177 bash[23301]: cluster 2024-09-16T08:31:37.871640+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:39.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:39 smithi177 bash[23301]: cluster 2024-09-16T08:31:37.871640+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:39.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:39 smithi177 bash[23301]: audit 2024-09-16T08:31:38.755569+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.3:0/2182602054' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T08:31:39.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:39 smithi177 bash[23301]: audit 2024-09-16T08:31:38.755569+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.3:0/2182602054' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T08:31:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:39 smithi003 bash[22755]: cluster 2024-09-16T08:31:37.871640+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:39 smithi003 bash[22755]: cluster 2024-09-16T08:31:37.871640+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:39 smithi003 bash[22755]: audit 2024-09-16T08:31:38.755569+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.3:0/2182602054' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T08:31:39.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:39 smithi003 bash[22755]: audit 2024-09-16T08:31:38.755569+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.3:0/2182602054' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T08:31:40.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:39.577825+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:39.577825+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:39.584480+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:39.584480+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:39.591874+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:39.591874+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: cluster 2024-09-16T08:31:39.872168+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: cluster 2024-09-16T08:31:39.872168+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:40.424186+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:40.424186+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:40.432199+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:40.432199+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:40.442028+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:40 smithi071 bash[23484]: audit 2024-09-16T08:31:40.442028+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.893 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:39.577825+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.893 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:39.577825+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.893 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:39.584480+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.893 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:39.584480+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.893 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:39.591874+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:39.591874+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: cluster 2024-09-16T08:31:39.872168+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:40.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: cluster 2024-09-16T08:31:39.872168+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:40.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:40.424186+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:40.424186+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:40.432199+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:40.432199+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:40.442028+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:40.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:40 smithi003 bash[22755]: audit 2024-09-16T08:31:40.442028+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:39.577825+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:39.577825+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:39.584480+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:39.584480+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:39.591874+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:39.591874+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: cluster 2024-09-16T08:31:39.872168+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: cluster 2024-09-16T08:31:39.872168+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:40.424186+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:40.424186+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:40.432199+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:40.432199+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:40.442028+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:41.047 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:40 smithi177 bash[23301]: audit 2024-09-16T08:31:40.442028+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:43 smithi071 bash[23484]: cluster 2024-09-16T08:31:41.872677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:43.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:43 smithi071 bash[23484]: cluster 2024-09-16T08:31:41.872677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:43.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:43 smithi071 bash[23484]: audit 2024-09-16T08:31:42.404702+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:43 smithi071 bash[23484]: audit 2024-09-16T08:31:42.404702+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:43 smithi071 bash[23484]: audit 2024-09-16T08:31:42.411954+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:43 smithi071 bash[23484]: audit 2024-09-16T08:31:42.411954+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:43 smithi071 bash[23484]: audit 2024-09-16T08:31:42.420960+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:43 smithi071 bash[23484]: audit 2024-09-16T08:31:42.420960+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:43 smithi003 bash[22755]: cluster 2024-09-16T08:31:41.872677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:43.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:43 smithi003 bash[22755]: cluster 2024-09-16T08:31:41.872677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:43.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:43 smithi003 bash[22755]: audit 2024-09-16T08:31:42.404702+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:43 smithi003 bash[22755]: audit 2024-09-16T08:31:42.404702+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:43 smithi003 bash[22755]: audit 2024-09-16T08:31:42.411954+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:43 smithi003 bash[22755]: audit 2024-09-16T08:31:42.411954+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:43 smithi003 bash[22755]: audit 2024-09-16T08:31:42.420960+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:43 smithi003 bash[22755]: audit 2024-09-16T08:31:42.420960+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:43 smithi177 bash[23301]: cluster 2024-09-16T08:31:41.872677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:43.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:43 smithi177 bash[23301]: cluster 2024-09-16T08:31:41.872677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:43.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:43 smithi177 bash[23301]: audit 2024-09-16T08:31:42.404702+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:43 smithi177 bash[23301]: audit 2024-09-16T08:31:42.404702+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:43 smithi177 bash[23301]: audit 2024-09-16T08:31:42.411954+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:43 smithi177 bash[23301]: audit 2024-09-16T08:31:42.411954+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:43 smithi177 bash[23301]: audit 2024-09-16T08:31:42.420960+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:43 smithi177 bash[23301]: audit 2024-09-16T08:31:42.420960+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:31:43.876 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:31:45.259 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:31:45.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:45 smithi071 bash[23484]: cluster 2024-09-16T08:31:43.873230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:45.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:45 smithi071 bash[23484]: cluster 2024-09-16T08:31:43.873230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:45.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:45 smithi071 bash[23484]: audit 2024-09-16T08:31:45.257416+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.3:0/470427494' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T08:31:45.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:45 smithi071 bash[23484]: audit 2024-09-16T08:31:45.257416+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.3:0/470427494' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T08:31:45.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:45 smithi003 bash[22755]: cluster 2024-09-16T08:31:43.873230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:45.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:45 smithi003 bash[22755]: cluster 2024-09-16T08:31:43.873230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:45.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:45 smithi003 bash[22755]: audit 2024-09-16T08:31:45.257416+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.3:0/470427494' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T08:31:45.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:45 smithi003 bash[22755]: audit 2024-09-16T08:31:45.257416+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.3:0/470427494' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T08:31:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:45 smithi177 bash[23301]: cluster 2024-09-16T08:31:43.873230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:45 smithi177 bash[23301]: cluster 2024-09-16T08:31:43.873230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:45 smithi177 bash[23301]: audit 2024-09-16T08:31:45.257416+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.3:0/470427494' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T08:31:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:45 smithi177 bash[23301]: audit 2024-09-16T08:31:45.257416+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.3:0/470427494' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T08:31:45.886 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6800","nonce":668662921},{"type":"v1","addr":"172.21.15.3:6801","nonce":668662921}]},"active_addr":"172.21.15.3:6801/668662921","active_change":"2024-09-16T08:26:35.797355+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540719139924082687,"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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.3:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":1237324465}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":1506187288}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":1822357250}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":3422375371}]}]} 2024-09-16T08:31:45.893 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-16T08:31:45.893 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-16T08:31:45.893 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T08:31:47.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:47 smithi071 bash[23484]: cluster 2024-09-16T08:31:45.873773+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:47.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:47 smithi071 bash[23484]: cluster 2024-09-16T08:31:45.873773+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:47.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:47 smithi003 bash[22755]: cluster 2024-09-16T08:31:45.873773+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:47.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:47 smithi003 bash[22755]: cluster 2024-09-16T08:31:45.873773+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:47.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:47 smithi177 bash[23301]: cluster 2024-09-16T08:31:45.873773+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:47.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:47 smithi177 bash[23301]: cluster 2024-09-16T08:31:45.873773+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:49.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:49 smithi071 bash[23484]: cluster 2024-09-16T08:31:47.874383+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:49.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:49 smithi071 bash[23484]: cluster 2024-09-16T08:31:47.874383+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:49.723 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:49 smithi177 bash[23301]: cluster 2024-09-16T08:31:47.874383+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:49.723 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:49 smithi177 bash[23301]: cluster 2024-09-16T08:31:47.874383+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:49.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:49 smithi003 bash[22755]: cluster 2024-09-16T08:31:47.874383+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:49.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:49 smithi003 bash[22755]: cluster 2024-09-16T08:31:47.874383+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:50.642 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:31:51.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:51 smithi177 bash[23301]: cluster 2024-09-16T08:31:49.874937+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:51.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:51 smithi177 bash[23301]: cluster 2024-09-16T08:31:49.874937+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:51.666 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:51 smithi003 bash[22755]: cluster 2024-09-16T08:31:49.874937+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:51.667 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:51 smithi003 bash[22755]: cluster 2024-09-16T08:31:49.874937+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:51.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:51 smithi071 bash[23484]: cluster 2024-09-16T08:31:49.874937+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:51.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:51 smithi071 bash[23484]: cluster 2024-09-16T08:31:49.874937+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:51.983 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:31:51.983 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":21,"fsid":"eff20752-7404-11ef-bceb-c7b262605968","created":"2024-09-16T08:25:33.900649+0000","modified":"2024-09-16T08:31:15.036501+0000","last_up_change":"2024-09-16T08:31:12.002382+0000","last_in_change":"2024-09-16T08:30:39.302378+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T08:31:12.430833+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"10874129-2b27-42a9-9c60-f653909c8cbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6803","nonce":2267989712}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6805","nonce":2267989712}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6809","nonce":2267989712}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6807","nonce":2267989712}]},"public_addr":"172.21.15.3:6803/2267989712","cluster_addr":"172.21.15.3:6805/2267989712","heartbeat_back_addr":"172.21.15.3:6809/2267989712","heartbeat_front_addr":"172.21.15.3:6807/2267989712","state":["exists","up"]},{"osd":1,"uuid":"cf1d9625-4c01-4212-8dbe-ac49ab5c70e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6801","nonce":3740702655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6803","nonce":3740702655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6807","nonce":3740702655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6805","nonce":3740702655}]},"public_addr":"172.21.15.71:6801/3740702655","cluster_addr":"172.21.15.71:6803/3740702655","heartbeat_back_addr":"172.21.15.71:6807/3740702655","heartbeat_front_addr":"172.21.15.71:6805/3740702655","state":["exists","up"]},{"osd":2,"uuid":"bc814ffb-b7a1-496f-bbf1-b907fd68aa2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6801","nonce":30448811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6803","nonce":30448811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6807","nonce":30448811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6805","nonce":30448811}]},"public_addr":"172.21.15.177:6801/30448811","cluster_addr":"172.21.15.177:6803/30448811","heartbeat_back_addr":"172.21.15.177:6807/30448811","heartbeat_front_addr":"172.21.15.177:6805/30448811","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:29:24.697073+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:30:19.152714+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:31:10.923003+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/1735272687":"2024-09-17T08:26:35.797156+0000","172.21.15.3:0/3430667478":"2024-09-17T08:26:35.797156+0000","172.21.15.3:0/4054973624":"2024-09-17T08:26:35.797156+0000","172.21.15.3:6801/3353693105":"2024-09-17T08:26:35.797156+0000","172.21.15.3:6800/3353693105":"2024-09-17T08:26:35.797156+0000","172.21.15.3:0/3758637535":"2024-09-17T08:26:01.220924+0000","172.21.15.3:0/314769127":"2024-09-17T08:26:01.220924+0000","172.21.15.3:0/3735615398":"2024-09-17T08:26:01.220924+0000","172.21.15.3:6801/276240276":"2024-09-17T08:26:01.220924+0000","172.21.15.3:6800/276240276":"2024-09-17T08:26:01.220924+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T08:31:52.548 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-16T08:31:52.548 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T08:31:52.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:52 smithi177 bash[23301]: audit 2024-09-16T08:31:51.986316+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.3:0/2186878449' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:52.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:52 smithi177 bash[23301]: audit 2024-09-16T08:31:51.986316+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.3:0/2186878449' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:52.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:52 smithi071 bash[23484]: audit 2024-09-16T08:31:51.986316+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.3:0/2186878449' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:52.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:52 smithi071 bash[23484]: audit 2024-09-16T08:31:51.986316+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.3:0/2186878449' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:52.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:52 smithi003 bash[22755]: audit 2024-09-16T08:31:51.986316+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.3:0/2186878449' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:52.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:52 smithi003 bash[22755]: audit 2024-09-16T08:31:51.986316+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.3:0/2186878449' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:53.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:53 smithi003 bash[22755]: cluster 2024-09-16T08:31:51.875430+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:53.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:53 smithi003 bash[22755]: cluster 2024-09-16T08:31:51.875430+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:53.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:53 smithi177 bash[23301]: cluster 2024-09-16T08:31:51.875430+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:53.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:53 smithi177 bash[23301]: cluster 2024-09-16T08:31:51.875430+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:53 smithi071 bash[23484]: cluster 2024-09-16T08:31:51.875430+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:53 smithi071 bash[23484]: cluster 2024-09-16T08:31:51.875430+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:55.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:55 smithi003 bash[22755]: cluster 2024-09-16T08:31:53.876017+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:55.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:55 smithi003 bash[22755]: cluster 2024-09-16T08:31:53.876017+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:55.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:55 smithi177 bash[23301]: cluster 2024-09-16T08:31:53.876017+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:55.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:55 smithi177 bash[23301]: cluster 2024-09-16T08:31:53.876017+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:55.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:55 smithi071 bash[23484]: cluster 2024-09-16T08:31:53.876017+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:55.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:55 smithi071 bash[23484]: cluster 2024-09-16T08:31:53.876017+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:57.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:57 smithi003 bash[22755]: cluster 2024-09-16T08:31:55.876562+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:57.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:57 smithi003 bash[22755]: cluster 2024-09-16T08:31:55.876562+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:57.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:57 smithi177 bash[23301]: cluster 2024-09-16T08:31:55.876562+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:57.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:57 smithi177 bash[23301]: cluster 2024-09-16T08:31:55.876562+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:57.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:57 smithi071 bash[23484]: cluster 2024-09-16T08:31:55.876562+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:57.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:57 smithi071 bash[23484]: cluster 2024-09-16T08:31:55.876562+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:58.169 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:31:59.432 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:31:59.432 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":21,"fsid":"eff20752-7404-11ef-bceb-c7b262605968","created":"2024-09-16T08:25:33.900649+0000","modified":"2024-09-16T08:31:15.036501+0000","last_up_change":"2024-09-16T08:31:12.002382+0000","last_in_change":"2024-09-16T08:30:39.302378+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T08:31:12.430833+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"10874129-2b27-42a9-9c60-f653909c8cbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6803","nonce":2267989712}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6805","nonce":2267989712}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6809","nonce":2267989712}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":2267989712},{"type":"v1","addr":"172.21.15.3:6807","nonce":2267989712}]},"public_addr":"172.21.15.3:6803/2267989712","cluster_addr":"172.21.15.3:6805/2267989712","heartbeat_back_addr":"172.21.15.3:6809/2267989712","heartbeat_front_addr":"172.21.15.3:6807/2267989712","state":["exists","up"]},{"osd":1,"uuid":"cf1d9625-4c01-4212-8dbe-ac49ab5c70e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6801","nonce":3740702655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6803","nonce":3740702655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6807","nonce":3740702655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3740702655},{"type":"v1","addr":"172.21.15.71:6805","nonce":3740702655}]},"public_addr":"172.21.15.71:6801/3740702655","cluster_addr":"172.21.15.71:6803/3740702655","heartbeat_back_addr":"172.21.15.71:6807/3740702655","heartbeat_front_addr":"172.21.15.71:6805/3740702655","state":["exists","up"]},{"osd":2,"uuid":"bc814ffb-b7a1-496f-bbf1-b907fd68aa2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6801","nonce":30448811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6803","nonce":30448811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6807","nonce":30448811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":30448811},{"type":"v1","addr":"172.21.15.177:6805","nonce":30448811}]},"public_addr":"172.21.15.177:6801/30448811","cluster_addr":"172.21.15.177:6803/30448811","heartbeat_back_addr":"172.21.15.177:6807/30448811","heartbeat_front_addr":"172.21.15.177:6805/30448811","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:29:24.697073+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:30:19.152714+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:31:10.923003+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/1735272687":"2024-09-17T08:26:35.797156+0000","172.21.15.3:0/3430667478":"2024-09-17T08:26:35.797156+0000","172.21.15.3:0/4054973624":"2024-09-17T08:26:35.797156+0000","172.21.15.3:6801/3353693105":"2024-09-17T08:26:35.797156+0000","172.21.15.3:6800/3353693105":"2024-09-17T08:26:35.797156+0000","172.21.15.3:0/3758637535":"2024-09-17T08:26:01.220924+0000","172.21.15.3:0/314769127":"2024-09-17T08:26:01.220924+0000","172.21.15.3:0/3735615398":"2024-09-17T08:26:01.220924+0000","172.21.15.3:6801/276240276":"2024-09-17T08:26:01.220924+0000","172.21.15.3:6800/276240276":"2024-09-17T08:26:01.220924+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T08:31:59.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:59 smithi003 bash[22755]: cluster 2024-09-16T08:31:57.877130+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:59.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:59 smithi003 bash[22755]: cluster 2024-09-16T08:31:57.877130+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:59.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:59 smithi003 bash[22755]: audit 2024-09-16T08:31:59.434681+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.3:0/3001197986' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:59.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:31:59 smithi003 bash[22755]: audit 2024-09-16T08:31:59.434681+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.3:0/3001197986' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:59.789 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:59 smithi071 bash[23484]: cluster 2024-09-16T08:31:57.877130+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:59.789 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:59 smithi071 bash[23484]: cluster 2024-09-16T08:31:57.877130+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:59.789 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:59 smithi071 bash[23484]: audit 2024-09-16T08:31:59.434681+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.3:0/3001197986' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:59.789 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:31:59 smithi071 bash[23484]: audit 2024-09-16T08:31:59.434681+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.3:0/3001197986' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:59.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:59 smithi177 bash[23301]: cluster 2024-09-16T08:31:57.877130+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:59.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:59 smithi177 bash[23301]: cluster 2024-09-16T08:31:57.877130+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:31:59.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:59 smithi177 bash[23301]: audit 2024-09-16T08:31:59.434681+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.3:0/3001197986' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:59.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:31:59 smithi177 bash[23301]: audit 2024-09-16T08:31:59.434681+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.3:0/3001197986' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:31:59.997 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-16T08:31:59.998 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-16T08:31:59.998 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-16T08:32:01.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:31:59.773565+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:31:59.773565+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:31:59.781698+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:31:59.781698+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:31:59.791170+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:31:59.791170+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: cluster 2024-09-16T08:31:59.877701+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:01.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: cluster 2024-09-16T08:31:59.877701+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:01.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:32:00.652145+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:32:00.652145+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:32:00.661709+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:32:00.661709+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:32:00.672898+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.046 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:00 smithi177 bash[23301]: audit 2024-09-16T08:32:00.672898+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:31:59.773565+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:31:59.773565+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:31:59.781698+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:31:59.781698+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:31:59.791170+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:31:59.791170+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: cluster 2024-09-16T08:31:59.877701+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: cluster 2024-09-16T08:31:59.877701+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:32:00.652145+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:32:00.652145+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:32:00.661709+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:32:00.661709+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:32:00.672898+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:00 smithi071 bash[23484]: audit 2024-09-16T08:32:00.672898+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:31:59.773565+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:31:59.773565+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:31:59.781698+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:31:59.781698+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:31:59.791170+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:31:59.791170+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: cluster 2024-09-16T08:31:59.877701+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: cluster 2024-09-16T08:31:59.877701+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:32:00.652145+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:32:00.652145+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:32:00.661709+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:32:00.661709+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:32:00.672898+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:00 smithi003 bash[22755]: audit 2024-09-16T08:32:00.672898+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:03 smithi071 bash[23484]: cluster 2024-09-16T08:32:01.878330+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:03.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:03 smithi071 bash[23484]: cluster 2024-09-16T08:32:01.878330+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:03.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:03 smithi071 bash[23484]: audit 2024-09-16T08:32:02.559837+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:03 smithi071 bash[23484]: audit 2024-09-16T08:32:02.559837+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:03 smithi071 bash[23484]: audit 2024-09-16T08:32:02.565438+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:03 smithi071 bash[23484]: audit 2024-09-16T08:32:02.565438+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:03 smithi071 bash[23484]: audit 2024-09-16T08:32:02.572141+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:03 smithi071 bash[23484]: audit 2024-09-16T08:32:02.572141+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:03 smithi003 bash[22755]: cluster 2024-09-16T08:32:01.878330+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:03.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:03 smithi003 bash[22755]: cluster 2024-09-16T08:32:01.878330+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:03.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:03 smithi003 bash[22755]: audit 2024-09-16T08:32:02.559837+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:03 smithi003 bash[22755]: audit 2024-09-16T08:32:02.559837+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:03 smithi003 bash[22755]: audit 2024-09-16T08:32:02.565438+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:03 smithi003 bash[22755]: audit 2024-09-16T08:32:02.565438+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:03 smithi003 bash[22755]: audit 2024-09-16T08:32:02.572141+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:03.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:03 smithi003 bash[22755]: audit 2024-09-16T08:32:02.572141+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:04.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:03 smithi177 bash[23301]: cluster 2024-09-16T08:32:01.878330+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:04.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:03 smithi177 bash[23301]: cluster 2024-09-16T08:32:01.878330+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:04.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:03 smithi177 bash[23301]: audit 2024-09-16T08:32:02.559837+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:04.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:03 smithi177 bash[23301]: audit 2024-09-16T08:32:02.559837+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:04.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:03 smithi177 bash[23301]: audit 2024-09-16T08:32:02.565438+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:04.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:03 smithi177 bash[23301]: audit 2024-09-16T08:32:02.565438+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:04.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:03 smithi177 bash[23301]: audit 2024-09-16T08:32:02.572141+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:04.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:03 smithi177 bash[23301]: audit 2024-09-16T08:32:02.572141+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:04.474 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:04.475 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:04.475 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:05.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:05 smithi071 bash[23484]: cluster 2024-09-16T08:32:03.878943+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:05.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:05 smithi071 bash[23484]: cluster 2024-09-16T08:32:03.878943+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:05.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:05 smithi003 bash[22755]: cluster 2024-09-16T08:32:03.878943+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:05.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:05 smithi003 bash[22755]: cluster 2024-09-16T08:32:03.878943+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:06.044 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:05 smithi177 bash[23301]: cluster 2024-09-16T08:32:03.878943+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:06.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:05 smithi177 bash[23301]: cluster 2024-09-16T08:32:03.878943+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:06.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:06 smithi003 bash[22755]: cluster 2024-09-16T08:32:05.879471+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:06.728 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:06 smithi003 bash[22755]: cluster 2024-09-16T08:32:05.879471+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:06.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:06 smithi071 bash[23484]: cluster 2024-09-16T08:32:05.879471+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:06.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:06 smithi071 bash[23484]: cluster 2024-09-16T08:32:05.879471+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:07.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:06 smithi177 bash[23301]: cluster 2024-09-16T08:32:05.879471+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:07.045 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:06 smithi177 bash[23301]: cluster 2024-09-16T08:32:05.879471+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:07.363 INFO:teuthology.orchestra.run.smithi003.stdout:34359738403 2024-09-16T08:32:07.364 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-16T08:32:07.475 INFO:teuthology.orchestra.run.smithi003.stdout:77309411342 2024-09-16T08:32:07.476 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-16T08:32:07.542 INFO:teuthology.orchestra.run.smithi003.stdout:55834574871 2024-09-16T08:32:07.543 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-16T08:32:09.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:08 smithi003 bash[22755]: cluster 2024-09-16T08:32:07.880116+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:09.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:08 smithi003 bash[22755]: cluster 2024-09-16T08:32:07.880116+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:09.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:08 smithi177 bash[23301]: cluster 2024-09-16T08:32:07.880116+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:09.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:08 smithi177 bash[23301]: cluster 2024-09-16T08:32:07.880116+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:08 smithi071 bash[23484]: cluster 2024-09-16T08:32:07.880116+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:08 smithi071 bash[23484]: cluster 2024-09-16T08:32:07.880116+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:11.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:10 smithi003 bash[22755]: cluster 2024-09-16T08:32:09.880771+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:10 smithi003 bash[22755]: cluster 2024-09-16T08:32:09.880771+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:11.247 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:10 smithi177 bash[23301]: cluster 2024-09-16T08:32:09.880771+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:11.247 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:10 smithi177 bash[23301]: cluster 2024-09-16T08:32:09.880771+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:11.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:10 smithi071 bash[23484]: cluster 2024-09-16T08:32:09.880771+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:11.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:10 smithi071 bash[23484]: cluster 2024-09-16T08:32:09.880771+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:12.135 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:12.136 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:12.136 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:13.199 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:12 smithi177 bash[23301]: cluster 2024-09-16T08:32:11.881442+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:13.199 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:12 smithi177 bash[23301]: cluster 2024-09-16T08:32:11.881442+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:13.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:12 smithi003 bash[22755]: cluster 2024-09-16T08:32:11.881442+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:13.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:12 smithi003 bash[22755]: cluster 2024-09-16T08:32:11.881442+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:12 smithi071 bash[23484]: cluster 2024-09-16T08:32:11.881442+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:12 smithi071 bash[23484]: cluster 2024-09-16T08:32:11.881442+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:14.182 INFO:teuthology.orchestra.run.smithi003.stdout:77309411344 2024-09-16T08:32:14.367 INFO:teuthology.orchestra.run.smithi003.stdout:55834574873 2024-09-16T08:32:14.391 INFO:teuthology.orchestra.run.smithi003.stdout:34359738405 2024-09-16T08:32:14.932 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411342 got 77309411344 for osd.2 2024-09-16T08:32:14.932 DEBUG:teuthology.parallel:result is None 2024-09-16T08:32:15.217 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:14 smithi003 bash[22755]: cluster 2024-09-16T08:32:13.881902+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:15.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:14 smithi003 bash[22755]: cluster 2024-09-16T08:32:13.881902+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:15.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:14 smithi003 bash[22755]: audit 2024-09-16T08:32:14.186586+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.3:0/3578347141' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T08:32:15.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:14 smithi003 bash[22755]: audit 2024-09-16T08:32:14.186586+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.3:0/3578347141' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T08:32:15.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:14 smithi003 bash[22755]: audit 2024-09-16T08:32:14.371026+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.3:0/1607352376' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T08:32:15.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:14 smithi003 bash[22755]: audit 2024-09-16T08:32:14.371026+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.3:0/1607352376' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T08:32:15.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:14 smithi003 bash[22755]: audit 2024-09-16T08:32:14.395839+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.3:0/3676596367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T08:32:15.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:14 smithi003 bash[22755]: audit 2024-09-16T08:32:14.395839+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.3:0/3676596367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T08:32:15.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:14 smithi177 bash[23301]: cluster 2024-09-16T08:32:13.881902+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:15.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:14 smithi177 bash[23301]: cluster 2024-09-16T08:32:13.881902+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:15.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:14 smithi177 bash[23301]: audit 2024-09-16T08:32:14.186586+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.3:0/3578347141' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T08:32:15.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:14 smithi177 bash[23301]: audit 2024-09-16T08:32:14.186586+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.3:0/3578347141' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T08:32:15.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:14 smithi177 bash[23301]: audit 2024-09-16T08:32:14.371026+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.3:0/1607352376' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T08:32:15.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:14 smithi177 bash[23301]: audit 2024-09-16T08:32:14.371026+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.3:0/1607352376' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T08:32:15.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:14 smithi177 bash[23301]: audit 2024-09-16T08:32:14.395839+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.3:0/3676596367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T08:32:15.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:14 smithi177 bash[23301]: audit 2024-09-16T08:32:14.395839+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.3:0/3676596367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T08:32:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:14 smithi071 bash[23484]: cluster 2024-09-16T08:32:13.881902+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:14 smithi071 bash[23484]: cluster 2024-09-16T08:32:13.881902+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:14 smithi071 bash[23484]: audit 2024-09-16T08:32:14.186586+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.3:0/3578347141' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T08:32:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:14 smithi071 bash[23484]: audit 2024-09-16T08:32:14.186586+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.3:0/3578347141' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T08:32:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:14 smithi071 bash[23484]: audit 2024-09-16T08:32:14.371026+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.3:0/1607352376' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T08:32:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:14 smithi071 bash[23484]: audit 2024-09-16T08:32:14.371026+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.3:0/1607352376' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T08:32:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:14 smithi071 bash[23484]: audit 2024-09-16T08:32:14.395839+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.3:0/3676596367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T08:32:15.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:14 smithi071 bash[23484]: audit 2024-09-16T08:32:14.395839+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.3:0/3676596367' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T08:32:15.746 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738403 got 34359738405 for osd.0 2024-09-16T08:32:15.746 DEBUG:teuthology.parallel:result is None 2024-09-16T08:32:15.785 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574871 got 55834574873 for osd.1 2024-09-16T08:32:15.786 DEBUG:teuthology.parallel:result is None 2024-09-16T08:32:15.786 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-16T08:32:15.786 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T08:32:17.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:16 smithi003 bash[22755]: cluster 2024-09-16T08:32:15.882276+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:17.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:16 smithi003 bash[22755]: cluster 2024-09-16T08:32:15.882276+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:17.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:16 smithi177 bash[23301]: cluster 2024-09-16T08:32:15.882276+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:17.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:16 smithi177 bash[23301]: cluster 2024-09-16T08:32:15.882276+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:17.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:16 smithi071 bash[23484]: cluster 2024-09-16T08:32:15.882276+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:17.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:16 smithi071 bash[23484]: cluster 2024-09-16T08:32:15.882276+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:19.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:18 smithi003 bash[22755]: cluster 2024-09-16T08:32:17.882662+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:19.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:18 smithi003 bash[22755]: cluster 2024-09-16T08:32:17.882662+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:19.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:18 smithi177 bash[23301]: cluster 2024-09-16T08:32:17.882662+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:19.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:18 smithi177 bash[23301]: cluster 2024-09-16T08:32:17.882662+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:19.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:18 smithi071 bash[23484]: cluster 2024-09-16T08:32:17.882662+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:19.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:18 smithi071 bash[23484]: cluster 2024-09-16T08:32:17.882662+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:21.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: cluster 2024-09-16T08:32:19.883197+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:21.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: cluster 2024-09-16T08:32:19.883197+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:21.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.002663+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.002663+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.009784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.009784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.019338+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.019338+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.864503+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.864503+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.873092+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.873092+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.878231+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.878231+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.884972+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.884972+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.900414+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.900414+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.908201+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.908201+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.919379+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:21 smithi071 bash[23484]: audit 2024-09-16T08:32:20.919379+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: cluster 2024-09-16T08:32:19.883197+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:21.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: cluster 2024-09-16T08:32:19.883197+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:21.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.002663+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.002663+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.009784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.009784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.019338+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.019338+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.864503+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.864503+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.873092+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.873092+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.878231+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.878231+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.884972+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.884972+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.900414+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.900414+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.908201+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.908201+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.919379+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.296 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:21 smithi177 bash[23301]: audit 2024-09-16T08:32:20.919379+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: cluster 2024-09-16T08:32:19.883197+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: cluster 2024-09-16T08:32:19.883197+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.002663+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.002663+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.009784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.009784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.019338+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.019338+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.864503+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.864503+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.873092+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.873092+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.878231+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.878231+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.884972+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.884972+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.900414+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.900414+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.908201+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.908201+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.919379+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:21 smithi003 bash[22755]: audit 2024-09-16T08:32:20.919379+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:21.685 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:22.953 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:32:22.954 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2024-09-16T08:32:23.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:23 smithi003 bash[22755]: cluster 2024-09-16T08:32:21.883724+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:23.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:23 smithi003 bash[22755]: cluster 2024-09-16T08:32:21.883724+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:23.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:23 smithi003 bash[22755]: audit 2024-09-16T08:32:22.714780+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:23 smithi003 bash[22755]: audit 2024-09-16T08:32:22.714780+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:23 smithi003 bash[22755]: audit 2024-09-16T08:32:22.720444+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:23 smithi003 bash[22755]: audit 2024-09-16T08:32:22.720444+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:23 smithi003 bash[22755]: audit 2024-09-16T08:32:22.727290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:23 smithi003 bash[22755]: audit 2024-09-16T08:32:22.727290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:23 smithi177 bash[23301]: cluster 2024-09-16T08:32:21.883724+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:23.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:23 smithi177 bash[23301]: cluster 2024-09-16T08:32:21.883724+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:23.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:23 smithi177 bash[23301]: audit 2024-09-16T08:32:22.714780+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:23 smithi177 bash[23301]: audit 2024-09-16T08:32:22.714780+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:23 smithi177 bash[23301]: audit 2024-09-16T08:32:22.720444+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:23 smithi177 bash[23301]: audit 2024-09-16T08:32:22.720444+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:23 smithi177 bash[23301]: audit 2024-09-16T08:32:22.727290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:23 smithi177 bash[23301]: audit 2024-09-16T08:32:22.727290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:23 smithi071 bash[23484]: cluster 2024-09-16T08:32:21.883724+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:23.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:23 smithi071 bash[23484]: cluster 2024-09-16T08:32:21.883724+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:23.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:23 smithi071 bash[23484]: audit 2024-09-16T08:32:22.714780+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:23 smithi071 bash[23484]: audit 2024-09-16T08:32:22.714780+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:23 smithi071 bash[23484]: audit 2024-09-16T08:32:22.720444+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:23 smithi071 bash[23484]: audit 2024-09-16T08:32:22.720444+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:23 smithi071 bash[23484]: audit 2024-09-16T08:32:22.727290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:23 smithi071 bash[23484]: audit 2024-09-16T08:32:22.727290+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:23.520 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":184,"stamp":"2024-09-16T08:32:21.883491+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88076,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147380,"statfs":{"total":287985106944,"available":287894917120,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.003045"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T08:31:15.042317+0000","last_change":"2024-09-16T08:31:14.043610+0000","last_active":"2024-09-16T08:31:15.042317+0000","last_peered":"2024-09-16T08:31:15.042317+0000","last_clean":"2024-09-16T08:31:15.042317+0000","last_became_active":"2024-09-16T08:31:14.042898+0000","last_became_peered":"2024-09-16T08:31:14.042898+0000","last_unstale":"2024-09-16T08:31:15.042317+0000","last_undegraded":"2024-09-16T08:31:15.042317+0000","last_fullsized":"2024-09-16T08:31:15.042317+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T08:31:13.013607+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T08:31:13.013607+0000","last_clean_scrub_stamp":"2024-09-16T08:31:13.013607+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T13:03:45.892769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411345,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574874,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738406,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T08:32:23.521 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T08:32:24.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:24 smithi177 bash[23301]: audit 2024-09-16T08:32:22.956279+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:24.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:24 smithi177 bash[23301]: audit 2024-09-16T08:32:22.956279+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:24.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:24 smithi071 bash[23484]: audit 2024-09-16T08:32:22.956279+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:24.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:24 smithi071 bash[23484]: audit 2024-09-16T08:32:22.956279+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:24.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:24 smithi003 bash[22755]: audit 2024-09-16T08:32:22.956279+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:24.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:24 smithi003 bash[22755]: audit 2024-09-16T08:32:22.956279+0000 mgr.a (mgr.14152) 244 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:25.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:25 smithi177 bash[23301]: cluster 2024-09-16T08:32:23.884278+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:25.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:25 smithi177 bash[23301]: cluster 2024-09-16T08:32:23.884278+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:25.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:25 smithi071 bash[23484]: cluster 2024-09-16T08:32:23.884278+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:25.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:25 smithi071 bash[23484]: cluster 2024-09-16T08:32:23.884278+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:25 smithi003 bash[22755]: cluster 2024-09-16T08:32:23.884278+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:25.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:25 smithi003 bash[22755]: cluster 2024-09-16T08:32:23.884278+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:27.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:27 smithi177 bash[23301]: cluster 2024-09-16T08:32:25.884909+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:27.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:27 smithi177 bash[23301]: cluster 2024-09-16T08:32:25.884909+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:27.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:27 smithi071 bash[23484]: cluster 2024-09-16T08:32:25.884909+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:27.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:27 smithi071 bash[23484]: cluster 2024-09-16T08:32:25.884909+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:27.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:27 smithi003 bash[22755]: cluster 2024-09-16T08:32:25.884909+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:27.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:27 smithi003 bash[22755]: cluster 2024-09-16T08:32:25.884909+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:28.267 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:29.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:29 smithi177 bash[23301]: cluster 2024-09-16T08:32:27.885605+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:29.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:29 smithi177 bash[23301]: cluster 2024-09-16T08:32:27.885605+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:29.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:29 smithi003 bash[22755]: cluster 2024-09-16T08:32:27.885605+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:29.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:29 smithi003 bash[22755]: cluster 2024-09-16T08:32:27.885605+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:29.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:29 smithi071 bash[23484]: cluster 2024-09-16T08:32:27.885605+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:29.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:29 smithi071 bash[23484]: cluster 2024-09-16T08:32:27.885605+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:29.684 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:32:29.685 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2024-09-16T08:32:30.302 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":187,"stamp":"2024-09-16T08:32:27.885272+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88076,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147380,"statfs":{"total":287985106944,"available":287894917120,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.003170"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T08:31:15.042317+0000","last_change":"2024-09-16T08:31:14.043610+0000","last_active":"2024-09-16T08:31:15.042317+0000","last_peered":"2024-09-16T08:31:15.042317+0000","last_clean":"2024-09-16T08:31:15.042317+0000","last_became_active":"2024-09-16T08:31:14.042898+0000","last_became_peered":"2024-09-16T08:31:14.042898+0000","last_unstale":"2024-09-16T08:31:15.042317+0000","last_undegraded":"2024-09-16T08:31:15.042317+0000","last_fullsized":"2024-09-16T08:31:15.042317+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T08:31:13.013607+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T08:31:13.013607+0000","last_clean_scrub_stamp":"2024-09-16T08:31:13.013607+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T13:03:45.892769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411346,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574876,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T08:32:30.303 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-16T08:32:30.303 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-16T08:32:30.303 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-16T08:32:30.304 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid eff20752-7404-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-16T08:32:31.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:31 smithi177 bash[23301]: audit 2024-09-16T08:32:29.687313+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:31.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:31 smithi177 bash[23301]: audit 2024-09-16T08:32:29.687313+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:31.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:31 smithi177 bash[23301]: cluster 2024-09-16T08:32:29.886261+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:31.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:31 smithi177 bash[23301]: cluster 2024-09-16T08:32:29.886261+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:31.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:31 smithi071 bash[23484]: audit 2024-09-16T08:32:29.687313+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:31.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:31 smithi071 bash[23484]: audit 2024-09-16T08:32:29.687313+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:31.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:31 smithi071 bash[23484]: cluster 2024-09-16T08:32:29.886261+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:31.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:31 smithi071 bash[23484]: cluster 2024-09-16T08:32:29.886261+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:31.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:31 smithi003 bash[22755]: audit 2024-09-16T08:32:29.687313+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:31.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:31 smithi003 bash[22755]: audit 2024-09-16T08:32:29.687313+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:32:31.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:31 smithi003 bash[22755]: cluster 2024-09-16T08:32:29.886261+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:31.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:31 smithi003 bash[22755]: cluster 2024-09-16T08:32:29.886261+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:33.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:33 smithi177 bash[23301]: cluster 2024-09-16T08:32:31.886841+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:33.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:33 smithi177 bash[23301]: cluster 2024-09-16T08:32:31.886841+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:33.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:33 smithi071 bash[23484]: cluster 2024-09-16T08:32:31.886841+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:33.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:33 smithi071 bash[23484]: cluster 2024-09-16T08:32:31.886841+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:33 smithi003 bash[22755]: cluster 2024-09-16T08:32:31.886841+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:33 smithi003 bash[22755]: cluster 2024-09-16T08:32:31.886841+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:35.048 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:35.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:35 smithi177 bash[23301]: cluster 2024-09-16T08:32:33.887415+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:35.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:35 smithi177 bash[23301]: cluster 2024-09-16T08:32:33.887415+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:35.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:35 smithi071 bash[23484]: cluster 2024-09-16T08:32:33.887415+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:35.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:35 smithi071 bash[23484]: cluster 2024-09-16T08:32:33.887415+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:35.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:35 smithi003 bash[22755]: cluster 2024-09-16T08:32:33.887415+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:35.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:35 smithi003 bash[22755]: cluster 2024-09-16T08:32:33.887415+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:36.893 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:32:36.893 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-16T08:32:37.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:37 smithi003 bash[22755]: cluster 2024-09-16T08:32:35.887933+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:37.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:37 smithi003 bash[22755]: cluster 2024-09-16T08:32:35.887933+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:37.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:37 smithi003 bash[22755]: audit 2024-09-16T08:32:36.896749+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.3:0/1922829654' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T08:32:37.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:37 smithi003 bash[22755]: audit 2024-09-16T08:32:36.896749+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.3:0/1922829654' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T08:32:37.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:37 smithi177 bash[23301]: cluster 2024-09-16T08:32:35.887933+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:37.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:37 smithi177 bash[23301]: cluster 2024-09-16T08:32:35.887933+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:37.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:37 smithi177 bash[23301]: audit 2024-09-16T08:32:36.896749+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.3:0/1922829654' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T08:32:37.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:37 smithi177 bash[23301]: audit 2024-09-16T08:32:36.896749+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.3:0/1922829654' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T08:32:37.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:37 smithi071 bash[23484]: cluster 2024-09-16T08:32:35.887933+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:37.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:37 smithi071 bash[23484]: cluster 2024-09-16T08:32:35.887933+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:37.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:37 smithi071 bash[23484]: audit 2024-09-16T08:32:36.896749+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.3:0/1922829654' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T08:32:37.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:37 smithi071 bash[23484]: audit 2024-09-16T08:32:36.896749+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.3:0/1922829654' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T08:32:37.913 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-16T08:32:37.913 INFO:tasks.cephadm:Setup complete, yielding 2024-09-16T08:32:37.913 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T08:32:37.929 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2024-09-16T08:32:37.929 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- bash -c 'set -e 2024-09-16T08:32:37.929 DEBUG:teuthology.orchestra.run.smithi003:> set -x 2024-09-16T08:32:37.929 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch apply node-exporter 2024-09-16T08:32:37.929 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch apply grafana 2024-09-16T08:32:37.929 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch apply alertmanager 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch apply prometheus 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> sleep 240 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch ls 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch ps 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch host ls 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> # check each host node-exporter metrics endpoint is responsive 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> for ip in $ALL_HOST_IPS; do 2024-09-16T08:32:37.930 DEBUG:teuthology.orchestra.run.smithi003:> curl -s http://${ip}:9100/metric 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> done 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> # check grafana endpoints are responsive and database health is okay 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> # stop mon daemon in order to trigger an alert 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch daemon stop $MON_DAEMON 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> sleep 120 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-16T08:32:37.931 DEBUG:teuthology.orchestra.run.smithi003:> ' 2024-09-16T08:32:39.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:39 smithi177 bash[23301]: cluster 2024-09-16T08:32:37.888476+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:39.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:39 smithi177 bash[23301]: cluster 2024-09-16T08:32:37.888476+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:39.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:39 smithi071 bash[23484]: cluster 2024-09-16T08:32:37.888476+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:39.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:39 smithi071 bash[23484]: cluster 2024-09-16T08:32:37.888476+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:39.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:39 smithi003 bash[22755]: cluster 2024-09-16T08:32:37.888476+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:39 smithi003 bash[22755]: cluster 2024-09-16T08:32:37.888476+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:41.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: cluster 2024-09-16T08:32:39.889064+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: cluster 2024-09-16T08:32:39.889064+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:40.187478+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:40.187478+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:40.196093+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:40.196093+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:40.205755+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:40.205755+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:41.125557+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:41.125557+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:41.134917+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:41.134917+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:41.145577+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:41 smithi071 bash[23484]: audit 2024-09-16T08:32:41.145577+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: cluster 2024-09-16T08:32:39.889064+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:41.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: cluster 2024-09-16T08:32:39.889064+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:41.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:40.187478+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:40.187478+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:40.196093+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:40.196093+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:40.205755+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:40.205755+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:41.125557+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:41.125557+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:41.134917+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:41.134917+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:41.145577+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:41 smithi003 bash[22755]: audit 2024-09-16T08:32:41.145577+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: cluster 2024-09-16T08:32:39.889064+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:41.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: cluster 2024-09-16T08:32:39.889064+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:40.187478+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:40.187478+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:40.196093+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:40.196093+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:40.205755+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:40.205755+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:41.125557+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:41.125557+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:41.134917+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:41.134917+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:41.145577+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:41.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:41 smithi177 bash[23301]: audit 2024-09-16T08:32:41.145577+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.180 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:32:43.453 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:43 smithi071 bash[23484]: cluster 2024-09-16T08:32:41.889647+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:43.453 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:43 smithi071 bash[23484]: cluster 2024-09-16T08:32:41.889647+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:43.453 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:43 smithi071 bash[23484]: audit 2024-09-16T08:32:42.910699+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.453 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:43 smithi071 bash[23484]: audit 2024-09-16T08:32:42.910699+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.453 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:43 smithi071 bash[23484]: audit 2024-09-16T08:32:42.918046+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.453 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:43 smithi071 bash[23484]: audit 2024-09-16T08:32:42.918046+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.453 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:43 smithi071 bash[23484]: audit 2024-09-16T08:32:42.927136+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.453 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:43 smithi071 bash[23484]: audit 2024-09-16T08:32:42.927136+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:43 smithi003 bash[22755]: cluster 2024-09-16T08:32:41.889647+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:43.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:43 smithi003 bash[22755]: cluster 2024-09-16T08:32:41.889647+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:43.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:43 smithi003 bash[22755]: audit 2024-09-16T08:32:42.910699+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:43 smithi003 bash[22755]: audit 2024-09-16T08:32:42.910699+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:43 smithi003 bash[22755]: audit 2024-09-16T08:32:42.918046+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:43 smithi003 bash[22755]: audit 2024-09-16T08:32:42.918046+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:43 smithi003 bash[22755]: audit 2024-09-16T08:32:42.927136+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:43 smithi003 bash[22755]: audit 2024-09-16T08:32:42.927136+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:43 smithi177 bash[23301]: cluster 2024-09-16T08:32:41.889647+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:43.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:43 smithi177 bash[23301]: cluster 2024-09-16T08:32:41.889647+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:43.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:43 smithi177 bash[23301]: audit 2024-09-16T08:32:42.910699+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:43 smithi177 bash[23301]: audit 2024-09-16T08:32:42.910699+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:43 smithi177 bash[23301]: audit 2024-09-16T08:32:42.918046+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:43 smithi177 bash[23301]: audit 2024-09-16T08:32:42.918046+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:43 smithi177 bash[23301]: audit 2024-09-16T08:32:42.927136+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:43.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:43 smithi177 bash[23301]: audit 2024-09-16T08:32:42.927136+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:44.211 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch apply node-exporter 2024-09-16T08:32:44.529 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled node-exporter update... 2024-09-16T08:32:44.543 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch apply grafana 2024-09-16T08:32:44.860 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled grafana update... 2024-09-16T08:32:44.873 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch apply alertmanager 2024-09-16T08:32:45.205 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled alertmanager update... 2024-09-16T08:32:45.218 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch apply prometheus 2024-09-16T08:32:45.364 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:32:45 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:45.365 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:45.365 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:32:45 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:45.522 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled prometheus update... 2024-09-16T08:32:45.534 INFO:teuthology.orchestra.run.smithi003.stderr:+ sleep 240 2024-09-16T08:32:45.728 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:32:45 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:45.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:32:45 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: cluster 2024-09-16T08:32:43.890122+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: cluster 2024-09-16T08:32:43.890122+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.526406+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.526406+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: cephadm 2024-09-16T08:32:44.527516+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: cephadm 2024-09-16T08:32:44.527516+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.532151+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.532151+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.533431+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.533431+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.537167+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.537167+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.538106+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.538106+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.544747+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.544747+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: cephadm 2024-09-16T08:32:44.547771+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Deploying daemon node-exporter.smithi003 on smithi003 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: cephadm 2024-09-16T08:32:44.547771+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Deploying daemon node-exporter.smithi003 on smithi003 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.863547+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:44.863547+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:45.209120+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:45.209120+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:45.525247+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:45 smithi003 bash[22755]: audit 2024-09-16T08:32:45.525247+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: cluster 2024-09-16T08:32:43.890122+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:45.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: cluster 2024-09-16T08:32:43.890122+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.526406+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.526406+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: cephadm 2024-09-16T08:32:44.527516+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: cephadm 2024-09-16T08:32:44.527516+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.532151+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.532151+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.533431+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.533431+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.537167+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:45.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.537167+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.538106+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.538106+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.544747+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.544747+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: cephadm 2024-09-16T08:32:44.547771+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Deploying daemon node-exporter.smithi003 on smithi003 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: cephadm 2024-09-16T08:32:44.547771+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Deploying daemon node-exporter.smithi003 on smithi003 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.863547+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:44.863547+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:45.209120+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:45.209120+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:45.525247+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:45 smithi177 bash[23301]: audit 2024-09-16T08:32:45.525247+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: cluster 2024-09-16T08:32:43.890122+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: cluster 2024-09-16T08:32:43.890122+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.526406+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.526406+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: cephadm 2024-09-16T08:32:44.527516+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T08:32:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: cephadm 2024-09-16T08:32:44.527516+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T08:32:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.532151+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.532151+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.533431+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.533431+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.537167+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.537167+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.538106+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.538106+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.544747+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.544747+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: cephadm 2024-09-16T08:32:44.547771+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Deploying daemon node-exporter.smithi003 on smithi003 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: cephadm 2024-09-16T08:32:44.547771+0000 mgr.a (mgr.14152) 259 : cephadm [INF] Deploying daemon node-exporter.smithi003 on smithi003 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.863547+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:44.863547+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:45.209120+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:45.209120+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:45.525247+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:45.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:45 smithi071 bash[23484]: audit 2024-09-16T08:32:45.525247+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.674 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:32:46 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:46.674 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:32:46 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:46.675 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:32:46 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:46.675 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:32:46 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:46.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:46.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:44.856294+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:44.856294+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: cephadm 2024-09-16T08:32:44.858132+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T08:32:46.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: cephadm 2024-09-16T08:32:44.858132+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.201109+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.201109+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: cephadm 2024-09-16T08:32:45.203369+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: cephadm 2024-09-16T08:32:45.203369+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.518246+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.518246+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: cephadm 2024-09-16T08:32:45.519709+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: cephadm 2024-09-16T08:32:45.519709+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.625556+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.625556+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.631197+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.631197+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.637950+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 bash[23484]: audit 2024-09-16T08:32:45.637950+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:46 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:46.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:44.856294+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:44.856294+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: cephadm 2024-09-16T08:32:44.858132+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T08:32:46.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: cephadm 2024-09-16T08:32:44.858132+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T08:32:46.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.201109+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.201109+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: cephadm 2024-09-16T08:32:45.203369+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T08:32:46.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: cephadm 2024-09-16T08:32:45.203369+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T08:32:46.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.518246+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.518246+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: cephadm 2024-09-16T08:32:45.519709+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T08:32:46.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: cephadm 2024-09-16T08:32:45.519709+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T08:32:46.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.625556+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.625556+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.631197+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.631197+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.637950+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:46 smithi003 bash[22755]: audit 2024-09-16T08:32:45.637950+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:44.856294+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:44.856294+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: cephadm 2024-09-16T08:32:44.858132+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T08:32:46.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: cephadm 2024-09-16T08:32:44.858132+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T08:32:46.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.201109+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.201109+0000 mgr.a (mgr.14152) 262 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: cephadm 2024-09-16T08:32:45.203369+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: cephadm 2024-09-16T08:32:45.203369+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.518246+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.518246+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: cephadm 2024-09-16T08:32:45.519709+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: cephadm 2024-09-16T08:32:45.519709+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.625556+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.625556+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.631197+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.631197+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.637950+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:46.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:46 smithi177 bash[23301]: audit 2024-09-16T08:32:45.637950+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.515 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:47.516 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:32:47 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:47.787 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: cephadm 2024-09-16T08:32:45.638670+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2024-09-16T08:32:47.787 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: cephadm 2024-09-16T08:32:45.638670+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2024-09-16T08:32:47.787 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: cluster 2024-09-16T08:32:45.890621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:47.787 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: cluster 2024-09-16T08:32:45.890621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:47.787 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: audit 2024-09-16T08:32:46.759481+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.787 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: audit 2024-09-16T08:32:46.759481+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.787 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: audit 2024-09-16T08:32:46.767933+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.787 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: audit 2024-09-16T08:32:46.767933+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.788 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: audit 2024-09-16T08:32:46.776505+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.788 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:47 smithi003 bash[22755]: audit 2024-09-16T08:32:46.776505+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.793 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:32:47 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: cephadm 2024-09-16T08:32:45.638670+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: cephadm 2024-09-16T08:32:45.638670+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: cluster 2024-09-16T08:32:45.890621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: cluster 2024-09-16T08:32:45.890621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: audit 2024-09-16T08:32:46.759481+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: audit 2024-09-16T08:32:46.759481+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: audit 2024-09-16T08:32:46.767933+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: audit 2024-09-16T08:32:46.767933+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: audit 2024-09-16T08:32:46.776505+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 bash[23301]: audit 2024-09-16T08:32:46.776505+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:47 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:32:47.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: cephadm 2024-09-16T08:32:45.638670+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2024-09-16T08:32:47.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: cephadm 2024-09-16T08:32:45.638670+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2024-09-16T08:32:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: cluster 2024-09-16T08:32:45.890621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: cluster 2024-09-16T08:32:45.890621+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: audit 2024-09-16T08:32:46.759481+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: audit 2024-09-16T08:32:46.759481+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: audit 2024-09-16T08:32:46.767933+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: audit 2024-09-16T08:32:46.767933+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: audit 2024-09-16T08:32:46.776505+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:47.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:47 smithi071 bash[23484]: audit 2024-09-16T08:32:46.776505+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: cephadm 2024-09-16T08:32:46.778087+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-09-16T08:32:48.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: cephadm 2024-09-16T08:32:46.778087+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-09-16T08:32:48.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.897896+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.897896+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.905797+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.905797+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.913442+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.913442+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.920590+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.920590+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.966881+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.966881+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.970141+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.970141+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.971165+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.971165+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.977811+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:47.977811+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:48.012900+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:48.012900+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:48.016020+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:48.016020+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.730 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:48.016769+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.730 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:48.016769+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.730 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:48.022189+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.730 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:48 smithi177 bash[23301]: audit 2024-09-16T08:32:48.022189+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: cephadm 2024-09-16T08:32:46.778087+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-09-16T08:32:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: cephadm 2024-09-16T08:32:46.778087+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-09-16T08:32:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.897896+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.897896+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.905797+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.905797+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.913442+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.913442+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.920590+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.920590+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.966881+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.966881+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.970141+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.970141+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.971165+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.971165+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.977811+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:47.977811+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:48.012900+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:48.012900+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:48.016020+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:48.016020+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:48.016769+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:48.016769+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:48.022189+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:48 smithi071 bash[23484]: audit 2024-09-16T08:32:48.022189+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: cephadm 2024-09-16T08:32:46.778087+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-09-16T08:32:48.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: cephadm 2024-09-16T08:32:46.778087+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-09-16T08:32:48.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.897896+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.897896+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.905797+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.905797+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.913442+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.913442+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.920590+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.920590+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.966881+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.966881+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.970141+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.970141+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.971165+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.971165+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.977811+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:47.977811+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:48.012900+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:48.012900+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:48.016020+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:48.016020+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:48.016769+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:48.016769+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:48.022189+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:48 smithi003 bash[22755]: audit 2024-09-16T08:32:48.022189+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:49.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:49 smithi071 bash[23484]: cluster 2024-09-16T08:32:47.891230+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:49.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:49 smithi071 bash[23484]: cluster 2024-09-16T08:32:47.891230+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:49.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:49 smithi071 bash[23484]: cephadm 2024-09-16T08:32:47.978469+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:49.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:49 smithi071 bash[23484]: cephadm 2024-09-16T08:32:47.978469+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:49.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:49 smithi071 bash[23484]: cephadm 2024-09-16T08:32:48.022616+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:49.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:49 smithi071 bash[23484]: cephadm 2024-09-16T08:32:48.022616+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:49.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:49 smithi003 bash[22755]: cluster 2024-09-16T08:32:47.891230+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:49.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:49 smithi003 bash[22755]: cluster 2024-09-16T08:32:47.891230+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:49.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:49 smithi003 bash[22755]: cephadm 2024-09-16T08:32:47.978469+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:49.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:49 smithi003 bash[22755]: cephadm 2024-09-16T08:32:47.978469+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:49.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:49 smithi003 bash[22755]: cephadm 2024-09-16T08:32:48.022616+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:49.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:49 smithi003 bash[22755]: cephadm 2024-09-16T08:32:48.022616+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:50.044 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:49 smithi177 bash[23301]: cluster 2024-09-16T08:32:47.891230+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:50.044 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:49 smithi177 bash[23301]: cluster 2024-09-16T08:32:47.891230+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:50.044 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:49 smithi177 bash[23301]: cephadm 2024-09-16T08:32:47.978469+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:50.044 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:49 smithi177 bash[23301]: cephadm 2024-09-16T08:32:47.978469+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:50.044 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:49 smithi177 bash[23301]: cephadm 2024-09-16T08:32:48.022616+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:50.044 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:49 smithi177 bash[23301]: cephadm 2024-09-16T08:32:48.022616+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:32:51.811 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:51 smithi003 bash[22755]: cluster 2024-09-16T08:32:49.891797+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:51.811 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:51 smithi003 bash[22755]: cluster 2024-09-16T08:32:49.891797+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:51.827 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:51 smithi071 bash[23484]: cluster 2024-09-16T08:32:49.891797+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:51.827 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:51 smithi071 bash[23484]: cluster 2024-09-16T08:32:49.891797+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:52.044 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:51 smithi177 bash[23301]: cluster 2024-09-16T08:32:49.891797+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:52.044 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:51 smithi177 bash[23301]: cluster 2024-09-16T08:32:49.891797+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:53.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:53 smithi177 bash[23301]: cluster 2024-09-16T08:32:51.892204+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:53.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:53 smithi177 bash[23301]: cluster 2024-09-16T08:32:51.892204+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:53.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:53 smithi177 bash[23301]: audit 2024-09-16T08:32:52.569540+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:53 smithi177 bash[23301]: audit 2024-09-16T08:32:52.569540+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:53 smithi177 bash[23301]: audit 2024-09-16T08:32:53.302883+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:53 smithi177 bash[23301]: audit 2024-09-16T08:32:53.302883+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:53 smithi071 bash[23484]: cluster 2024-09-16T08:32:51.892204+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:53 smithi071 bash[23484]: cluster 2024-09-16T08:32:51.892204+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:53 smithi071 bash[23484]: audit 2024-09-16T08:32:52.569540+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:53 smithi071 bash[23484]: audit 2024-09-16T08:32:52.569540+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:53 smithi071 bash[23484]: audit 2024-09-16T08:32:53.302883+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:53 smithi071 bash[23484]: audit 2024-09-16T08:32:53.302883+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:53 smithi003 bash[22755]: cluster 2024-09-16T08:32:51.892204+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:53.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:53 smithi003 bash[22755]: cluster 2024-09-16T08:32:51.892204+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:53.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:53 smithi003 bash[22755]: audit 2024-09-16T08:32:52.569540+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:53 smithi003 bash[22755]: audit 2024-09-16T08:32:52.569540+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:53 smithi003 bash[22755]: audit 2024-09-16T08:32:53.302883+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:53.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:53 smithi003 bash[22755]: audit 2024-09-16T08:32:53.302883+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:55 smithi177 bash[23301]: cluster 2024-09-16T08:32:53.892721+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:55.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:55 smithi177 bash[23301]: cluster 2024-09-16T08:32:53.892721+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:55.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:55 smithi177 bash[23301]: audit 2024-09-16T08:32:54.252929+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:55 smithi177 bash[23301]: audit 2024-09-16T08:32:54.252929+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:55 smithi177 bash[23301]: audit 2024-09-16T08:32:54.662119+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:55 smithi177 bash[23301]: audit 2024-09-16T08:32:54.662119+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.585 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:55 smithi071 bash[23484]: cluster 2024-09-16T08:32:53.892721+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:55.586 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:55 smithi071 bash[23484]: cluster 2024-09-16T08:32:53.892721+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:55.586 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:55 smithi071 bash[23484]: audit 2024-09-16T08:32:54.252929+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.586 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:55 smithi071 bash[23484]: audit 2024-09-16T08:32:54.252929+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.586 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:55 smithi071 bash[23484]: audit 2024-09-16T08:32:54.662119+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.586 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:55 smithi071 bash[23484]: audit 2024-09-16T08:32:54.662119+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:55 smithi003 bash[22755]: cluster 2024-09-16T08:32:53.892721+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:55 smithi003 bash[22755]: cluster 2024-09-16T08:32:53.892721+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:55 smithi003 bash[22755]: audit 2024-09-16T08:32:54.252929+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:55 smithi003 bash[22755]: audit 2024-09-16T08:32:54.252929+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:55 smithi003 bash[22755]: audit 2024-09-16T08:32:54.662119+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:55.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:55 smithi003 bash[22755]: audit 2024-09-16T08:32:54.662119+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: cluster 2024-09-16T08:32:55.893254+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: cluster 2024-09-16T08:32:55.893254+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.030011+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.030011+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.036618+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.036618+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.042362+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.042362+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.413293+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.413293+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.419881+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.419881+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.427281+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.295 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:57 smithi177 bash[23301]: audit 2024-09-16T08:32:56.427281+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: cluster 2024-09-16T08:32:55.893254+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: cluster 2024-09-16T08:32:55.893254+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.030011+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.030011+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.036618+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.036618+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.042362+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.042362+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.413293+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.413293+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.419881+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.419881+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.427281+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:57 smithi071 bash[23484]: audit 2024-09-16T08:32:56.427281+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: cluster 2024-09-16T08:32:55.893254+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: cluster 2024-09-16T08:32:55.893254+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.030011+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.030011+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.036618+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.036618+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.042362+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.042362+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.413293+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.413293+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.419881+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.419881+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.427281+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:57.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:57 smithi003 bash[22755]: audit 2024-09-16T08:32:56.427281+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.443552+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.443552+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.451869+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.451869+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.456591+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.456591+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.463041+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.463041+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.463801+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:58.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.463801+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:58.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.465733+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:58.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.465733+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:58.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.476044+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: audit 2024-09-16T08:32:57.476044+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: cephadm 2024-09-16T08:32:57.483230+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:32:58.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:58 smithi003 bash[22755]: cephadm 2024-09-16T08:32:57.483230+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:32:58.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.443552+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.443552+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.451869+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.451869+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.456591+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.456591+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.463041+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.463041+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.463801+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.463801+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.465733+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.465733+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.476044+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: audit 2024-09-16T08:32:57.476044+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: cephadm 2024-09-16T08:32:57.483230+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:32:58.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:58 smithi177 bash[23301]: cephadm 2024-09-16T08:32:57.483230+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:32:58.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.443552+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.443552+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.451869+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.451869+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.456591+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.456591+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.463041+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.463041+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.463801+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.463801+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.465733+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:58.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.465733+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:32:58.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.476044+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: audit 2024-09-16T08:32:57.476044+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:58.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: cephadm 2024-09-16T08:32:57.483230+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:32:58.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:58 smithi071 bash[23484]: cephadm 2024-09-16T08:32:57.483230+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:32:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: cluster 2024-09-16T08:32:57.893593+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: cluster 2024-09-16T08:32:57.893593+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: audit 2024-09-16T08:32:58.838367+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: audit 2024-09-16T08:32:58.838367+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: audit 2024-09-16T08:32:58.845023+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: audit 2024-09-16T08:32:58.845023+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: audit 2024-09-16T08:32:58.848717+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T08:32:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: audit 2024-09-16T08:32:58.848717+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T08:32:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: audit 2024-09-16T08:32:58.855185+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:32:59 smithi003 bash[22755]: audit 2024-09-16T08:32:58.855185+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: cluster 2024-09-16T08:32:57.893593+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: cluster 2024-09-16T08:32:57.893593+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: audit 2024-09-16T08:32:58.838367+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: audit 2024-09-16T08:32:58.838367+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: audit 2024-09-16T08:32:58.845023+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: audit 2024-09-16T08:32:58.845023+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: audit 2024-09-16T08:32:58.848717+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: audit 2024-09-16T08:32:58.848717+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: audit 2024-09-16T08:32:58.855185+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:32:59 smithi177 bash[23301]: audit 2024-09-16T08:32:58.855185+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: cluster 2024-09-16T08:32:57.893593+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:59.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: cluster 2024-09-16T08:32:57.893593+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:32:59.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: audit 2024-09-16T08:32:58.838367+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: audit 2024-09-16T08:32:58.838367+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: audit 2024-09-16T08:32:58.845023+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: audit 2024-09-16T08:32:58.845023+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: audit 2024-09-16T08:32:58.848717+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T08:32:59.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: audit 2024-09-16T08:32:58.848717+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T08:32:59.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: audit 2024-09-16T08:32:58.855185+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:32:59.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:32:59 smithi071 bash[23484]: audit 2024-09-16T08:32:58.855185+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:00.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:00 smithi177 bash[23301]: audit 2024-09-16T08:32:58.849526+0000 mgr.a (mgr.14152) 278 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:33:00.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:00 smithi177 bash[23301]: audit 2024-09-16T08:32:58.849526+0000 mgr.a (mgr.14152) 278 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:33:00.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:00 smithi177 bash[23301]: cephadm 2024-09-16T08:32:58.892005+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon grafana.smithi003 on smithi003 2024-09-16T08:33:00.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:00 smithi177 bash[23301]: cephadm 2024-09-16T08:32:58.892005+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon grafana.smithi003 on smithi003 2024-09-16T08:33:00.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:00 smithi071 bash[23484]: audit 2024-09-16T08:32:58.849526+0000 mgr.a (mgr.14152) 278 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:33:00.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:00 smithi071 bash[23484]: audit 2024-09-16T08:32:58.849526+0000 mgr.a (mgr.14152) 278 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:33:00.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:00 smithi071 bash[23484]: cephadm 2024-09-16T08:32:58.892005+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon grafana.smithi003 on smithi003 2024-09-16T08:33:00.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:00 smithi071 bash[23484]: cephadm 2024-09-16T08:32:58.892005+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon grafana.smithi003 on smithi003 2024-09-16T08:33:00.978 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:00 smithi003 bash[22755]: audit 2024-09-16T08:32:58.849526+0000 mgr.a (mgr.14152) 278 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:33:00.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:00 smithi003 bash[22755]: audit 2024-09-16T08:32:58.849526+0000 mgr.a (mgr.14152) 278 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:33:00.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:00 smithi003 bash[22755]: cephadm 2024-09-16T08:32:58.892005+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon grafana.smithi003 on smithi003 2024-09-16T08:33:00.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:00 smithi003 bash[22755]: cephadm 2024-09-16T08:32:58.892005+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon grafana.smithi003 on smithi003 2024-09-16T08:33:01.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:01 smithi177 bash[23301]: cluster 2024-09-16T08:32:59.894000+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:01.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:01 smithi177 bash[23301]: cluster 2024-09-16T08:32:59.894000+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:01.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:01 smithi071 bash[23484]: cluster 2024-09-16T08:32:59.894000+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:01.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:01 smithi071 bash[23484]: cluster 2024-09-16T08:32:59.894000+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:01.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:01 smithi003 bash[22755]: cluster 2024-09-16T08:32:59.894000+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:01.982 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:01 smithi003 bash[22755]: cluster 2024-09-16T08:32:59.894000+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:03.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:03 smithi177 bash[23301]: cluster 2024-09-16T08:33:01.894390+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:03.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:03 smithi177 bash[23301]: cluster 2024-09-16T08:33:01.894390+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:03.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:03 smithi071 bash[23484]: cluster 2024-09-16T08:33:01.894390+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:03.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:03 smithi071 bash[23484]: cluster 2024-09-16T08:33:01.894390+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:03.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:03 smithi003 bash[22755]: cluster 2024-09-16T08:33:01.894390+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:03.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:03 smithi003 bash[22755]: cluster 2024-09-16T08:33:01.894390+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:05.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:05 smithi177 bash[23301]: cluster 2024-09-16T08:33:03.895004+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:05.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:05 smithi177 bash[23301]: cluster 2024-09-16T08:33:03.895004+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:05.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:05 smithi071 bash[23484]: cluster 2024-09-16T08:33:03.895004+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:05.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:05 smithi071 bash[23484]: cluster 2024-09-16T08:33:03.895004+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:05.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:05 smithi003 bash[22755]: cluster 2024-09-16T08:33:03.895004+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:05.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:05 smithi003 bash[22755]: cluster 2024-09-16T08:33:03.895004+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:07.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:07 smithi177 bash[23301]: cluster 2024-09-16T08:33:05.895533+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:07.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:07 smithi177 bash[23301]: cluster 2024-09-16T08:33:05.895533+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:07.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:07 smithi071 bash[23484]: cluster 2024-09-16T08:33:05.895533+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:07.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:07 smithi071 bash[23484]: cluster 2024-09-16T08:33:05.895533+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:07.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:07 smithi003 bash[22755]: cluster 2024-09-16T08:33:05.895533+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:07.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:07 smithi003 bash[22755]: cluster 2024-09-16T08:33:05.895533+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:09.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:09 smithi177 bash[23301]: cluster 2024-09-16T08:33:07.896213+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:09.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:09 smithi177 bash[23301]: cluster 2024-09-16T08:33:07.896213+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:09.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:09 smithi071 bash[23484]: cluster 2024-09-16T08:33:07.896213+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:09.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:09 smithi071 bash[23484]: cluster 2024-09-16T08:33:07.896213+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:09.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:09 smithi003 bash[22755]: cluster 2024-09-16T08:33:07.896213+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:09.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:09 smithi003 bash[22755]: cluster 2024-09-16T08:33:07.896213+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:11.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:11 smithi071 bash[23484]: cluster 2024-09-16T08:33:09.896869+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:11.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:11 smithi071 bash[23484]: cluster 2024-09-16T08:33:09.896869+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:11.711 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:11 smithi177 bash[23301]: cluster 2024-09-16T08:33:09.896869+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:11.711 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:11 smithi177 bash[23301]: cluster 2024-09-16T08:33:09.896869+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:11.998 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:11 smithi003 bash[22755]: cluster 2024-09-16T08:33:09.896869+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:11.998 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:11 smithi003 bash[22755]: cluster 2024-09-16T08:33:09.896869+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:13.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:13 smithi071 bash[23484]: cluster 2024-09-16T08:33:11.897407+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:13.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:13 smithi071 bash[23484]: cluster 2024-09-16T08:33:11.897407+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:13.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:13 smithi177 bash[23301]: cluster 2024-09-16T08:33:11.897407+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:13.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:13 smithi177 bash[23301]: cluster 2024-09-16T08:33:11.897407+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:13.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:13 smithi003 bash[22755]: cluster 2024-09-16T08:33:11.897407+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:13.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:13 smithi003 bash[22755]: cluster 2024-09-16T08:33:11.897407+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:15.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:15 smithi177 bash[23301]: cluster 2024-09-16T08:33:13.897952+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:15.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:15 smithi177 bash[23301]: cluster 2024-09-16T08:33:13.897952+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:15.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:15 smithi177 bash[23301]: audit 2024-09-16T08:33:14.671437+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:15 smithi177 bash[23301]: audit 2024-09-16T08:33:14.671437+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:15 smithi177 bash[23301]: audit 2024-09-16T08:33:14.679803+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:15 smithi177 bash[23301]: audit 2024-09-16T08:33:14.679803+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:15 smithi177 bash[23301]: audit 2024-09-16T08:33:14.689596+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:15 smithi177 bash[23301]: audit 2024-09-16T08:33:14.689596+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.814 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:15 smithi003 bash[22755]: cluster 2024-09-16T08:33:13.897952+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:15.814 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:15 smithi003 bash[22755]: cluster 2024-09-16T08:33:13.897952+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:15.814 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:15 smithi003 bash[22755]: audit 2024-09-16T08:33:14.671437+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.814 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:15 smithi003 bash[22755]: audit 2024-09-16T08:33:14.671437+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.814 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:15 smithi003 bash[22755]: audit 2024-09-16T08:33:14.679803+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.814 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:15 smithi003 bash[22755]: audit 2024-09-16T08:33:14.679803+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.814 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:15 smithi003 bash[22755]: audit 2024-09-16T08:33:14.689596+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.814 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:15 smithi003 bash[22755]: audit 2024-09-16T08:33:14.689596+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:15 smithi071 bash[23484]: cluster 2024-09-16T08:33:13.897952+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:15.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:15 smithi071 bash[23484]: cluster 2024-09-16T08:33:13.897952+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:15.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:15 smithi071 bash[23484]: audit 2024-09-16T08:33:14.671437+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:15 smithi071 bash[23484]: audit 2024-09-16T08:33:14.671437+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:15 smithi071 bash[23484]: audit 2024-09-16T08:33:14.679803+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:15 smithi071 bash[23484]: audit 2024-09-16T08:33:14.679803+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:15 smithi071 bash[23484]: audit 2024-09-16T08:33:14.689596+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:15.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:15 smithi071 bash[23484]: audit 2024-09-16T08:33:14.689596+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: cluster 2024-09-16T08:33:15.898322+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: cluster 2024-09-16T08:33:15.898322+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.047356+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.047356+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.052321+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.052321+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.060322+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.060322+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.115180+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.115180+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.121585+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.121585+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.128082+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:17 smithi071 bash[23484]: audit 2024-09-16T08:33:16.128082+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: cluster 2024-09-16T08:33:15.898322+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: cluster 2024-09-16T08:33:15.898322+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.047356+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.047356+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.052321+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.052321+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.060322+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.060322+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.115180+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.115180+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.121585+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.121585+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.128082+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:17 smithi003 bash[22755]: audit 2024-09-16T08:33:16.128082+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: cluster 2024-09-16T08:33:15.898322+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: cluster 2024-09-16T08:33:15.898322+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.047356+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.047356+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.052321+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.052321+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.060322+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.060322+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.115180+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.115180+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.121585+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.121585+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.128082+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:17.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:17 smithi177 bash[23301]: audit 2024-09-16T08:33:16.128082+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:18.492 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:18 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:18.493 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:33:18 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:18.493 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:18 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:18.827 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:18 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:18.827 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:18 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:18.827 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:33:18 smithi003 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:19.149 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: cluster 2024-09-16T08:33:17.898984+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:19.149 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: cluster 2024-09-16T08:33:17.898984+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:19.149 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: audit 2024-09-16T08:33:18.754885+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.149 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: audit 2024-09-16T08:33:18.754885+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.149 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: audit 2024-09-16T08:33:18.759992+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.150 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: audit 2024-09-16T08:33:18.759992+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.150 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: audit 2024-09-16T08:33:18.764593+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.150 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: audit 2024-09-16T08:33:18.764593+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.150 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: audit 2024-09-16T08:33:18.769192+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.150 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:19 smithi003 bash[22755]: audit 2024-09-16T08:33:18.769192+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: cluster 2024-09-16T08:33:17.898984+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:19.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: cluster 2024-09-16T08:33:17.898984+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:19.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: audit 2024-09-16T08:33:18.754885+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: audit 2024-09-16T08:33:18.754885+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: audit 2024-09-16T08:33:18.759992+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: audit 2024-09-16T08:33:18.759992+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: audit 2024-09-16T08:33:18.764593+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: audit 2024-09-16T08:33:18.764593+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: audit 2024-09-16T08:33:18.769192+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:19 smithi071 bash[23484]: audit 2024-09-16T08:33:18.769192+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: cluster 2024-09-16T08:33:17.898984+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:19.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: cluster 2024-09-16T08:33:17.898984+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:19.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: audit 2024-09-16T08:33:18.754885+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: audit 2024-09-16T08:33:18.754885+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: audit 2024-09-16T08:33:18.759992+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: audit 2024-09-16T08:33:18.759992+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: audit 2024-09-16T08:33:18.764593+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: audit 2024-09-16T08:33:18.764593+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: audit 2024-09-16T08:33:18.769192+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:19.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:19 smithi177 bash[23301]: audit 2024-09-16T08:33:18.769192+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:20.364 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:20 smithi003 bash[22755]: cephadm 2024-09-16T08:33:18.778586+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon alertmanager.smithi177 on smithi177 2024-09-16T08:33:20.364 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:20 smithi003 bash[22755]: cephadm 2024-09-16T08:33:18.778586+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon alertmanager.smithi177 on smithi177 2024-09-16T08:33:20.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:20 smithi071 bash[23484]: cephadm 2024-09-16T08:33:18.778586+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon alertmanager.smithi177 on smithi177 2024-09-16T08:33:20.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:20 smithi071 bash[23484]: cephadm 2024-09-16T08:33:18.778586+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon alertmanager.smithi177 on smithi177 2024-09-16T08:33:20.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:20 smithi177 bash[23301]: cephadm 2024-09-16T08:33:18.778586+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon alertmanager.smithi177 on smithi177 2024-09-16T08:33:20.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:20 smithi177 bash[23301]: cephadm 2024-09-16T08:33:18.778586+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon alertmanager.smithi177 on smithi177 2024-09-16T08:33:21.199 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:21 smithi003 bash[22755]: cluster 2024-09-16T08:33:19.899557+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:21.200 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:21 smithi003 bash[22755]: cluster 2024-09-16T08:33:19.899557+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:21.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:21 smithi071 bash[23484]: cluster 2024-09-16T08:33:19.899557+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:21.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:21 smithi071 bash[23484]: cluster 2024-09-16T08:33:19.899557+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:21.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:21 smithi177 bash[23301]: cluster 2024-09-16T08:33:19.899557+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:21.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:21 smithi177 bash[23301]: cluster 2024-09-16T08:33:19.899557+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:23.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:23 smithi003 bash[22755]: cluster 2024-09-16T08:33:21.900185+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:23.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:23 smithi003 bash[22755]: cluster 2024-09-16T08:33:21.900185+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:23.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:23 smithi003 bash[22755]: audit 2024-09-16T08:33:22.579758+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:23.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:23 smithi003 bash[22755]: audit 2024-09-16T08:33:22.579758+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:23.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:23 smithi071 bash[23484]: cluster 2024-09-16T08:33:21.900185+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:23.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:23 smithi071 bash[23484]: cluster 2024-09-16T08:33:21.900185+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:23.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:23 smithi071 bash[23484]: audit 2024-09-16T08:33:22.579758+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:23.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:23 smithi071 bash[23484]: audit 2024-09-16T08:33:22.579758+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:24.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:23 smithi177 bash[23301]: cluster 2024-09-16T08:33:21.900185+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:24.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:23 smithi177 bash[23301]: cluster 2024-09-16T08:33:21.900185+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:24.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:23 smithi177 bash[23301]: audit 2024-09-16T08:33:22.579758+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:24.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:23 smithi177 bash[23301]: audit 2024-09-16T08:33:22.579758+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:24.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:24 smithi003 bash[22755]: cluster 2024-09-16T08:33:23.900775+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:24.670 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:24 smithi003 bash[22755]: cluster 2024-09-16T08:33:23.900775+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:24.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:24 smithi071 bash[23484]: cluster 2024-09-16T08:33:23.900775+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:24.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:24 smithi071 bash[23484]: cluster 2024-09-16T08:33:23.900775+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:24.984 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:24 smithi177 bash[23301]: cluster 2024-09-16T08:33:23.900775+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:24.984 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:24 smithi177 bash[23301]: cluster 2024-09-16T08:33:23.900775+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:27.066 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:33:26 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:27.066 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:26 smithi177 bash[23301]: cluster 2024-09-16T08:33:25.901304+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:27.066 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:26 smithi177 bash[23301]: cluster 2024-09-16T08:33:25.901304+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:27.066 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:26 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:27.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:26 smithi003 bash[22755]: cluster 2024-09-16T08:33:25.901304+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:27.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:26 smithi003 bash[22755]: cluster 2024-09-16T08:33:25.901304+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:27.417 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:27 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:27.417 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:33:27 smithi177 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:27.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:26 smithi071 bash[23484]: cluster 2024-09-16T08:33:25.901304+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:27.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:26 smithi071 bash[23484]: cluster 2024-09-16T08:33:25.901304+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:28.431 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.359102+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.431 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.359102+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.431 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.367262+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.367262+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.375223+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.375223+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.383312+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.383312+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.586650+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.586650+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.902390+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:28 smithi003 bash[22755]: audit 2024-09-16T08:33:27.902390+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.359102+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.359102+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.367262+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.367262+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.375223+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.375223+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.383312+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.383312+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.586650+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.586650+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.902390+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:28 smithi071 bash[23484]: audit 2024-09-16T08:33:27.902390+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.359102+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.359102+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.367262+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.367262+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.375223+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.375223+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.383312+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.383312+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.586650+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.586650+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.902390+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:28.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:28 smithi177 bash[23301]: audit 2024-09-16T08:33:27.902390+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.477 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: cephadm 2024-09-16T08:33:27.713587+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2024-09-16T08:33:29.477 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: cephadm 2024-09-16T08:33:27.713587+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2024-09-16T08:33:29.477 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: cluster 2024-09-16T08:33:27.901645+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:29.477 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: cluster 2024-09-16T08:33:27.901645+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:29.477 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: audit 2024-09-16T08:33:28.994552+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: audit 2024-09-16T08:33:28.994552+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: audit 2024-09-16T08:33:29.000819+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: audit 2024-09-16T08:33:29.000819+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: audit 2024-09-16T08:33:29.007640+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.478 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:29 smithi003 bash[22755]: audit 2024-09-16T08:33:29.007640+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: cephadm 2024-09-16T08:33:27.713587+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2024-09-16T08:33:29.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: cephadm 2024-09-16T08:33:27.713587+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2024-09-16T08:33:29.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: cluster 2024-09-16T08:33:27.901645+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:29.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: cluster 2024-09-16T08:33:27.901645+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:29.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: audit 2024-09-16T08:33:28.994552+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: audit 2024-09-16T08:33:28.994552+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: audit 2024-09-16T08:33:29.000819+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: audit 2024-09-16T08:33:29.000819+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: audit 2024-09-16T08:33:29.007640+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:29 smithi071 bash[23484]: audit 2024-09-16T08:33:29.007640+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.759 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: cephadm 2024-09-16T08:33:27.713587+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2024-09-16T08:33:29.759 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: cephadm 2024-09-16T08:33:27.713587+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2024-09-16T08:33:29.759 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: cluster 2024-09-16T08:33:27.901645+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:29.759 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: cluster 2024-09-16T08:33:27.901645+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:29.759 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: audit 2024-09-16T08:33:28.994552+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.759 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: audit 2024-09-16T08:33:28.994552+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.760 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: audit 2024-09-16T08:33:29.000819+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.760 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: audit 2024-09-16T08:33:29.000819+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.760 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: audit 2024-09-16T08:33:29.007640+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:29.760 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:29 smithi177 bash[23301]: audit 2024-09-16T08:33:29.007640+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:31.638 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:31 smithi003 bash[22755]: cluster 2024-09-16T08:33:29.902090+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:31.638 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:31 smithi003 bash[22755]: cluster 2024-09-16T08:33:29.902090+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:31.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:31 smithi071 bash[23484]: cluster 2024-09-16T08:33:29.902090+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:31.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:31 smithi071 bash[23484]: cluster 2024-09-16T08:33:29.902090+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:31.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:31 smithi177 bash[23301]: cluster 2024-09-16T08:33:29.902090+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:31.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:31 smithi177 bash[23301]: cluster 2024-09-16T08:33:29.902090+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:33 smithi003 bash[22755]: cluster 2024-09-16T08:33:31.902601+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:33 smithi003 bash[22755]: cluster 2024-09-16T08:33:31.902601+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:33.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:33 smithi071 bash[23484]: cluster 2024-09-16T08:33:31.902601+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:33.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:33 smithi071 bash[23484]: cluster 2024-09-16T08:33:31.902601+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:33.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:33 smithi177 bash[23301]: cluster 2024-09-16T08:33:31.902601+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:33.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:33 smithi177 bash[23301]: cluster 2024-09-16T08:33:31.902601+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:34.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:34 smithi071 bash[23484]: audit 2024-09-16T08:33:33.521687+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:34.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:34 smithi071 bash[23484]: audit 2024-09-16T08:33:33.521687+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:34.774 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:34 smithi003 bash[22755]: audit 2024-09-16T08:33:33.521687+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:34.774 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:34 smithi003 bash[22755]: audit 2024-09-16T08:33:33.521687+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:34.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:34 smithi177 bash[23301]: audit 2024-09-16T08:33:33.521687+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:34.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:34 smithi177 bash[23301]: audit 2024-09-16T08:33:33.521687+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.556 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:35 smithi003 bash[22755]: cluster 2024-09-16T08:33:33.903168+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:35.556 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:35 smithi003 bash[22755]: cluster 2024-09-16T08:33:33.903168+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:35.556 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:35 smithi003 bash[22755]: audit 2024-09-16T08:33:34.868445+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.557 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:35 smithi003 bash[22755]: audit 2024-09-16T08:33:34.868445+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.557 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:35 smithi003 bash[22755]: audit 2024-09-16T08:33:34.876914+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.557 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:35 smithi003 bash[22755]: audit 2024-09-16T08:33:34.876914+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.557 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:35 smithi003 bash[22755]: audit 2024-09-16T08:33:34.887219+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.557 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:35 smithi003 bash[22755]: audit 2024-09-16T08:33:34.887219+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:35 smithi177 bash[23301]: cluster 2024-09-16T08:33:33.903168+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:35.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:35 smithi177 bash[23301]: cluster 2024-09-16T08:33:33.903168+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:35.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:35 smithi177 bash[23301]: audit 2024-09-16T08:33:34.868445+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:35 smithi177 bash[23301]: audit 2024-09-16T08:33:34.868445+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:35 smithi177 bash[23301]: audit 2024-09-16T08:33:34.876914+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:35 smithi177 bash[23301]: audit 2024-09-16T08:33:34.876914+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:35 smithi177 bash[23301]: audit 2024-09-16T08:33:34.887219+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:35 smithi177 bash[23301]: audit 2024-09-16T08:33:34.887219+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:35 smithi071 bash[23484]: cluster 2024-09-16T08:33:33.903168+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:35.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:35 smithi071 bash[23484]: cluster 2024-09-16T08:33:33.903168+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:35.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:35 smithi071 bash[23484]: audit 2024-09-16T08:33:34.868445+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:35 smithi071 bash[23484]: audit 2024-09-16T08:33:34.868445+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:35 smithi071 bash[23484]: audit 2024-09-16T08:33:34.876914+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:35 smithi071 bash[23484]: audit 2024-09-16T08:33:34.876914+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:35 smithi071 bash[23484]: audit 2024-09-16T08:33:34.887219+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:35.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:35 smithi071 bash[23484]: audit 2024-09-16T08:33:34.887219+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:37 smithi003 bash[22755]: cluster 2024-09-16T08:33:35.903692+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:37.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:37 smithi003 bash[22755]: cluster 2024-09-16T08:33:35.903692+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:37.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:37 smithi003 bash[22755]: audit 2024-09-16T08:33:36.803278+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:37 smithi003 bash[22755]: audit 2024-09-16T08:33:36.803278+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:37 smithi003 bash[22755]: audit 2024-09-16T08:33:36.811907+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:37 smithi003 bash[22755]: audit 2024-09-16T08:33:36.811907+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:37 smithi003 bash[22755]: audit 2024-09-16T08:33:36.822189+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:37 smithi003 bash[22755]: audit 2024-09-16T08:33:36.822189+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:37 smithi177 bash[23301]: cluster 2024-09-16T08:33:35.903692+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:37.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:37 smithi177 bash[23301]: cluster 2024-09-16T08:33:35.903692+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:37.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:37 smithi177 bash[23301]: audit 2024-09-16T08:33:36.803278+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:37 smithi177 bash[23301]: audit 2024-09-16T08:33:36.803278+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:37 smithi177 bash[23301]: audit 2024-09-16T08:33:36.811907+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:37 smithi177 bash[23301]: audit 2024-09-16T08:33:36.811907+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:37 smithi177 bash[23301]: audit 2024-09-16T08:33:36.822189+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:37 smithi177 bash[23301]: audit 2024-09-16T08:33:36.822189+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:37 smithi071 bash[23484]: cluster 2024-09-16T08:33:35.903692+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:37.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:37 smithi071 bash[23484]: cluster 2024-09-16T08:33:35.903692+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:37.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:37 smithi071 bash[23484]: audit 2024-09-16T08:33:36.803278+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:37 smithi071 bash[23484]: audit 2024-09-16T08:33:36.803278+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:37 smithi071 bash[23484]: audit 2024-09-16T08:33:36.811907+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:37 smithi071 bash[23484]: audit 2024-09-16T08:33:36.811907+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:37 smithi071 bash[23484]: audit 2024-09-16T08:33:36.822189+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:37.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:37 smithi071 bash[23484]: audit 2024-09-16T08:33:36.822189+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:39.766 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:39 smithi071 bash[23484]: cluster 2024-09-16T08:33:37.904395+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:39.766 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:39 smithi071 bash[23484]: cluster 2024-09-16T08:33:37.904395+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:39.781 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:39 smithi003 bash[22755]: cluster 2024-09-16T08:33:37.904395+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:39.781 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:39 smithi003 bash[22755]: cluster 2024-09-16T08:33:37.904395+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:39.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:39 smithi177 bash[23301]: cluster 2024-09-16T08:33:37.904395+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:39.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:39 smithi177 bash[23301]: cluster 2024-09-16T08:33:37.904395+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:41.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:41 smithi003 bash[22755]: cluster 2024-09-16T08:33:39.904970+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:41.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:41 smithi003 bash[22755]: cluster 2024-09-16T08:33:39.904970+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:41.661 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:41 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:41.662 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:41 smithi071 bash[23484]: cluster 2024-09-16T08:33:39.904970+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:41.662 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:41 smithi071 bash[23484]: cluster 2024-09-16T08:33:39.904970+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:41.662 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:41 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:41.662 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:33:41 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:41.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:41 smithi177 bash[23301]: cluster 2024-09-16T08:33:39.904970+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:41.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:41 smithi177 bash[23301]: cluster 2024-09-16T08:33:39.904970+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:41.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:41 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:41.924 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:33:41 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:41.924 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:41 smithi071 systemd[1]: /etc/systemd/system/ceph-eff20752-7404-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-16T08:33:43.227 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:43 smithi003 bash[23011]: ignoring --setuser ceph since I am not root 2024-09-16T08:33:43.227 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:43 smithi003 bash[23011]: ignoring --setgroup ceph since I am not root 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: cluster 2024-09-16T08:33:41.905496+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: cluster 2024-09-16T08:33:41.905496+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:41.956503+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:41.956503+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:41.963975+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:41.963975+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:41.971574+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:41.971574+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:41.976511+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:41.976511+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T08:33:43.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:42.593134+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:42 smithi003 bash[22755]: audit 2024-09-16T08:33:42.593134+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: cluster 2024-09-16T08:33:41.905496+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:43.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: cluster 2024-09-16T08:33:41.905496+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:43.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:41.956503+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:41.956503+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:41.963975+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:41.963975+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:41.971574+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:41.971574+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:41.976511+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T08:33:43.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:41.976511+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T08:33:43.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:42.593134+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:42 smithi177 bash[23301]: audit 2024-09-16T08:33:42.593134+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.424 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:43 smithi071 bash[24295]: ignoring --setuser ceph since I am not root 2024-09-16T08:33:43.424 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:43 smithi071 bash[24295]: ignoring --setgroup ceph since I am not root 2024-09-16T08:33:43.424 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:43 smithi071 bash[24295]: debug 2024-09-16T08:33:43.034+0000 7f3900efa640 1 -- 172.21.15.71:0/1829075128 <== mon.2 v2:172.21.15.71:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55eab4e770e0 con 0x55eab4e78800 2024-09-16T08:33:43.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: cluster 2024-09-16T08:33:41.905496+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:43.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: cluster 2024-09-16T08:33:41.905496+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:41.956503+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:41.956503+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:41.963975+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:41.963975+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:41.971574+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:41.971574+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:41.976511+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:41.976511+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:42.593134+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:43.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:42 smithi071 bash[23484]: audit 2024-09-16T08:33:42.593134+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' 2024-09-16T08:33:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:43 smithi003 bash[22755]: audit 2024-09-16T08:33:42.972522+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:33:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:43 smithi003 bash[22755]: audit 2024-09-16T08:33:42.972522+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:33:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:43 smithi003 bash[22755]: cluster 2024-09-16T08:33:42.983456+0000 mon.a (mon.0) 750 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-16T08:33:44.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:43 smithi003 bash[22755]: cluster 2024-09-16T08:33:42.983456+0000 mon.a (mon.0) 750 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-16T08:33:44.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:43 smithi177 bash[23301]: audit 2024-09-16T08:33:42.972522+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:33:44.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:43 smithi177 bash[23301]: audit 2024-09-16T08:33:42.972522+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:33:44.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:43 smithi177 bash[23301]: cluster 2024-09-16T08:33:42.983456+0000 mon.a (mon.0) 750 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-16T08:33:44.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:43 smithi177 bash[23301]: cluster 2024-09-16T08:33:42.983456+0000 mon.a (mon.0) 750 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-16T08:33:44.323 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:43 smithi071 bash[23484]: audit 2024-09-16T08:33:42.972522+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:33:44.323 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:43 smithi071 bash[23484]: audit 2024-09-16T08:33:42.972522+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.3:0/3147437577' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:33:44.323 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:43 smithi071 bash[23484]: cluster 2024-09-16T08:33:42.983456+0000 mon.a (mon.0) 750 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-16T08:33:44.323 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:43 smithi071 bash[23484]: cluster 2024-09-16T08:33:42.983456+0000 mon.a (mon.0) 750 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-16T08:33:49.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.051935+0000 mon.a (mon.0) 751 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T08:33:49.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.051935+0000 mon.a (mon.0) 751 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T08:33:49.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.052133+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:33:49.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.052133+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:33:49.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: audit 2024-09-16T08:33:49.056782+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:33:49.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: audit 2024-09-16T08:33:49.056782+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:33:49.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: audit 2024-09-16T08:33:49.057441+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:33:49.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: audit 2024-09-16T08:33:49.057441+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:33:49.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: audit 2024-09-16T08:33:49.060126+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:33:49.415 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: audit 2024-09-16T08:33:49.060126+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:33:49.415 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: audit 2024-09-16T08:33:49.060791+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:33:49.415 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:49 smithi177 bash[23301]: audit 2024-09-16T08:33:49.060791+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:33:49.424 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[24295]: [16/Sep/2024:08:33:49] ENGINE Bus STARTING 2024-09-16T08:33:49.424 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[24295]: CherryPy Checker: 2024-09-16T08:33:49.424 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[24295]: The Application mounted at '' has an empty config. 2024-09-16T08:33:49.424 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[24295]: [16/Sep/2024:08:33:49] ENGINE Serving on http://:::9283 2024-09-16T08:33:49.424 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[24295]: [16/Sep/2024:08:33:49] ENGINE Bus STARTED 2024-09-16T08:33:49.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.051935+0000 mon.a (mon.0) 751 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T08:33:49.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.051935+0000 mon.a (mon.0) 751 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.052133+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.052133+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: audit 2024-09-16T08:33:49.056782+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: audit 2024-09-16T08:33:49.056782+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: audit 2024-09-16T08:33:49.057441+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: audit 2024-09-16T08:33:49.057441+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: audit 2024-09-16T08:33:49.060126+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: audit 2024-09-16T08:33:49.060126+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: audit 2024-09-16T08:33:49.060791+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:33:49.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:49 smithi071 bash[23484]: audit 2024-09-16T08:33:49.060791+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:33:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.051935+0000 mon.a (mon.0) 751 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T08:33:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.051935+0000 mon.a (mon.0) 751 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T08:33:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.052133+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:33:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.052133+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon b started 2024-09-16T08:33:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: audit 2024-09-16T08:33:49.056782+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:33:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: audit 2024-09-16T08:33:49.056782+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T08:33:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: audit 2024-09-16T08:33:49.057441+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:33:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: audit 2024-09-16T08:33:49.057441+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:33:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: audit 2024-09-16T08:33:49.060126+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:33:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: audit 2024-09-16T08:33:49.060126+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T08:33:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: audit 2024-09-16T08:33:49.060791+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:33:49.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:49 smithi003 bash[22755]: audit 2024-09-16T08:33:49.060791+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.71:0/2361594432' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:33:50.369 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.114726+0000 mon.a (mon.0) 753 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T08:33:50.369 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.114726+0000 mon.a (mon.0) 753 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T08:33:50.369 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.413101+0000 mon.a (mon.0) 754 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:33:50.369 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.413101+0000 mon.a (mon.0) 754 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:33:50.369 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.413617+0000 mon.a (mon.0) 755 : cluster [INF] Activating manager daemon a 2024-09-16T08:33:50.369 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.413617+0000 mon.a (mon.0) 755 : cluster [INF] Activating manager daemon a 2024-09-16T08:33:50.370 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.428105+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:33:50.370 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.428105+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:33:50.370 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.428706+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0152848s), standbys: b 2024-09-16T08:33:50.370 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.428706+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0152848s), standbys: b 2024-09-16T08:33:50.370 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.431014+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:33:50.370 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.431014+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:33:50.370 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.431156+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:33:50.370 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.431156+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:33:50.370 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.431291+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.431291+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.433185+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.433185+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.433509+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.433509+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.433733+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.433733+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.433952+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.433952+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.434148+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:33:50.371 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.434148+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:33:50.372 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.434535+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:33:50.372 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.434535+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:33:50.372 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.434776+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:33:50.372 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.434776+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:33:50.372 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.435122+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:33:50.372 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.435122+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:33:50.372 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.461404+0000 mon.a (mon.0) 769 : cluster [INF] Manager daemon a is now available 2024-09-16T08:33:50.372 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cluster 2024-09-16T08:33:49.461404+0000 mon.a (mon.0) 769 : cluster [INF] Manager daemon a is now available 2024-09-16T08:33:50.372 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.889333+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.889333+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.891991+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.891991+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.897960+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.897960+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.901340+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.901340+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.902483+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.902483+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.903008+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.903008+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.373 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.907432+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.907432+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.913791+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.913791+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.915530+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.915530+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.915708+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.915708+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.918884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.918884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.924709+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.924709+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:33:50.374 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.929044+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.929044+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.929501+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.929501+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cephadm 2024-09-16T08:33:49.933304+0000 mgr.a (mgr.14400) 1 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cephadm 2024-09-16T08:33:49.933304+0000 mgr.a (mgr.14400) 1 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cephadm 2024-09-16T08:33:49.935132+0000 mgr.a (mgr.14400) 2 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cephadm 2024-09-16T08:33:49.935132+0000 mgr.a (mgr.14400) 2 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cephadm 2024-09-16T08:33:49.935562+0000 mgr.a (mgr.14400) 3 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: cephadm 2024-09-16T08:33:49.935562+0000 mgr.a (mgr.14400) 3 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.938530+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:33:50.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:50 smithi177 bash[23301]: audit 2024-09-16T08:33:49.938530+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:33:50.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.114726+0000 mon.a (mon.0) 753 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.114726+0000 mon.a (mon.0) 753 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.413101+0000 mon.a (mon.0) 754 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.413101+0000 mon.a (mon.0) 754 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.413617+0000 mon.a (mon.0) 755 : cluster [INF] Activating manager daemon a 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.413617+0000 mon.a (mon.0) 755 : cluster [INF] Activating manager daemon a 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.428105+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.428105+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.428706+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0152848s), standbys: b 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.428706+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0152848s), standbys: b 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.431014+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.431014+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.431156+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:33:50.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.431156+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.431291+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.431291+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.433185+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.433185+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.433509+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.433509+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.433733+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.433733+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.433952+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.433952+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.434148+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.434148+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.434535+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:33:50.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.434535+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.434776+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.434776+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.435122+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.435122+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.461404+0000 mon.a (mon.0) 769 : cluster [INF] Manager daemon a is now available 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cluster 2024-09-16T08:33:49.461404+0000 mon.a (mon.0) 769 : cluster [INF] Manager daemon a is now available 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.889333+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.889333+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.891991+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.891991+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.897960+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.897960+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.427 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.901340+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.901340+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.902483+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.902483+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.903008+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.903008+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.428 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.907432+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.907432+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.913791+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.913791+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.915530+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.915530+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.915708+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.915708+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.918884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.918884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.924709+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.924709+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.929044+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:33:50.429 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.929044+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.929501+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.929501+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cephadm 2024-09-16T08:33:49.933304+0000 mgr.a (mgr.14400) 1 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cephadm 2024-09-16T08:33:49.933304+0000 mgr.a (mgr.14400) 1 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cephadm 2024-09-16T08:33:49.935132+0000 mgr.a (mgr.14400) 2 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cephadm 2024-09-16T08:33:49.935132+0000 mgr.a (mgr.14400) 2 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cephadm 2024-09-16T08:33:49.935562+0000 mgr.a (mgr.14400) 3 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: cephadm 2024-09-16T08:33:49.935562+0000 mgr.a (mgr.14400) 3 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.938530+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:33:50.430 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:50 smithi071 bash[23484]: audit 2024-09-16T08:33:49.938530+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.114726+0000 mon.a (mon.0) 753 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.114726+0000 mon.a (mon.0) 753 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.413101+0000 mon.a (mon.0) 754 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.413101+0000 mon.a (mon.0) 754 : cluster [INF] Active manager daemon a restarted 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.413617+0000 mon.a (mon.0) 755 : cluster [INF] Activating manager daemon a 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.413617+0000 mon.a (mon.0) 755 : cluster [INF] Activating manager daemon a 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.428105+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.428105+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.428706+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0152848s), standbys: b 2024-09-16T08:33:50.432 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.428706+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0152848s), standbys: b 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.431014+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.431014+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.431156+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.431156+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.431291+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.431291+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.433185+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.433185+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.433509+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.433509+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.433733+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:33:50.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.433733+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.433952+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.433952+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.434148+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.434148+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.434535+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.434535+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.434776+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.434776+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.435122+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.435122+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.461404+0000 mon.a (mon.0) 769 : cluster [INF] Manager daemon a is now available 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cluster 2024-09-16T08:33:49.461404+0000 mon.a (mon.0) 769 : cluster [INF] Manager daemon a is now available 2024-09-16T08:33:50.434 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.889333+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.889333+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.891991+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.891991+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.897960+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.897960+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.901340+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.901340+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.902483+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.902483+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.903008+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.903008+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-16T08:33:50.435 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.907432+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.907432+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.913791+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.913791+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.915530+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.915530+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.915708+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.915708+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.918884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.918884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]': finished 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.924709+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.924709+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:33:50.436 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.929044+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.929044+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.929501+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.929501+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cephadm 2024-09-16T08:33:49.933304+0000 mgr.a (mgr.14400) 1 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cephadm 2024-09-16T08:33:49.933304+0000 mgr.a (mgr.14400) 1 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cephadm 2024-09-16T08:33:49.935132+0000 mgr.a (mgr.14400) 2 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cephadm 2024-09-16T08:33:49.935132+0000 mgr.a (mgr.14400) 2 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cephadm 2024-09-16T08:33:49.935562+0000 mgr.a (mgr.14400) 3 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: cephadm 2024-09-16T08:33:49.935562+0000 mgr.a (mgr.14400) 3 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.938530+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:33:50.437 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[22755]: audit 2024-09-16T08:33:49.938530+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T08:33:50.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[23011]: [16/Sep/2024:08:33:50] ENGINE Bus STARTING 2024-09-16T08:33:50.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[23011]: CherryPy Checker: 2024-09-16T08:33:50.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[23011]: The Application mounted at '' has an empty config. 2024-09-16T08:33:50.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[23011]: [16/Sep/2024:08:33:50] ENGINE Serving on http://:::9283 2024-09-16T08:33:50.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:50 smithi003 bash[23011]: [16/Sep/2024:08:33:50] ENGINE Bus STARTED 2024-09-16T08:33:51.431 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: debug 2024-09-16T08:33:51.016+0000 7f1ca649a640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:08:33:51] ENGINE Error in HTTPServer.serve 2024-09-16T08:33:51.431 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: Traceback (most recent call last): 2024-09-16T08:33:51.432 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:33:51.432 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: self._connections.run(self.expiration_interval) 2024-09-16T08:33:51.432 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:33:51.432 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: self._run(expiration_interval) 2024-09-16T08:33:51.432 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:33:51.432 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:33:51.433 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:33:51.433 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:33:51.433 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:33:51.433 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: s = self.context.wrap_socket( 2024-09-16T08:33:51.433 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:33:51.433 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: return self.sslsocket_class._create( 2024-09-16T08:33:51.434 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:33:51.434 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: self.do_handshake() 2024-09-16T08:33:51.434 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:33:51.434 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: self._sslobj.do_handshake() 2024-09-16T08:33:51.434 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[23011]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:33:51.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.351852+0000 mgr.a (mgr.14400) 4 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.351852+0000 mgr.a (mgr.14400) 4 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cluster 2024-09-16T08:33:50.429207+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e19: a(active, since 1.01579s), standbys: b 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cluster 2024-09-16T08:33:50.429207+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e19: a(active, since 1.01579s), standbys: b 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:50.432087+0000 mgr.a (mgr.14400) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:50.432087+0000 mgr.a (mgr.14400) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cluster 2024-09-16T08:33:50.433895+0000 mgr.a (mgr.14400) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cluster 2024-09-16T08:33:50.433895+0000 mgr.a (mgr.14400) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.468322+0000 mgr.a (mgr.14400) 7 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.468322+0000 mgr.a (mgr.14400) 7 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.875923+0000 mgr.a (mgr.14400) 8 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.875923+0000 mgr.a (mgr.14400) 8 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.883939+0000 mgr.a (mgr.14400) 9 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.883939+0000 mgr.a (mgr.14400) 9 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.891457+0000 mgr.a (mgr.14400) 10 : cephadm [INF] [16/Sep/2024:08:33:50] ENGINE Bus STARTING 2024-09-16T08:33:51.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.891457+0000 mgr.a (mgr.14400) 10 : cephadm [INF] [16/Sep/2024:08:33:50] ENGINE Bus STARTING 2024-09-16T08:33:51.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.904716+0000 mgr.a (mgr.14400) 11 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:51.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:50.904716+0000 mgr.a (mgr.14400) 11 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:51.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.006156+0000 mgr.a (mgr.14400) 12 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.006156+0000 mgr.a (mgr.14400) 12 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.016191+0000 mgr.a (mgr.14400) 13 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on https://172.21.15.3:7151 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.016191+0000 mgr.a (mgr.14400) 13 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on https://172.21.15.3:7151 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.020987+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.020987+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.021618+0000 mgr.a (mgr.14400) 14 : cephadm [ERR] [16/Sep/2024:08:33:51] ENGINE Error in HTTPServer.serve 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: Traceback (most recent call last): 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: self._connections.run(self.expiration_interval) 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: self._run(expiration_interval) 2024-09-16T08:33:51.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: s = self.context.wrap_socket( 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: return self.sslsocket_class._create( 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: self.do_handshake() 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: self._sslobj.do_handshake() 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:33:51.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.021618+0000 mgr.a (mgr.14400) 14 : cephadm [ERR] [16/Sep/2024:08:33:51] ENGINE Error in HTTPServer.serve 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: Traceback (most recent call last): 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: self._connections.run(self.expiration_interval) 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: self._run(expiration_interval) 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: s = self.context.wrap_socket( 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: return self.sslsocket_class._create( 2024-09-16T08:33:51.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: self.do_handshake() 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: self._sslobj.do_handshake() 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.023179+0000 mgr.a (mgr.14400) 15 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.023179+0000 mgr.a (mgr.14400) 15 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.026534+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.026534+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.163589+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.163589+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.171667+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.171667+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.250320+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.250320+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.258437+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.258437+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.266260+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.266260+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.272773+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.272773+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.302146+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []} : dispatch 2024-09-16T08:33:51.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:51 smithi003 bash[22755]: audit 2024-09-16T08:33:51.302146+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []} : dispatch 2024-09-16T08:33:51.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.351852+0000 mgr.a (mgr.14400) 4 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.351852+0000 mgr.a (mgr.14400) 4 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cluster 2024-09-16T08:33:50.429207+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e19: a(active, since 1.01579s), standbys: b 2024-09-16T08:33:51.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cluster 2024-09-16T08:33:50.429207+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e19: a(active, since 1.01579s), standbys: b 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:50.432087+0000 mgr.a (mgr.14400) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:50.432087+0000 mgr.a (mgr.14400) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cluster 2024-09-16T08:33:50.433895+0000 mgr.a (mgr.14400) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cluster 2024-09-16T08:33:50.433895+0000 mgr.a (mgr.14400) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.468322+0000 mgr.a (mgr.14400) 7 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.468322+0000 mgr.a (mgr.14400) 7 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.875923+0000 mgr.a (mgr.14400) 8 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.875923+0000 mgr.a (mgr.14400) 8 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.883939+0000 mgr.a (mgr.14400) 9 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.883939+0000 mgr.a (mgr.14400) 9 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.891457+0000 mgr.a (mgr.14400) 10 : cephadm [INF] [16/Sep/2024:08:33:50] ENGINE Bus STARTING 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.891457+0000 mgr.a (mgr.14400) 10 : cephadm [INF] [16/Sep/2024:08:33:50] ENGINE Bus STARTING 2024-09-16T08:33:51.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.904716+0000 mgr.a (mgr.14400) 11 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:51.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:50.904716+0000 mgr.a (mgr.14400) 11 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:51.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.006156+0000 mgr.a (mgr.14400) 12 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.006156+0000 mgr.a (mgr.14400) 12 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.016191+0000 mgr.a (mgr.14400) 13 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on https://172.21.15.3:7151 2024-09-16T08:33:51.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.016191+0000 mgr.a (mgr.14400) 13 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on https://172.21.15.3:7151 2024-09-16T08:33:51.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.020987+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.020987+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.021618+0000 mgr.a (mgr.14400) 14 : cephadm [ERR] [16/Sep/2024:08:33:51] ENGINE Error in HTTPServer.serve 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: Traceback (most recent call last): 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: self._connections.run(self.expiration_interval) 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: self._run(expiration_interval) 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:33:51.796 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: s = self.context.wrap_socket( 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: return self.sslsocket_class._create( 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: self.do_handshake() 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: self._sslobj.do_handshake() 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.021618+0000 mgr.a (mgr.14400) 14 : cephadm [ERR] [16/Sep/2024:08:33:51] ENGINE Error in HTTPServer.serve 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: Traceback (most recent call last): 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: self._connections.run(self.expiration_interval) 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: self._run(expiration_interval) 2024-09-16T08:33:51.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: s = self.context.wrap_socket( 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: return self.sslsocket_class._create( 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: self.do_handshake() 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: self._sslobj.do_handshake() 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.023179+0000 mgr.a (mgr.14400) 15 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.023179+0000 mgr.a (mgr.14400) 15 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.026534+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.026534+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.163589+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.163589+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.171667+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.171667+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.250320+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.250320+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.258437+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.258437+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.266260+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.266260+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.272773+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.272773+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.302146+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []} : dispatch 2024-09-16T08:33:51.800 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:51 smithi177 bash[23301]: audit 2024-09-16T08:33:51.302146+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []} : dispatch 2024-09-16T08:33:51.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.351852+0000 mgr.a (mgr.14400) 4 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.351852+0000 mgr.a (mgr.14400) 4 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cluster 2024-09-16T08:33:50.429207+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e19: a(active, since 1.01579s), standbys: b 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cluster 2024-09-16T08:33:50.429207+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e19: a(active, since 1.01579s), standbys: b 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:50.432087+0000 mgr.a (mgr.14400) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:50.432087+0000 mgr.a (mgr.14400) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cluster 2024-09-16T08:33:50.433895+0000 mgr.a (mgr.14400) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cluster 2024-09-16T08:33:50.433895+0000 mgr.a (mgr.14400) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.468322+0000 mgr.a (mgr.14400) 7 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.468322+0000 mgr.a (mgr.14400) 7 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.875923+0000 mgr.a (mgr.14400) 8 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.875923+0000 mgr.a (mgr.14400) 8 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.883939+0000 mgr.a (mgr.14400) 9 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.883939+0000 mgr.a (mgr.14400) 9 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:33:51.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.891457+0000 mgr.a (mgr.14400) 10 : cephadm [INF] [16/Sep/2024:08:33:50] ENGINE Bus STARTING 2024-09-16T08:33:51.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.891457+0000 mgr.a (mgr.14400) 10 : cephadm [INF] [16/Sep/2024:08:33:50] ENGINE Bus STARTING 2024-09-16T08:33:51.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.904716+0000 mgr.a (mgr.14400) 11 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:51.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:50.904716+0000 mgr.a (mgr.14400) 11 : cephadm [INF] Updating smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:51.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.006156+0000 mgr.a (mgr.14400) 12 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.006156+0000 mgr.a (mgr.14400) 12 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.926 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.016191+0000 mgr.a (mgr.14400) 13 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on https://172.21.15.3:7151 2024-09-16T08:33:51.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.016191+0000 mgr.a (mgr.14400) 13 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on https://172.21.15.3:7151 2024-09-16T08:33:51.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.020987+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.020987+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.021618+0000 mgr.a (mgr.14400) 14 : cephadm [ERR] [16/Sep/2024:08:33:51] ENGINE Error in HTTPServer.serve 2024-09-16T08:33:51.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: Traceback (most recent call last): 2024-09-16T08:33:51.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:33:51.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: self._connections.run(self.expiration_interval) 2024-09-16T08:33:51.927 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: self._run(expiration_interval) 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: s = self.context.wrap_socket( 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: return self.sslsocket_class._create( 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: self.do_handshake() 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: self._sslobj.do_handshake() 2024-09-16T08:33:51.928 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.021618+0000 mgr.a (mgr.14400) 14 : cephadm [ERR] [16/Sep/2024:08:33:51] ENGINE Error in HTTPServer.serve 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: Traceback (most recent call last): 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: self._connections.run(self.expiration_interval) 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: self._run(expiration_interval) 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: s = self.context.wrap_socket( 2024-09-16T08:33:51.929 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: return self.sslsocket_class._create( 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: self.do_handshake() 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: self._sslobj.do_handshake() 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.023179+0000 mgr.a (mgr.14400) 15 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.023179+0000 mgr.a (mgr.14400) 15 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.026534+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.026534+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.163589+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.163589+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.930 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.171667+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.171667+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.250320+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.250320+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.258437+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.258437+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.266260+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.266260+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.272773+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.272773+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.302146+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []} : dispatch 2024-09-16T08:33:51.931 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:51 smithi071 bash[23484]: audit 2024-09-16T08:33:51.302146+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi003", "caps": []} : dispatch 2024-09-16T08:33:52.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.089642+0000 mgr.a (mgr.14400) 16 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.089642+0000 mgr.a (mgr.14400) 16 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.118326+0000 mgr.a (mgr.14400) 17 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:33:52.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.118326+0000 mgr.a (mgr.14400) 17 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:33:52.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.118571+0000 mgr.a (mgr.14400) 18 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Bus STARTED 2024-09-16T08:33:52.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.118571+0000 mgr.a (mgr.14400) 18 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Bus STARTED 2024-09-16T08:33:52.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.183912+0000 mgr.a (mgr.14400) 19 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.183912+0000 mgr.a (mgr.14400) 19 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.266775+0000 mgr.a (mgr.14400) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:33:52.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cephadm 2024-09-16T08:33:51.266775+0000 mgr.a (mgr.14400) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:33:52.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cluster 2024-09-16T08:33:51.435357+0000 mgr.a (mgr.14400) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:52.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:52 smithi003 bash[22755]: cluster 2024-09-16T08:33:51.435357+0000 mgr.a (mgr.14400) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:52.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.089642+0000 mgr.a (mgr.14400) 16 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.089642+0000 mgr.a (mgr.14400) 16 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.118326+0000 mgr.a (mgr.14400) 17 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:33:52.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.118326+0000 mgr.a (mgr.14400) 17 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:33:52.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.118571+0000 mgr.a (mgr.14400) 18 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Bus STARTED 2024-09-16T08:33:52.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.118571+0000 mgr.a (mgr.14400) 18 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Bus STARTED 2024-09-16T08:33:52.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.183912+0000 mgr.a (mgr.14400) 19 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.183912+0000 mgr.a (mgr.14400) 19 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.266775+0000 mgr.a (mgr.14400) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:33:52.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cephadm 2024-09-16T08:33:51.266775+0000 mgr.a (mgr.14400) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:33:52.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cluster 2024-09-16T08:33:51.435357+0000 mgr.a (mgr.14400) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:52.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:52 smithi177 bash[23301]: cluster 2024-09-16T08:33:51.435357+0000 mgr.a (mgr.14400) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:52.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.089642+0000 mgr.a (mgr.14400) 16 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.089642+0000 mgr.a (mgr.14400) 16 : cephadm [INF] Updating smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.118326+0000 mgr.a (mgr.14400) 17 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:33:52.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.118326+0000 mgr.a (mgr.14400) 17 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:33:52.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.118571+0000 mgr.a (mgr.14400) 18 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Bus STARTED 2024-09-16T08:33:52.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.118571+0000 mgr.a (mgr.14400) 18 : cephadm [INF] [16/Sep/2024:08:33:51] ENGINE Bus STARTED 2024-09-16T08:33:52.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.183912+0000 mgr.a (mgr.14400) 19 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.183912+0000 mgr.a (mgr.14400) 19 : cephadm [INF] Updating smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:33:52.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.266775+0000 mgr.a (mgr.14400) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:33:52.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cephadm 2024-09-16T08:33:51.266775+0000 mgr.a (mgr.14400) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:33:52.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cluster 2024-09-16T08:33:51.435357+0000 mgr.a (mgr.14400) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:52.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:52 smithi071 bash[23484]: cluster 2024-09-16T08:33:51.435357+0000 mgr.a (mgr.14400) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:53.707 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:53 smithi177 bash[23301]: cluster 2024-09-16T08:33:52.456205+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-16T08:33:53.707 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:53 smithi177 bash[23301]: cluster 2024-09-16T08:33:52.456205+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-16T08:33:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:53 smithi003 bash[22755]: cluster 2024-09-16T08:33:52.456205+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-16T08:33:53.729 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:53 smithi003 bash[22755]: cluster 2024-09-16T08:33:52.456205+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-16T08:33:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:53 smithi071 bash[23484]: cluster 2024-09-16T08:33:52.456205+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-16T08:33:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:53 smithi071 bash[23484]: cluster 2024-09-16T08:33:52.456205+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-16T08:33:54.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: cephadm 2024-09-16T08:33:53.046799+0000 mgr.a (mgr.14400) 22 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2024-09-16T08:33:54.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: cephadm 2024-09-16T08:33:53.046799+0000 mgr.a (mgr.14400) 22 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2024-09-16T08:33:54.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: cluster 2024-09-16T08:33:53.435834+0000 mgr.a (mgr.14400) 23 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:54.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: cluster 2024-09-16T08:33:53.435834+0000 mgr.a (mgr.14400) 23 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:54.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: cephadm 2024-09-16T08:33:53.454183+0000 mgr.a (mgr.14400) 24 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2024-09-16T08:33:54.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: cephadm 2024-09-16T08:33:53.454183+0000 mgr.a (mgr.14400) 24 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2024-09-16T08:33:54.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: audit 2024-09-16T08:33:53.904292+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:54.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: audit 2024-09-16T08:33:53.904292+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:54.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: audit 2024-09-16T08:33:54.021435+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:54.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: audit 2024-09-16T08:33:54.021435+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:54.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: audit 2024-09-16T08:33:54.187965+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:54.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: audit 2024-09-16T08:33:54.187965+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:54.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: cluster 2024-09-16T08:33:54.467525+0000 mon.a (mon.0) 799 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-16T08:33:54.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:54 smithi003 bash[22755]: cluster 2024-09-16T08:33:54.467525+0000 mon.a (mon.0) 799 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-16T08:33:55.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: cephadm 2024-09-16T08:33:53.046799+0000 mgr.a (mgr.14400) 22 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2024-09-16T08:33:55.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: cephadm 2024-09-16T08:33:53.046799+0000 mgr.a (mgr.14400) 22 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2024-09-16T08:33:55.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: cluster 2024-09-16T08:33:53.435834+0000 mgr.a (mgr.14400) 23 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:55.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: cluster 2024-09-16T08:33:53.435834+0000 mgr.a (mgr.14400) 23 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:55.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: cephadm 2024-09-16T08:33:53.454183+0000 mgr.a (mgr.14400) 24 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2024-09-16T08:33:55.176 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: cephadm 2024-09-16T08:33:53.454183+0000 mgr.a (mgr.14400) 24 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2024-09-16T08:33:55.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: audit 2024-09-16T08:33:53.904292+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: audit 2024-09-16T08:33:53.904292+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: audit 2024-09-16T08:33:54.021435+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: audit 2024-09-16T08:33:54.021435+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: audit 2024-09-16T08:33:54.187965+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: audit 2024-09-16T08:33:54.187965+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: cluster 2024-09-16T08:33:54.467525+0000 mon.a (mon.0) 799 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-16T08:33:55.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:54 smithi071 bash[23484]: cluster 2024-09-16T08:33:54.467525+0000 mon.a (mon.0) 799 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-16T08:33:55.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: cephadm 2024-09-16T08:33:53.046799+0000 mgr.a (mgr.14400) 22 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2024-09-16T08:33:55.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: cephadm 2024-09-16T08:33:53.046799+0000 mgr.a (mgr.14400) 22 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2024-09-16T08:33:55.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: cluster 2024-09-16T08:33:53.435834+0000 mgr.a (mgr.14400) 23 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:55.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: cluster 2024-09-16T08:33:53.435834+0000 mgr.a (mgr.14400) 23 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:33:55.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: cephadm 2024-09-16T08:33:53.454183+0000 mgr.a (mgr.14400) 24 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2024-09-16T08:33:55.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: cephadm 2024-09-16T08:33:53.454183+0000 mgr.a (mgr.14400) 24 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2024-09-16T08:33:55.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: audit 2024-09-16T08:33:53.904292+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: audit 2024-09-16T08:33:53.904292+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: audit 2024-09-16T08:33:54.021435+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: audit 2024-09-16T08:33:54.021435+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: audit 2024-09-16T08:33:54.187965+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: audit 2024-09-16T08:33:54.187965+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:55.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: cluster 2024-09-16T08:33:54.467525+0000 mon.a (mon.0) 799 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-16T08:33:55.294 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:54 smithi177 bash[23301]: cluster 2024-09-16T08:33:54.467525+0000 mon.a (mon.0) 799 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-16T08:33:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:56 smithi071 bash[23484]: cluster 2024-09-16T08:33:55.436376+0000 mgr.a (mgr.14400) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-16T08:33:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:56 smithi071 bash[23484]: cluster 2024-09-16T08:33:55.436376+0000 mgr.a (mgr.14400) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-16T08:33:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:56 smithi071 bash[23484]: audit 2024-09-16T08:33:56.593270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:56 smithi071 bash[23484]: audit 2024-09-16T08:33:56.593270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:57.204 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:56 smithi003 bash[22755]: cluster 2024-09-16T08:33:55.436376+0000 mgr.a (mgr.14400) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-16T08:33:57.204 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:56 smithi003 bash[22755]: cluster 2024-09-16T08:33:55.436376+0000 mgr.a (mgr.14400) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-16T08:33:57.204 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:56 smithi003 bash[22755]: audit 2024-09-16T08:33:56.593270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:57.204 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:56 smithi003 bash[22755]: audit 2024-09-16T08:33:56.593270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:57.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:56 smithi177 bash[23301]: cluster 2024-09-16T08:33:55.436376+0000 mgr.a (mgr.14400) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-16T08:33:57.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:56 smithi177 bash[23301]: cluster 2024-09-16T08:33:55.436376+0000 mgr.a (mgr.14400) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-16T08:33:57.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:56 smithi177 bash[23301]: audit 2024-09-16T08:33:56.593270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:57.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:56 smithi177 bash[23301]: audit 2024-09-16T08:33:56.593270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:58.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:58 smithi003 bash[22755]: cluster 2024-09-16T08:33:57.437094+0000 mgr.a (mgr.14400) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T08:33:58.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:58 smithi003 bash[22755]: cluster 2024-09-16T08:33:57.437094+0000 mgr.a (mgr.14400) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T08:33:58.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:58 smithi003 bash[22755]: audit 2024-09-16T08:33:58.646466+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:58.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:58 smithi003 bash[22755]: audit 2024-09-16T08:33:58.646466+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:58 smithi071 bash[23484]: cluster 2024-09-16T08:33:57.437094+0000 mgr.a (mgr.14400) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T08:33:59.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:58 smithi071 bash[23484]: cluster 2024-09-16T08:33:57.437094+0000 mgr.a (mgr.14400) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T08:33:59.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:58 smithi071 bash[23484]: audit 2024-09-16T08:33:58.646466+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:58 smithi071 bash[23484]: audit 2024-09-16T08:33:58.646466+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:58 smithi071 bash[23484]: audit 2024-09-16T08:33:58.655131+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:58 smithi071 bash[23484]: audit 2024-09-16T08:33:58.655131+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:58 smithi071 bash[23484]: audit 2024-09-16T08:33:58.664278+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:33:58 smithi071 bash[23484]: audit 2024-09-16T08:33:58.664278+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:58 smithi003 bash[22755]: audit 2024-09-16T08:33:58.655131+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:58 smithi003 bash[22755]: audit 2024-09-16T08:33:58.655131+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:58 smithi003 bash[22755]: audit 2024-09-16T08:33:58.664278+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:33:58 smithi003 bash[22755]: audit 2024-09-16T08:33:58.664278+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:58 smithi177 bash[23301]: cluster 2024-09-16T08:33:57.437094+0000 mgr.a (mgr.14400) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T08:33:59.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:58 smithi177 bash[23301]: cluster 2024-09-16T08:33:57.437094+0000 mgr.a (mgr.14400) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T08:33:59.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:58 smithi177 bash[23301]: audit 2024-09-16T08:33:58.646466+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:58 smithi177 bash[23301]: audit 2024-09-16T08:33:58.646466+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:58 smithi177 bash[23301]: audit 2024-09-16T08:33:58.655131+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:58 smithi177 bash[23301]: audit 2024-09-16T08:33:58.655131+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:58 smithi177 bash[23301]: audit 2024-09-16T08:33:58.664278+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:33:59.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:33:58 smithi177 bash[23301]: audit 2024-09-16T08:33:58.664278+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:00.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: cluster 2024-09-16T08:33:59.437583+0000 mgr.a (mgr.14400) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-16T08:34:00.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: cluster 2024-09-16T08:33:59.437583+0000 mgr.a (mgr.14400) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-16T08:34:00.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: audit 2024-09-16T08:33:59.643917+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:00.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: audit 2024-09-16T08:33:59.643917+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:00.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: audit 2024-09-16T08:33:59.649508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:00.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: audit 2024-09-16T08:33:59.649508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:00.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: audit 2024-09-16T08:33:59.650586+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:34:00.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: audit 2024-09-16T08:33:59.650586+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:34:00.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: audit 2024-09-16T08:34:00.373873+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:34:00.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:00 smithi071 bash[23484]: audit 2024-09-16T08:34:00.373873+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:34:00.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: cluster 2024-09-16T08:33:59.437583+0000 mgr.a (mgr.14400) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-16T08:34:00.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: cluster 2024-09-16T08:33:59.437583+0000 mgr.a (mgr.14400) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-16T08:34:00.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: audit 2024-09-16T08:33:59.643917+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:00.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: audit 2024-09-16T08:33:59.643917+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:00.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: audit 2024-09-16T08:33:59.649508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:00.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: audit 2024-09-16T08:33:59.649508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:00.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: audit 2024-09-16T08:33:59.650586+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:34:00.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: audit 2024-09-16T08:33:59.650586+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:34:00.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: audit 2024-09-16T08:34:00.373873+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:34:00.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:00 smithi003 bash[22755]: audit 2024-09-16T08:34:00.373873+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: cluster 2024-09-16T08:33:59.437583+0000 mgr.a (mgr.14400) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: cluster 2024-09-16T08:33:59.437583+0000 mgr.a (mgr.14400) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: audit 2024-09-16T08:33:59.643917+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: audit 2024-09-16T08:33:59.643917+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: audit 2024-09-16T08:33:59.649508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: audit 2024-09-16T08:33:59.649508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: audit 2024-09-16T08:33:59.650586+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: audit 2024-09-16T08:33:59.650586+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []} : dispatch 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: audit 2024-09-16T08:34:00.373873+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:34:01.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:00 smithi177 bash[23301]: audit 2024-09-16T08:34:00.373873+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi177", "caps": []} : dispatch 2024-09-16T08:34:02.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: cluster 2024-09-16T08:34:01.438130+0000 mgr.a (mgr.14400) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T08:34:02.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: cluster 2024-09-16T08:34:01.438130+0000 mgr.a (mgr.14400) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T08:34:02.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: cephadm 2024-09-16T08:34:01.619749+0000 mgr.a (mgr.14400) 29 : cephadm [INF] Reconfiguring alertmanager.smithi177 (dependencies changed)... 2024-09-16T08:34:02.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: cephadm 2024-09-16T08:34:01.619749+0000 mgr.a (mgr.14400) 29 : cephadm [INF] Reconfiguring alertmanager.smithi177 (dependencies changed)... 2024-09-16T08:34:02.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: cephadm 2024-09-16T08:34:01.626858+0000 mgr.a (mgr.14400) 30 : cephadm [INF] Reconfiguring daemon alertmanager.smithi177 on smithi177 2024-09-16T08:34:02.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: cephadm 2024-09-16T08:34:01.626858+0000 mgr.a (mgr.14400) 30 : cephadm [INF] Reconfiguring daemon alertmanager.smithi177 on smithi177 2024-09-16T08:34:02.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: audit 2024-09-16T08:34:02.610773+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: audit 2024-09-16T08:34:02.610773+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: audit 2024-09-16T08:34:02.616358+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: audit 2024-09-16T08:34:02.616358+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: audit 2024-09-16T08:34:02.621841+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.794 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:02 smithi177 bash[23301]: audit 2024-09-16T08:34:02.621841+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: cluster 2024-09-16T08:34:01.438130+0000 mgr.a (mgr.14400) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T08:34:02.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: cluster 2024-09-16T08:34:01.438130+0000 mgr.a (mgr.14400) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T08:34:02.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: cephadm 2024-09-16T08:34:01.619749+0000 mgr.a (mgr.14400) 29 : cephadm [INF] Reconfiguring alertmanager.smithi177 (dependencies changed)... 2024-09-16T08:34:02.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: cephadm 2024-09-16T08:34:01.619749+0000 mgr.a (mgr.14400) 29 : cephadm [INF] Reconfiguring alertmanager.smithi177 (dependencies changed)... 2024-09-16T08:34:02.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: cephadm 2024-09-16T08:34:01.626858+0000 mgr.a (mgr.14400) 30 : cephadm [INF] Reconfiguring daemon alertmanager.smithi177 on smithi177 2024-09-16T08:34:02.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: cephadm 2024-09-16T08:34:01.626858+0000 mgr.a (mgr.14400) 30 : cephadm [INF] Reconfiguring daemon alertmanager.smithi177 on smithi177 2024-09-16T08:34:02.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: audit 2024-09-16T08:34:02.610773+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: audit 2024-09-16T08:34:02.610773+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: audit 2024-09-16T08:34:02.616358+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: audit 2024-09-16T08:34:02.616358+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: audit 2024-09-16T08:34:02.621841+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:02 smithi071 bash[23484]: audit 2024-09-16T08:34:02.621841+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: cluster 2024-09-16T08:34:01.438130+0000 mgr.a (mgr.14400) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T08:34:02.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: cluster 2024-09-16T08:34:01.438130+0000 mgr.a (mgr.14400) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T08:34:02.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: cephadm 2024-09-16T08:34:01.619749+0000 mgr.a (mgr.14400) 29 : cephadm [INF] Reconfiguring alertmanager.smithi177 (dependencies changed)... 2024-09-16T08:34:02.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: cephadm 2024-09-16T08:34:01.619749+0000 mgr.a (mgr.14400) 29 : cephadm [INF] Reconfiguring alertmanager.smithi177 (dependencies changed)... 2024-09-16T08:34:02.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: cephadm 2024-09-16T08:34:01.626858+0000 mgr.a (mgr.14400) 30 : cephadm [INF] Reconfiguring daemon alertmanager.smithi177 on smithi177 2024-09-16T08:34:02.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: cephadm 2024-09-16T08:34:01.626858+0000 mgr.a (mgr.14400) 30 : cephadm [INF] Reconfiguring daemon alertmanager.smithi177 on smithi177 2024-09-16T08:34:02.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: audit 2024-09-16T08:34:02.610773+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: audit 2024-09-16T08:34:02.610773+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: audit 2024-09-16T08:34:02.616358+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: audit 2024-09-16T08:34:02.616358+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: audit 2024-09-16T08:34:02.621841+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:02.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:02 smithi003 bash[22755]: audit 2024-09-16T08:34:02.621841+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:02.848106+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:02.848106+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:02.983879+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:02.983879+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:03.189924+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:03.189924+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:03.293817+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:03.293817+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:03.442046+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:03.442046+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:03.573948+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:03 smithi071 bash[23484]: audit 2024-09-16T08:34:03.573948+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:02.848106+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:02.848106+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:02.983879+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:02.983879+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:03.189924+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:03.189924+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:03.293817+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:03.293817+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:03.442046+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:03.442046+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:03.573948+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:03 smithi003 bash[22755]: audit 2024-09-16T08:34:03.573948+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.303 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:02.848106+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.303 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:02.848106+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.303 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:02.983879+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.303 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:02.983879+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.303 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:03.189924+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.304 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:03.189924+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.304 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:03.293817+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.304 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:03.293817+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.304 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:03.442046+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.304 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:03.442046+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.304 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:03.573948+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:04.304 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:03 smithi177 bash[23301]: audit 2024-09-16T08:34:03.573948+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:05.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:04 smithi177 bash[23301]: cluster 2024-09-16T08:34:03.438606+0000 mgr.a (mgr.14400) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:05.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:04 smithi177 bash[23301]: cluster 2024-09-16T08:34:03.438606+0000 mgr.a (mgr.14400) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:05.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:04 smithi071 bash[23484]: cluster 2024-09-16T08:34:03.438606+0000 mgr.a (mgr.14400) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:05.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:04 smithi071 bash[23484]: cluster 2024-09-16T08:34:03.438606+0000 mgr.a (mgr.14400) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:05.206 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:04 smithi003 bash[22755]: cluster 2024-09-16T08:34:03.438606+0000 mgr.a (mgr.14400) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:05.207 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:04 smithi003 bash[22755]: cluster 2024-09-16T08:34:03.438606+0000 mgr.a (mgr.14400) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:05.893 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:05 smithi177 bash[23301]: audit 2024-09-16T08:34:04.916718+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:05.893 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:05 smithi177 bash[23301]: audit 2024-09-16T08:34:04.916718+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:06.119 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:05 smithi071 bash[23484]: audit 2024-09-16T08:34:04.916718+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:06.119 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:05 smithi071 bash[23484]: audit 2024-09-16T08:34:04.916718+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:06.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:05 smithi003 bash[22755]: audit 2024-09-16T08:34:04.916718+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:06.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:05 smithi003 bash[22755]: audit 2024-09-16T08:34:04.916718+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:07.125 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: cluster 2024-09-16T08:34:05.439098+0000 mgr.a (mgr.14400) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:07.125 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: cluster 2024-09-16T08:34:05.439098+0000 mgr.a (mgr.14400) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:07.125 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.013182+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.125 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.013182+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.125 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.152105+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.126 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.152105+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.126 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.574590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.126 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.574590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.126 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.583313+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.126 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.583313+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.126 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.593214+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.126 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:07 smithi177 bash[23301]: audit 2024-09-16T08:34:06.593214+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: cluster 2024-09-16T08:34:05.439098+0000 mgr.a (mgr.14400) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:07.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: cluster 2024-09-16T08:34:05.439098+0000 mgr.a (mgr.14400) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:07.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.013182+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.013182+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.152105+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.152105+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.574590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.574590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.583313+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.583313+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.593214+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:07 smithi071 bash[23484]: audit 2024-09-16T08:34:06.593214+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.262 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: cluster 2024-09-16T08:34:05.439098+0000 mgr.a (mgr.14400) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:07.262 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: cluster 2024-09-16T08:34:05.439098+0000 mgr.a (mgr.14400) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.013182+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.013182+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.152105+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.152105+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.574590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.574590+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.583313+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.583313+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.593214+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.263 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[22755]: audit 2024-09-16T08:34:06.593214+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:07.264 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Bus STOPPING 2024-09-16T08:34:07.264 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T08:34:07.264 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Bus STOPPED 2024-09-16T08:34:07.264 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Bus STARTING 2024-09-16T08:34:07.264 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Serving on http://:::9283 2024-09-16T08:34:07.264 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Bus STARTED 2024-09-16T08:34:07.264 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Bus STOPPING 2024-09-16T08:34:07.264 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T08:34:07.264 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Bus STOPPED 2024-09-16T08:34:07.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Bus STARTING 2024-09-16T08:34:07.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Serving on http://:::9283 2024-09-16T08:34:07.729 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:07 smithi003 bash[23011]: [16/Sep/2024:08:34:07] ENGINE Bus STARTED 2024-09-16T08:34:08.334 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.065456+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.334 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.065456+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.334 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.073959+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.334 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.073959+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.334 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.080818+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T08:34:08.334 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.080818+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T08:34:08.334 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.081869+0000 mgr.a (mgr.14400) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.081869+0000 mgr.a (mgr.14400) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.084103+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.084103+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.084985+0000 mgr.a (mgr.14400) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.084985+0000 mgr.a (mgr.14400) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.091733+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.091733+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.112051+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.112051+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.112951+0000 mgr.a (mgr.14400) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T08:34:08.335 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.112951+0000 mgr.a (mgr.14400) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T08:34:08.336 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.124603+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T08:34:08.336 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.124603+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T08:34:08.336 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.125563+0000 mgr.a (mgr.14400) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T08:34:08.336 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.125563+0000 mgr.a (mgr.14400) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T08:34:08.336 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.133280+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.336 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.133280+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.336 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.136339+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.337 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.136339+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.337 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.137435+0000 mgr.a (mgr.14400) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.337 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.137435+0000 mgr.a (mgr.14400) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.337 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.265994+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.337 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.265994+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.337 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.267093+0000 mgr.a (mgr.14400) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.337 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.267093+0000 mgr.a (mgr.14400) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.337 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: cluster 2024-09-16T08:34:07.439378+0000 mgr.a (mgr.14400) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:08.337 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: cluster 2024-09-16T08:34:07.439378+0000 mgr.a (mgr.14400) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.541302+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.541302+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.599690+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.599690+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.603563+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.603563+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.604808+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.604808+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.613116+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.338 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: audit 2024-09-16T08:34:07.613116+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.339 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: cephadm 2024-09-16T08:34:07.613994+0000 mgr.a (mgr.14400) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:34:08.339 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:08 smithi071 bash[23484]: cephadm 2024-09-16T08:34:07.613994+0000 mgr.a (mgr.14400) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.065456+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.065456+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.073959+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.073959+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.080818+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.080818+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.081869+0000 mgr.a (mgr.14400) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.081869+0000 mgr.a (mgr.14400) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.084103+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.084103+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.084985+0000 mgr.a (mgr.14400) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T08:34:08.454 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.084985+0000 mgr.a (mgr.14400) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.091733+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.091733+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.112051+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.112051+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.112951+0000 mgr.a (mgr.14400) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.112951+0000 mgr.a (mgr.14400) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.124603+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.124603+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.125563+0000 mgr.a (mgr.14400) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.125563+0000 mgr.a (mgr.14400) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.133280+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.133280+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.455 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.136339+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.136339+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.137435+0000 mgr.a (mgr.14400) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.137435+0000 mgr.a (mgr.14400) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.265994+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.265994+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.267093+0000 mgr.a (mgr.14400) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.267093+0000 mgr.a (mgr.14400) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: cluster 2024-09-16T08:34:07.439378+0000 mgr.a (mgr.14400) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: cluster 2024-09-16T08:34:07.439378+0000 mgr.a (mgr.14400) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.541302+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.541302+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.599690+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:08.456 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.599690+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:08.457 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.603563+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:08.457 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.603563+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:08.457 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.604808+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:08.457 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.604808+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:08.457 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.613116+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.457 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: audit 2024-09-16T08:34:07.613116+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.457 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: cephadm 2024-09-16T08:34:07.613994+0000 mgr.a (mgr.14400) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:34:08.457 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:08 smithi177 bash[23301]: cephadm 2024-09-16T08:34:07.613994+0000 mgr.a (mgr.14400) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:34:08.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.065456+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.065456+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.073959+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.073959+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.080818+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T08:34:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.080818+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T08:34:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.081869+0000 mgr.a (mgr.14400) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T08:34:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.081869+0000 mgr.a (mgr.14400) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T08:34:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.084103+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T08:34:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.084103+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T08:34:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.084985+0000 mgr.a (mgr.14400) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T08:34:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.084985+0000 mgr.a (mgr.14400) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T08:34:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.091733+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.091733+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.112051+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T08:34:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.112051+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T08:34:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.112951+0000 mgr.a (mgr.14400) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T08:34:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.112951+0000 mgr.a (mgr.14400) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T08:34:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.124603+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.124603+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.125563+0000 mgr.a (mgr.14400) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.125563+0000 mgr.a (mgr.14400) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.133280+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.133280+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.136339+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.136339+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.137435+0000 mgr.a (mgr.14400) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.137435+0000 mgr.a (mgr.14400) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.265994+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.265994+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.267093+0000 mgr.a (mgr.14400) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.267093+0000 mgr.a (mgr.14400) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: cluster 2024-09-16T08:34:07.439378+0000 mgr.a (mgr.14400) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: cluster 2024-09-16T08:34:07.439378+0000 mgr.a (mgr.14400) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.541302+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.541302+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.599690+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.599690+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.603563+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.603563+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.604808+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.604808+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.613116+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: audit 2024-09-16T08:34:07.613116+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:08.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: cephadm 2024-09-16T08:34:07.613994+0000 mgr.a (mgr.14400) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:34:08.484 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:08 smithi003 bash[22755]: cephadm 2024-09-16T08:34:07.613994+0000 mgr.a (mgr.14400) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T08:34:09.360 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:09 smithi177 bash[23301]: audit 2024-09-16T08:34:08.106653+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.360 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:09 smithi177 bash[23301]: audit 2024-09-16T08:34:08.106653+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.360 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:09 smithi177 bash[23301]: audit 2024-09-16T08:34:08.114053+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.360 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:09 smithi177 bash[23301]: audit 2024-09-16T08:34:08.114053+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.360 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:09 smithi177 bash[23301]: audit 2024-09-16T08:34:08.122027+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.360 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:09 smithi177 bash[23301]: audit 2024-09-16T08:34:08.122027+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:09 smithi071 bash[23484]: audit 2024-09-16T08:34:08.106653+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:09 smithi071 bash[23484]: audit 2024-09-16T08:34:08.106653+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:09 smithi071 bash[23484]: audit 2024-09-16T08:34:08.114053+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:09 smithi071 bash[23484]: audit 2024-09-16T08:34:08.114053+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:09 smithi071 bash[23484]: audit 2024-09-16T08:34:08.122027+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:09 smithi071 bash[23484]: audit 2024-09-16T08:34:08.122027+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:09 smithi003 bash[22755]: audit 2024-09-16T08:34:08.106653+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:09 smithi003 bash[22755]: audit 2024-09-16T08:34:08.106653+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:09 smithi003 bash[22755]: audit 2024-09-16T08:34:08.114053+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:09 smithi003 bash[22755]: audit 2024-09-16T08:34:08.114053+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:09 smithi003 bash[22755]: audit 2024-09-16T08:34:08.122027+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:09.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:09 smithi003 bash[22755]: audit 2024-09-16T08:34:08.122027+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:11.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:10 smithi071 bash[23484]: cluster 2024-09-16T08:34:09.439851+0000 mgr.a (mgr.14400) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:11.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:10 smithi071 bash[23484]: cluster 2024-09-16T08:34:09.439851+0000 mgr.a (mgr.14400) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:11.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:10 smithi071 bash[23484]: audit 2024-09-16T08:34:09.922173+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:11.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:10 smithi071 bash[23484]: audit 2024-09-16T08:34:09.922173+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:10 smithi003 bash[22755]: cluster 2024-09-16T08:34:09.439851+0000 mgr.a (mgr.14400) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:10 smithi003 bash[22755]: cluster 2024-09-16T08:34:09.439851+0000 mgr.a (mgr.14400) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:10 smithi003 bash[22755]: audit 2024-09-16T08:34:09.922173+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:10 smithi003 bash[22755]: audit 2024-09-16T08:34:09.922173+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:11.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:10 smithi177 bash[23301]: cluster 2024-09-16T08:34:09.439851+0000 mgr.a (mgr.14400) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:11.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:10 smithi177 bash[23301]: cluster 2024-09-16T08:34:09.439851+0000 mgr.a (mgr.14400) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:11.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:10 smithi177 bash[23301]: audit 2024-09-16T08:34:09.922173+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:11.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:10 smithi177 bash[23301]: audit 2024-09-16T08:34:09.922173+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.851 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:12 smithi177 bash[23301]: cluster 2024-09-16T08:34:11.440425+0000 mgr.a (mgr.14400) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:12.852 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:12 smithi177 bash[23301]: cluster 2024-09-16T08:34:11.440425+0000 mgr.a (mgr.14400) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:12.852 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:12 smithi177 bash[23301]: audit 2024-09-16T08:34:11.628089+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.852 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:12 smithi177 bash[23301]: audit 2024-09-16T08:34:11.628089+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.852 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:12 smithi177 bash[23301]: audit 2024-09-16T08:34:11.637523+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.852 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:12 smithi177 bash[23301]: audit 2024-09-16T08:34:11.637523+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.852 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:12 smithi177 bash[23301]: audit 2024-09-16T08:34:11.647796+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.852 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:12 smithi177 bash[23301]: audit 2024-09-16T08:34:11.647796+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:12 smithi071 bash[23484]: cluster 2024-09-16T08:34:11.440425+0000 mgr.a (mgr.14400) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:12.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:12 smithi071 bash[23484]: cluster 2024-09-16T08:34:11.440425+0000 mgr.a (mgr.14400) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:12.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:12 smithi071 bash[23484]: audit 2024-09-16T08:34:11.628089+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:12 smithi071 bash[23484]: audit 2024-09-16T08:34:11.628089+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:12 smithi071 bash[23484]: audit 2024-09-16T08:34:11.637523+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:12 smithi071 bash[23484]: audit 2024-09-16T08:34:11.637523+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:12 smithi071 bash[23484]: audit 2024-09-16T08:34:11.647796+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:12 smithi071 bash[23484]: audit 2024-09-16T08:34:11.647796+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:12 smithi003 bash[22755]: cluster 2024-09-16T08:34:11.440425+0000 mgr.a (mgr.14400) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:12.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:12 smithi003 bash[22755]: cluster 2024-09-16T08:34:11.440425+0000 mgr.a (mgr.14400) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:12.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:12 smithi003 bash[22755]: audit 2024-09-16T08:34:11.628089+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:12 smithi003 bash[22755]: audit 2024-09-16T08:34:11.628089+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:12 smithi003 bash[22755]: audit 2024-09-16T08:34:11.637523+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:12 smithi003 bash[22755]: audit 2024-09-16T08:34:11.637523+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:12 smithi003 bash[22755]: audit 2024-09-16T08:34:11.647796+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:12 smithi003 bash[22755]: audit 2024-09-16T08:34:11.647796+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.097856+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.097856+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.106510+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.106510+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.111829+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.111829+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.114821+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.114821+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.120342+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.120342+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.121698+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.121698+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.128009+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.128009+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.139100+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.139100+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: cluster 2024-09-16T08:34:13.440782+0000 mgr.a (mgr.14400) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: cluster 2024-09-16T08:34:13.440782+0000 mgr.a (mgr.14400) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.555115+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.555115+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.563132+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.563132+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.573782+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:14 smithi071 bash[23484]: audit 2024-09-16T08:34:13.573782+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.097856+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.097856+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.106510+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.106510+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.111829+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.111829+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.114821+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.114821+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.120342+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.120342+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.121698+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.121698+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.128009+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.128009+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.139100+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.139100+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: cluster 2024-09-16T08:34:13.440782+0000 mgr.a (mgr.14400) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:14.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: cluster 2024-09-16T08:34:13.440782+0000 mgr.a (mgr.14400) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:14.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.555115+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.555115+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.563132+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.563132+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.573782+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:14 smithi003 bash[22755]: audit 2024-09-16T08:34:13.573782+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.097856+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.097856+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.106510+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.106510+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.111829+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:14.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.111829+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:34:14.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.114821+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.114821+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.120342+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.120342+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.121698+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.121698+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.128009+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.128009+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.139100+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.139100+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: cluster 2024-09-16T08:34:13.440782+0000 mgr.a (mgr.14400) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: cluster 2024-09-16T08:34:13.440782+0000 mgr.a (mgr.14400) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:14.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.555115+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.555115+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.563132+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.563132+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.573782+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:14.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:14 smithi177 bash[23301]: audit 2024-09-16T08:34:13.573782+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:16.792 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:16 smithi177 bash[23301]: cluster 2024-09-16T08:34:15.441297+0000 mgr.a (mgr.14400) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:16.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:16 smithi177 bash[23301]: cluster 2024-09-16T08:34:15.441297+0000 mgr.a (mgr.14400) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:16.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:16 smithi071 bash[23484]: cluster 2024-09-16T08:34:15.441297+0000 mgr.a (mgr.14400) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:16.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:16 smithi071 bash[23484]: cluster 2024-09-16T08:34:15.441297+0000 mgr.a (mgr.14400) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:16.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:16 smithi003 bash[22755]: cluster 2024-09-16T08:34:15.441297+0000 mgr.a (mgr.14400) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:16.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:16 smithi003 bash[22755]: cluster 2024-09-16T08:34:15.441297+0000 mgr.a (mgr.14400) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:18.792 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:18 smithi177 bash[23301]: cluster 2024-09-16T08:34:17.441836+0000 mgr.a (mgr.14400) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:18.792 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:18 smithi177 bash[23301]: cluster 2024-09-16T08:34:17.441836+0000 mgr.a (mgr.14400) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:18 smithi071 bash[23484]: cluster 2024-09-16T08:34:17.441836+0000 mgr.a (mgr.14400) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:18 smithi071 bash[23484]: cluster 2024-09-16T08:34:17.441836+0000 mgr.a (mgr.14400) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:18.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:18 smithi003 bash[22755]: cluster 2024-09-16T08:34:17.441836+0000 mgr.a (mgr.14400) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:18.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:18 smithi003 bash[22755]: cluster 2024-09-16T08:34:17.441836+0000 mgr.a (mgr.14400) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:20.792 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:20 smithi177 bash[23301]: cluster 2024-09-16T08:34:19.442366+0000 mgr.a (mgr.14400) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:20.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:20 smithi177 bash[23301]: cluster 2024-09-16T08:34:19.442366+0000 mgr.a (mgr.14400) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:20.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:20 smithi177 bash[23301]: audit 2024-09-16T08:34:19.917381+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:20.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:20 smithi177 bash[23301]: audit 2024-09-16T08:34:19.917381+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:20.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:20 smithi071 bash[23484]: cluster 2024-09-16T08:34:19.442366+0000 mgr.a (mgr.14400) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:20.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:20 smithi071 bash[23484]: cluster 2024-09-16T08:34:19.442366+0000 mgr.a (mgr.14400) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:20.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:20 smithi071 bash[23484]: audit 2024-09-16T08:34:19.917381+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:20.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:20 smithi071 bash[23484]: audit 2024-09-16T08:34:19.917381+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:20.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:20 smithi003 bash[22755]: cluster 2024-09-16T08:34:19.442366+0000 mgr.a (mgr.14400) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:20.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:20 smithi003 bash[22755]: cluster 2024-09-16T08:34:19.442366+0000 mgr.a (mgr.14400) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:20.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:20 smithi003 bash[22755]: audit 2024-09-16T08:34:19.917381+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:20.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:20 smithi003 bash[22755]: audit 2024-09-16T08:34:19.917381+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:22.792 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:22 smithi177 bash[23301]: cluster 2024-09-16T08:34:21.442841+0000 mgr.a (mgr.14400) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:22.792 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:22 smithi177 bash[23301]: cluster 2024-09-16T08:34:21.442841+0000 mgr.a (mgr.14400) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:22.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:22 smithi071 bash[23484]: cluster 2024-09-16T08:34:21.442841+0000 mgr.a (mgr.14400) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:22.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:22 smithi071 bash[23484]: cluster 2024-09-16T08:34:21.442841+0000 mgr.a (mgr.14400) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:22.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:22 smithi003 bash[22755]: cluster 2024-09-16T08:34:21.442841+0000 mgr.a (mgr.14400) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:22.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:22 smithi003 bash[22755]: cluster 2024-09-16T08:34:21.442841+0000 mgr.a (mgr.14400) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:25.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:24 smithi071 bash[23484]: cluster 2024-09-16T08:34:23.443264+0000 mgr.a (mgr.14400) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:25.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:24 smithi071 bash[23484]: cluster 2024-09-16T08:34:23.443264+0000 mgr.a (mgr.14400) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:25.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:24 smithi071 bash[23484]: audit 2024-09-16T08:34:23.805842+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:24 smithi071 bash[23484]: audit 2024-09-16T08:34:23.805842+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:24 smithi071 bash[23484]: audit 2024-09-16T08:34:23.811243+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:24 smithi071 bash[23484]: audit 2024-09-16T08:34:23.811243+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:24 smithi071 bash[23484]: audit 2024-09-16T08:34:23.816695+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:24 smithi071 bash[23484]: audit 2024-09-16T08:34:23.816695+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:24 smithi003 bash[22755]: cluster 2024-09-16T08:34:23.443264+0000 mgr.a (mgr.14400) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:25.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:24 smithi003 bash[22755]: cluster 2024-09-16T08:34:23.443264+0000 mgr.a (mgr.14400) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:25.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:24 smithi003 bash[22755]: audit 2024-09-16T08:34:23.805842+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:24 smithi003 bash[22755]: audit 2024-09-16T08:34:23.805842+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:24 smithi003 bash[22755]: audit 2024-09-16T08:34:23.811243+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:24 smithi003 bash[22755]: audit 2024-09-16T08:34:23.811243+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:24 smithi003 bash[22755]: audit 2024-09-16T08:34:23.816695+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:24 smithi003 bash[22755]: audit 2024-09-16T08:34:23.816695+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:24 smithi177 bash[23301]: cluster 2024-09-16T08:34:23.443264+0000 mgr.a (mgr.14400) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:25.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:24 smithi177 bash[23301]: cluster 2024-09-16T08:34:23.443264+0000 mgr.a (mgr.14400) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:25.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:24 smithi177 bash[23301]: audit 2024-09-16T08:34:23.805842+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:24 smithi177 bash[23301]: audit 2024-09-16T08:34:23.805842+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:24 smithi177 bash[23301]: audit 2024-09-16T08:34:23.811243+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:24 smithi177 bash[23301]: audit 2024-09-16T08:34:23.811243+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:24 smithi177 bash[23301]: audit 2024-09-16T08:34:23.816695+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:25.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:24 smithi177 bash[23301]: audit 2024-09-16T08:34:23.816695+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:27.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:26 smithi071 bash[23484]: cluster 2024-09-16T08:34:25.443784+0000 mgr.a (mgr.14400) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:27.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:26 smithi071 bash[23484]: cluster 2024-09-16T08:34:25.443784+0000 mgr.a (mgr.14400) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:27.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:26 smithi003 bash[22755]: cluster 2024-09-16T08:34:25.443784+0000 mgr.a (mgr.14400) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:27.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:26 smithi003 bash[22755]: cluster 2024-09-16T08:34:25.443784+0000 mgr.a (mgr.14400) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:27.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:26 smithi177 bash[23301]: cluster 2024-09-16T08:34:25.443784+0000 mgr.a (mgr.14400) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:27.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:26 smithi177 bash[23301]: cluster 2024-09-16T08:34:25.443784+0000 mgr.a (mgr.14400) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:29.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:28 smithi071 bash[23484]: cluster 2024-09-16T08:34:27.444333+0000 mgr.a (mgr.14400) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:29.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:28 smithi071 bash[23484]: cluster 2024-09-16T08:34:27.444333+0000 mgr.a (mgr.14400) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:29.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:28 smithi003 bash[22755]: cluster 2024-09-16T08:34:27.444333+0000 mgr.a (mgr.14400) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:29.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:28 smithi003 bash[22755]: cluster 2024-09-16T08:34:27.444333+0000 mgr.a (mgr.14400) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:29.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:28 smithi177 bash[23301]: cluster 2024-09-16T08:34:27.444333+0000 mgr.a (mgr.14400) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:29.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:28 smithi177 bash[23301]: cluster 2024-09-16T08:34:27.444333+0000 mgr.a (mgr.14400) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:31.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:30 smithi177 bash[23301]: cluster 2024-09-16T08:34:29.444912+0000 mgr.a (mgr.14400) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:31.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:30 smithi177 bash[23301]: cluster 2024-09-16T08:34:29.444912+0000 mgr.a (mgr.14400) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:31.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:30 smithi071 bash[23484]: cluster 2024-09-16T08:34:29.444912+0000 mgr.a (mgr.14400) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:31.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:30 smithi071 bash[23484]: cluster 2024-09-16T08:34:29.444912+0000 mgr.a (mgr.14400) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:31.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:30 smithi003 bash[22755]: cluster 2024-09-16T08:34:29.444912+0000 mgr.a (mgr.14400) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:31.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:30 smithi003 bash[22755]: cluster 2024-09-16T08:34:29.444912+0000 mgr.a (mgr.14400) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:32.792 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: cluster 2024-09-16T08:34:31.445475+0000 mgr.a (mgr.14400) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: cluster 2024-09-16T08:34:31.445475+0000 mgr.a (mgr.14400) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.733043+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.733043+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.742399+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.742399+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.752375+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.752375+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.857823+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.857823+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.866765+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.866765+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.876966+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:32 smithi177 bash[23301]: audit 2024-09-16T08:34:31.876966+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: cluster 2024-09-16T08:34:31.445475+0000 mgr.a (mgr.14400) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: cluster 2024-09-16T08:34:31.445475+0000 mgr.a (mgr.14400) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.733043+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.733043+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.742399+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.742399+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.752375+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.752375+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.857823+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.857823+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.866765+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.866765+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.876966+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:32.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:32 smithi003 bash[22755]: audit 2024-09-16T08:34:31.876966+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: cluster 2024-09-16T08:34:31.445475+0000 mgr.a (mgr.14400) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: cluster 2024-09-16T08:34:31.445475+0000 mgr.a (mgr.14400) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.733043+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.733043+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.742399+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.742399+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.752375+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.752375+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.857823+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.857823+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.866765+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.866765+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.876966+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:32 smithi071 bash[23484]: audit 2024-09-16T08:34:31.876966+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:35.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:34 smithi177 bash[23301]: cluster 2024-09-16T08:34:33.446006+0000 mgr.a (mgr.14400) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:35.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:34 smithi177 bash[23301]: cluster 2024-09-16T08:34:33.446006+0000 mgr.a (mgr.14400) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:35.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:34 smithi071 bash[23484]: cluster 2024-09-16T08:34:33.446006+0000 mgr.a (mgr.14400) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:35.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:34 smithi071 bash[23484]: cluster 2024-09-16T08:34:33.446006+0000 mgr.a (mgr.14400) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:35.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:34 smithi003 bash[22755]: cluster 2024-09-16T08:34:33.446006+0000 mgr.a (mgr.14400) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:35.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:34 smithi003 bash[22755]: cluster 2024-09-16T08:34:33.446006+0000 mgr.a (mgr.14400) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:36.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:35 smithi177 bash[23301]: audit 2024-09-16T08:34:34.917839+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:36.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:35 smithi177 bash[23301]: audit 2024-09-16T08:34:34.917839+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:36.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:35 smithi071 bash[23484]: audit 2024-09-16T08:34:34.917839+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:36.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:35 smithi071 bash[23484]: audit 2024-09-16T08:34:34.917839+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:36.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:35 smithi003 bash[22755]: audit 2024-09-16T08:34:34.917839+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:36.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:35 smithi003 bash[22755]: audit 2024-09-16T08:34:34.917839+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:37.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:36 smithi177 bash[23301]: cluster 2024-09-16T08:34:35.446539+0000 mgr.a (mgr.14400) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:37.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:36 smithi177 bash[23301]: cluster 2024-09-16T08:34:35.446539+0000 mgr.a (mgr.14400) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:37.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:36 smithi071 bash[23484]: cluster 2024-09-16T08:34:35.446539+0000 mgr.a (mgr.14400) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:37.177 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:36 smithi071 bash[23484]: cluster 2024-09-16T08:34:35.446539+0000 mgr.a (mgr.14400) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:37.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:36 smithi003 bash[22755]: cluster 2024-09-16T08:34:35.446539+0000 mgr.a (mgr.14400) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:37.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:36 smithi003 bash[22755]: cluster 2024-09-16T08:34:35.446539+0000 mgr.a (mgr.14400) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:39.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:38 smithi177 bash[23301]: cluster 2024-09-16T08:34:37.447212+0000 mgr.a (mgr.14400) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:39.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:38 smithi177 bash[23301]: cluster 2024-09-16T08:34:37.447212+0000 mgr.a (mgr.14400) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:39.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:38 smithi071 bash[23484]: cluster 2024-09-16T08:34:37.447212+0000 mgr.a (mgr.14400) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:39.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:38 smithi071 bash[23484]: cluster 2024-09-16T08:34:37.447212+0000 mgr.a (mgr.14400) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:39.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:38 smithi003 bash[22755]: cluster 2024-09-16T08:34:37.447212+0000 mgr.a (mgr.14400) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:39.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:38 smithi003 bash[22755]: cluster 2024-09-16T08:34:37.447212+0000 mgr.a (mgr.14400) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:40.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:40 smithi003 bash[22755]: cluster 2024-09-16T08:34:39.447779+0000 mgr.a (mgr.14400) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:40.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:40 smithi003 bash[22755]: cluster 2024-09-16T08:34:39.447779+0000 mgr.a (mgr.14400) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:41.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:40 smithi177 bash[23301]: cluster 2024-09-16T08:34:39.447779+0000 mgr.a (mgr.14400) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:41.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:40 smithi177 bash[23301]: cluster 2024-09-16T08:34:39.447779+0000 mgr.a (mgr.14400) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:41.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:40 smithi071 bash[23484]: cluster 2024-09-16T08:34:39.447779+0000 mgr.a (mgr.14400) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:41.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:40 smithi071 bash[23484]: cluster 2024-09-16T08:34:39.447779+0000 mgr.a (mgr.14400) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:43.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:42 smithi177 bash[23301]: cluster 2024-09-16T08:34:41.448351+0000 mgr.a (mgr.14400) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:43.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:42 smithi177 bash[23301]: cluster 2024-09-16T08:34:41.448351+0000 mgr.a (mgr.14400) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:43.046 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:42 smithi003 bash[22755]: cluster 2024-09-16T08:34:41.448351+0000 mgr.a (mgr.14400) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:43.046 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:42 smithi003 bash[22755]: cluster 2024-09-16T08:34:41.448351+0000 mgr.a (mgr.14400) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:43.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:42 smithi071 bash[23484]: cluster 2024-09-16T08:34:41.448351+0000 mgr.a (mgr.14400) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:43.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:42 smithi071 bash[23484]: cluster 2024-09-16T08:34:41.448351+0000 mgr.a (mgr.14400) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:45.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: cluster 2024-09-16T08:34:43.448914+0000 mgr.a (mgr.14400) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:45.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: cluster 2024-09-16T08:34:43.448914+0000 mgr.a (mgr.14400) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:45.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.004367+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.004367+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.010438+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.010438+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.017079+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.017079+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.162856+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.162856+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.171101+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.171101+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.180355+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:45 smithi177 bash[23301]: audit 2024-09-16T08:34:44.180355+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: cluster 2024-09-16T08:34:43.448914+0000 mgr.a (mgr.14400) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: cluster 2024-09-16T08:34:43.448914+0000 mgr.a (mgr.14400) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.004367+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.004367+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.010438+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.010438+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.017079+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.017079+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.162856+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.162856+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.171101+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.171101+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.180355+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:45 smithi071 bash[23484]: audit 2024-09-16T08:34:44.180355+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: cluster 2024-09-16T08:34:43.448914+0000 mgr.a (mgr.14400) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:45.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: cluster 2024-09-16T08:34:43.448914+0000 mgr.a (mgr.14400) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.004367+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.004367+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.010438+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.010438+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.017079+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.017079+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.162856+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.162856+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.171101+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.171101+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.180355+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:45 smithi003 bash[22755]: audit 2024-09-16T08:34:44.180355+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:47.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:47 smithi177 bash[23301]: cluster 2024-09-16T08:34:45.449475+0000 mgr.a (mgr.14400) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:47.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:47 smithi177 bash[23301]: cluster 2024-09-16T08:34:45.449475+0000 mgr.a (mgr.14400) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:47.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:47 smithi071 bash[23484]: cluster 2024-09-16T08:34:45.449475+0000 mgr.a (mgr.14400) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:47.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:47 smithi071 bash[23484]: cluster 2024-09-16T08:34:45.449475+0000 mgr.a (mgr.14400) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:47.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:47 smithi003 bash[22755]: cluster 2024-09-16T08:34:45.449475+0000 mgr.a (mgr.14400) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:47.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:47 smithi003 bash[22755]: cluster 2024-09-16T08:34:45.449475+0000 mgr.a (mgr.14400) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:48.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:48 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:34:48] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.51.0" 2024-09-16T08:34:49.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:49 smithi177 bash[23301]: cluster 2024-09-16T08:34:47.450030+0000 mgr.a (mgr.14400) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:49.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:49 smithi177 bash[23301]: cluster 2024-09-16T08:34:47.450030+0000 mgr.a (mgr.14400) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:49.329 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:49 smithi071 bash[23484]: cluster 2024-09-16T08:34:47.450030+0000 mgr.a (mgr.14400) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:49.329 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:49 smithi071 bash[23484]: cluster 2024-09-16T08:34:47.450030+0000 mgr.a (mgr.14400) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:49 smithi003 bash[22755]: cluster 2024-09-16T08:34:47.450030+0000 mgr.a (mgr.14400) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:49 smithi003 bash[22755]: cluster 2024-09-16T08:34:47.450030+0000 mgr.a (mgr.14400) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:50.288 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:50 smithi071 bash[23484]: audit 2024-09-16T08:34:49.918176+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:50.288 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:50 smithi071 bash[23484]: audit 2024-09-16T08:34:49.918176+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:50.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:50 smithi177 bash[23301]: audit 2024-09-16T08:34:49.918176+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:50.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:50 smithi177 bash[23301]: audit 2024-09-16T08:34:49.918176+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:50 smithi003 bash[22755]: audit 2024-09-16T08:34:49.918176+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:50 smithi003 bash[22755]: audit 2024-09-16T08:34:49.918176+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:34:51.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:51 smithi071 bash[23484]: cluster 2024-09-16T08:34:49.450578+0000 mgr.a (mgr.14400) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:51.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:51 smithi071 bash[23484]: cluster 2024-09-16T08:34:49.450578+0000 mgr.a (mgr.14400) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:51.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:51 smithi177 bash[23301]: cluster 2024-09-16T08:34:49.450578+0000 mgr.a (mgr.14400) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:51.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:51 smithi177 bash[23301]: cluster 2024-09-16T08:34:49.450578+0000 mgr.a (mgr.14400) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:51.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:51 smithi003 bash[22755]: cluster 2024-09-16T08:34:49.450578+0000 mgr.a (mgr.14400) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:51.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:51 smithi003 bash[22755]: cluster 2024-09-16T08:34:49.450578+0000 mgr.a (mgr.14400) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:53.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: cluster 2024-09-16T08:34:51.451202+0000 mgr.a (mgr.14400) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: cluster 2024-09-16T08:34:51.451202+0000 mgr.a (mgr.14400) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:51.929018+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:51.929018+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:51.937346+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:51.937346+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:51.947285+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:51.947285+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:52.090501+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:52.090501+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:52.099323+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:52.099323+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:52.109030+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:52 smithi003 bash[22755]: audit 2024-09-16T08:34:52.109030+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: cluster 2024-09-16T08:34:51.451202+0000 mgr.a (mgr.14400) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:53.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: cluster 2024-09-16T08:34:51.451202+0000 mgr.a (mgr.14400) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:53.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:51.929018+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:51.929018+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:51.937346+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:51.937346+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:51.947285+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:51.947285+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:52.090501+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:52.090501+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:52.099323+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:52.099323+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:52.109030+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.293 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:52 smithi177 bash[23301]: audit 2024-09-16T08:34:52.109030+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: cluster 2024-09-16T08:34:51.451202+0000 mgr.a (mgr.14400) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:53.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: cluster 2024-09-16T08:34:51.451202+0000 mgr.a (mgr.14400) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:53.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:51.929018+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:51.929018+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:51.937346+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:51.937346+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:51.947285+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:51.947285+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:52.090501+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:52.090501+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:52.099323+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:52.099323+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:52.109030+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:53.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:52 smithi071 bash[23484]: audit 2024-09-16T08:34:52.109030+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:34:55.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:54 smithi003 bash[22755]: cluster 2024-09-16T08:34:53.451818+0000 mgr.a (mgr.14400) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:55.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:54 smithi003 bash[22755]: cluster 2024-09-16T08:34:53.451818+0000 mgr.a (mgr.14400) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:55.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:54 smithi177 bash[23301]: cluster 2024-09-16T08:34:53.451818+0000 mgr.a (mgr.14400) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:55.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:54 smithi177 bash[23301]: cluster 2024-09-16T08:34:53.451818+0000 mgr.a (mgr.14400) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:55.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:54 smithi071 bash[23484]: cluster 2024-09-16T08:34:53.451818+0000 mgr.a (mgr.14400) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:55.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:54 smithi071 bash[23484]: cluster 2024-09-16T08:34:53.451818+0000 mgr.a (mgr.14400) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:57.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:56 smithi003 bash[22755]: cluster 2024-09-16T08:34:55.452391+0000 mgr.a (mgr.14400) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:57.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:56 smithi003 bash[22755]: cluster 2024-09-16T08:34:55.452391+0000 mgr.a (mgr.14400) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:57.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:56 smithi177 bash[23301]: cluster 2024-09-16T08:34:55.452391+0000 mgr.a (mgr.14400) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:57.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:56 smithi177 bash[23301]: cluster 2024-09-16T08:34:55.452391+0000 mgr.a (mgr.14400) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:57.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:56 smithi071 bash[23484]: cluster 2024-09-16T08:34:55.452391+0000 mgr.a (mgr.14400) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:57.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:56 smithi071 bash[23484]: cluster 2024-09-16T08:34:55.452391+0000 mgr.a (mgr.14400) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:58.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:34:58 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:34:58] "GET /metrics HTTP/1.1" 200 21526 "" "Prometheus/2.51.0" 2024-09-16T08:34:58.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:58 smithi003 bash[22755]: cluster 2024-09-16T08:34:57.452913+0000 mgr.a (mgr.14400) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:58.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:34:58 smithi003 bash[22755]: cluster 2024-09-16T08:34:57.452913+0000 mgr.a (mgr.14400) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:59.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:58 smithi177 bash[23301]: cluster 2024-09-16T08:34:57.452913+0000 mgr.a (mgr.14400) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:59.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:34:58 smithi177 bash[23301]: cluster 2024-09-16T08:34:57.452913+0000 mgr.a (mgr.14400) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:59.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:58 smithi071 bash[23484]: cluster 2024-09-16T08:34:57.452913+0000 mgr.a (mgr.14400) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:34:59.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:34:58 smithi071 bash[23484]: cluster 2024-09-16T08:34:57.452913+0000 mgr.a (mgr.14400) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:00 smithi003 bash[22755]: cluster 2024-09-16T08:34:59.453444+0000 mgr.a (mgr.14400) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:00 smithi003 bash[22755]: cluster 2024-09-16T08:34:59.453444+0000 mgr.a (mgr.14400) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:01.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:00 smithi177 bash[23301]: cluster 2024-09-16T08:34:59.453444+0000 mgr.a (mgr.14400) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:01.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:00 smithi177 bash[23301]: cluster 2024-09-16T08:34:59.453444+0000 mgr.a (mgr.14400) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:01.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:00 smithi071 bash[23484]: cluster 2024-09-16T08:34:59.453444+0000 mgr.a (mgr.14400) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:01.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:00 smithi071 bash[23484]: cluster 2024-09-16T08:34:59.453444+0000 mgr.a (mgr.14400) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:03.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:02 smithi003 bash[22755]: cluster 2024-09-16T08:35:01.453817+0000 mgr.a (mgr.14400) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:03.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:02 smithi003 bash[22755]: cluster 2024-09-16T08:35:01.453817+0000 mgr.a (mgr.14400) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:03.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:02 smithi177 bash[23301]: cluster 2024-09-16T08:35:01.453817+0000 mgr.a (mgr.14400) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:03.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:02 smithi177 bash[23301]: cluster 2024-09-16T08:35:01.453817+0000 mgr.a (mgr.14400) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:03.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:02 smithi071 bash[23484]: cluster 2024-09-16T08:35:01.453817+0000 mgr.a (mgr.14400) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:03.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:02 smithi071 bash[23484]: cluster 2024-09-16T08:35:01.453817+0000 mgr.a (mgr.14400) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:05.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: cluster 2024-09-16T08:35:03.454331+0000 mgr.a (mgr.14400) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: cluster 2024-09-16T08:35:03.454331+0000 mgr.a (mgr.14400) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: audit 2024-09-16T08:35:04.376715+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: audit 2024-09-16T08:35:04.376715+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: audit 2024-09-16T08:35:04.382027+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: audit 2024-09-16T08:35:04.382027+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: audit 2024-09-16T08:35:04.388968+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: audit 2024-09-16T08:35:04.388968+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: audit 2024-09-16T08:35:04.918710+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:04 smithi003 bash[22755]: audit 2024-09-16T08:35:04.918710+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:05.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: cluster 2024-09-16T08:35:03.454331+0000 mgr.a (mgr.14400) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:05.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: cluster 2024-09-16T08:35:03.454331+0000 mgr.a (mgr.14400) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:05.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: audit 2024-09-16T08:35:04.376715+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: audit 2024-09-16T08:35:04.376715+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: audit 2024-09-16T08:35:04.382027+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: audit 2024-09-16T08:35:04.382027+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: audit 2024-09-16T08:35:04.388968+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: audit 2024-09-16T08:35:04.388968+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: audit 2024-09-16T08:35:04.918710+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:05.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:04 smithi177 bash[23301]: audit 2024-09-16T08:35:04.918710+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: cluster 2024-09-16T08:35:03.454331+0000 mgr.a (mgr.14400) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: cluster 2024-09-16T08:35:03.454331+0000 mgr.a (mgr.14400) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: audit 2024-09-16T08:35:04.376715+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: audit 2024-09-16T08:35:04.376715+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: audit 2024-09-16T08:35:04.382027+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: audit 2024-09-16T08:35:04.382027+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: audit 2024-09-16T08:35:04.388968+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: audit 2024-09-16T08:35:04.388968+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: audit 2024-09-16T08:35:04.918710+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:05.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:04 smithi071 bash[23484]: audit 2024-09-16T08:35:04.918710+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:07.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:06 smithi003 bash[22755]: cluster 2024-09-16T08:35:05.454894+0000 mgr.a (mgr.14400) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:07.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:06 smithi003 bash[22755]: cluster 2024-09-16T08:35:05.454894+0000 mgr.a (mgr.14400) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:07.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:06 smithi177 bash[23301]: cluster 2024-09-16T08:35:05.454894+0000 mgr.a (mgr.14400) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:07.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:06 smithi177 bash[23301]: cluster 2024-09-16T08:35:05.454894+0000 mgr.a (mgr.14400) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:07.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:06 smithi071 bash[23484]: cluster 2024-09-16T08:35:05.454894+0000 mgr.a (mgr.14400) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:07.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:06 smithi071 bash[23484]: cluster 2024-09-16T08:35:05.454894+0000 mgr.a (mgr.14400) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:08.958 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:35:08 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:35:08] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.51.0" 2024-09-16T08:35:09.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:08 smithi177 bash[23301]: cluster 2024-09-16T08:35:07.455442+0000 mgr.a (mgr.14400) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:09.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:08 smithi177 bash[23301]: cluster 2024-09-16T08:35:07.455442+0000 mgr.a (mgr.14400) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:09.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:08 smithi071 bash[23484]: cluster 2024-09-16T08:35:07.455442+0000 mgr.a (mgr.14400) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:09.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:08 smithi071 bash[23484]: cluster 2024-09-16T08:35:07.455442+0000 mgr.a (mgr.14400) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:09.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:08 smithi003 bash[22755]: cluster 2024-09-16T08:35:07.455442+0000 mgr.a (mgr.14400) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:09.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:08 smithi003 bash[22755]: cluster 2024-09-16T08:35:07.455442+0000 mgr.a (mgr.14400) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:11.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:10 smithi177 bash[23301]: cluster 2024-09-16T08:35:09.455946+0000 mgr.a (mgr.14400) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:11.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:10 smithi177 bash[23301]: cluster 2024-09-16T08:35:09.455946+0000 mgr.a (mgr.14400) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:10 smithi003 bash[22755]: cluster 2024-09-16T08:35:09.455946+0000 mgr.a (mgr.14400) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:10 smithi003 bash[22755]: cluster 2024-09-16T08:35:09.455946+0000 mgr.a (mgr.14400) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:11.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:10 smithi071 bash[23484]: cluster 2024-09-16T08:35:09.455946+0000 mgr.a (mgr.14400) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:11.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:10 smithi071 bash[23484]: cluster 2024-09-16T08:35:09.455946+0000 mgr.a (mgr.14400) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:13.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: cluster 2024-09-16T08:35:11.456453+0000 mgr.a (mgr.14400) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:13.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: cluster 2024-09-16T08:35:11.456453+0000 mgr.a (mgr.14400) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:13.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.114598+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.114598+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.123186+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.123186+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.133055+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.133055+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.295345+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.295345+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.304473+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.304473+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.315848+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.043 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:12 smithi177 bash[23301]: audit 2024-09-16T08:35:12.315848+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: cluster 2024-09-16T08:35:11.456453+0000 mgr.a (mgr.14400) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: cluster 2024-09-16T08:35:11.456453+0000 mgr.a (mgr.14400) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.114598+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.114598+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.123186+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.123186+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.133055+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.133055+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.295345+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.295345+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.304473+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.304473+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.315848+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:12 smithi003 bash[22755]: audit 2024-09-16T08:35:12.315848+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: cluster 2024-09-16T08:35:11.456453+0000 mgr.a (mgr.14400) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: cluster 2024-09-16T08:35:11.456453+0000 mgr.a (mgr.14400) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.114598+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.114598+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.123186+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.123186+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.133055+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.133055+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.295345+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.295345+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.304473+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.304473+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.315848+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:13.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:12 smithi071 bash[23484]: audit 2024-09-16T08:35:12.315848+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:14.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:13 smithi003 bash[22755]: audit 2024-09-16T08:35:13.643802+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:35:14.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:13 smithi003 bash[22755]: audit 2024-09-16T08:35:13.643802+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:35:14.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:13 smithi003 bash[22755]: audit 2024-09-16T08:35:13.648812+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:35:14.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:13 smithi003 bash[22755]: audit 2024-09-16T08:35:13.648812+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:35:14.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:13 smithi003 bash[22755]: audit 2024-09-16T08:35:13.650162+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:35:14.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:13 smithi003 bash[22755]: audit 2024-09-16T08:35:13.650162+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:35:14.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:13 smithi003 bash[22755]: audit 2024-09-16T08:35:13.659659+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:14.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:13 smithi003 bash[22755]: audit 2024-09-16T08:35:13.659659+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:14.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:13 smithi177 bash[23301]: audit 2024-09-16T08:35:13.643802+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:35:14.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:13 smithi177 bash[23301]: audit 2024-09-16T08:35:13.643802+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:35:14.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:13 smithi177 bash[23301]: audit 2024-09-16T08:35:13.648812+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:35:14.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:13 smithi177 bash[23301]: audit 2024-09-16T08:35:13.648812+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:35:14.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:13 smithi177 bash[23301]: audit 2024-09-16T08:35:13.650162+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:35:14.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:13 smithi177 bash[23301]: audit 2024-09-16T08:35:13.650162+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:35:14.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:13 smithi177 bash[23301]: audit 2024-09-16T08:35:13.659659+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:14.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:13 smithi177 bash[23301]: audit 2024-09-16T08:35:13.659659+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:14.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:13 smithi071 bash[23484]: audit 2024-09-16T08:35:13.643802+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:35:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:13 smithi071 bash[23484]: audit 2024-09-16T08:35:13.643802+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:35:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:13 smithi071 bash[23484]: audit 2024-09-16T08:35:13.648812+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:35:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:13 smithi071 bash[23484]: audit 2024-09-16T08:35:13.648812+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:35:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:13 smithi071 bash[23484]: audit 2024-09-16T08:35:13.650162+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:35:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:13 smithi071 bash[23484]: audit 2024-09-16T08:35:13.650162+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:35:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:13 smithi071 bash[23484]: audit 2024-09-16T08:35:13.659659+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:13 smithi071 bash[23484]: audit 2024-09-16T08:35:13.659659+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:14 smithi177 bash[23301]: cluster 2024-09-16T08:35:13.456983+0000 mgr.a (mgr.14400) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:14 smithi177 bash[23301]: cluster 2024-09-16T08:35:13.456983+0000 mgr.a (mgr.14400) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:14 smithi071 bash[23484]: cluster 2024-09-16T08:35:13.456983+0000 mgr.a (mgr.14400) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:14 smithi071 bash[23484]: cluster 2024-09-16T08:35:13.456983+0000 mgr.a (mgr.14400) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:15.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:14 smithi003 bash[22755]: cluster 2024-09-16T08:35:13.456983+0000 mgr.a (mgr.14400) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:15.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:14 smithi003 bash[22755]: cluster 2024-09-16T08:35:13.456983+0000 mgr.a (mgr.14400) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:17.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:16 smithi177 bash[23301]: cluster 2024-09-16T08:35:15.457525+0000 mgr.a (mgr.14400) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:17.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:16 smithi177 bash[23301]: cluster 2024-09-16T08:35:15.457525+0000 mgr.a (mgr.14400) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:17.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:16 smithi071 bash[23484]: cluster 2024-09-16T08:35:15.457525+0000 mgr.a (mgr.14400) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:17.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:16 smithi071 bash[23484]: cluster 2024-09-16T08:35:15.457525+0000 mgr.a (mgr.14400) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:16 smithi003 bash[22755]: cluster 2024-09-16T08:35:15.457525+0000 mgr.a (mgr.14400) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:16 smithi003 bash[22755]: cluster 2024-09-16T08:35:15.457525+0000 mgr.a (mgr.14400) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:18.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:35:18 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:35:18] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.51.0" 2024-09-16T08:35:19.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:19 smithi177 bash[23301]: cluster 2024-09-16T08:35:17.458038+0000 mgr.a (mgr.14400) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:19.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:19 smithi177 bash[23301]: cluster 2024-09-16T08:35:17.458038+0000 mgr.a (mgr.14400) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:19.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:18 smithi071 bash[23484]: cluster 2024-09-16T08:35:17.458038+0000 mgr.a (mgr.14400) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:19.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:18 smithi071 bash[23484]: cluster 2024-09-16T08:35:17.458038+0000 mgr.a (mgr.14400) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:18 smithi003 bash[22755]: cluster 2024-09-16T08:35:17.458038+0000 mgr.a (mgr.14400) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:18 smithi003 bash[22755]: cluster 2024-09-16T08:35:17.458038+0000 mgr.a (mgr.14400) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:20.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:20 smithi177 bash[23301]: audit 2024-09-16T08:35:19.919134+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:20.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:20 smithi177 bash[23301]: audit 2024-09-16T08:35:19.919134+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:20.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:20 smithi071 bash[23484]: audit 2024-09-16T08:35:19.919134+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:20.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:20 smithi071 bash[23484]: audit 2024-09-16T08:35:19.919134+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:20 smithi003 bash[22755]: audit 2024-09-16T08:35:19.919134+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:20 smithi003 bash[22755]: audit 2024-09-16T08:35:19.919134+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:21.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:21 smithi177 bash[23301]: cluster 2024-09-16T08:35:19.458532+0000 mgr.a (mgr.14400) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:21.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:21 smithi177 bash[23301]: cluster 2024-09-16T08:35:19.458532+0000 mgr.a (mgr.14400) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:21.412 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:21 smithi003 bash[22755]: cluster 2024-09-16T08:35:19.458532+0000 mgr.a (mgr.14400) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:21.412 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:21 smithi003 bash[22755]: cluster 2024-09-16T08:35:19.458532+0000 mgr.a (mgr.14400) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:21.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:21 smithi071 bash[23484]: cluster 2024-09-16T08:35:19.458532+0000 mgr.a (mgr.14400) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:21.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:21 smithi071 bash[23484]: cluster 2024-09-16T08:35:19.458532+0000 mgr.a (mgr.14400) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:23.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:23 smithi177 bash[23301]: cluster 2024-09-16T08:35:21.459139+0000 mgr.a (mgr.14400) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:23.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:23 smithi177 bash[23301]: cluster 2024-09-16T08:35:21.459139+0000 mgr.a (mgr.14400) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:23.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:23 smithi071 bash[23484]: cluster 2024-09-16T08:35:21.459139+0000 mgr.a (mgr.14400) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:23.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:23 smithi071 bash[23484]: cluster 2024-09-16T08:35:21.459139+0000 mgr.a (mgr.14400) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:23.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:23 smithi003 bash[22755]: cluster 2024-09-16T08:35:21.459139+0000 mgr.a (mgr.14400) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:23.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:23 smithi003 bash[22755]: cluster 2024-09-16T08:35:21.459139+0000 mgr.a (mgr.14400) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:25.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:25 smithi177 bash[23301]: cluster 2024-09-16T08:35:23.459650+0000 mgr.a (mgr.14400) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:25.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:25 smithi177 bash[23301]: cluster 2024-09-16T08:35:23.459650+0000 mgr.a (mgr.14400) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:25.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:25 smithi177 bash[23301]: audit 2024-09-16T08:35:24.538047+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:25 smithi177 bash[23301]: audit 2024-09-16T08:35:24.538047+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:25 smithi177 bash[23301]: audit 2024-09-16T08:35:24.543042+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:25 smithi177 bash[23301]: audit 2024-09-16T08:35:24.543042+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:25 smithi177 bash[23301]: audit 2024-09-16T08:35:24.548605+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:25 smithi177 bash[23301]: audit 2024-09-16T08:35:24.548605+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:25 smithi071 bash[23484]: cluster 2024-09-16T08:35:23.459650+0000 mgr.a (mgr.14400) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:25.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:25 smithi071 bash[23484]: cluster 2024-09-16T08:35:23.459650+0000 mgr.a (mgr.14400) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:25.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:25 smithi071 bash[23484]: audit 2024-09-16T08:35:24.538047+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:25 smithi071 bash[23484]: audit 2024-09-16T08:35:24.538047+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:25 smithi071 bash[23484]: audit 2024-09-16T08:35:24.543042+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:25 smithi071 bash[23484]: audit 2024-09-16T08:35:24.543042+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:25 smithi071 bash[23484]: audit 2024-09-16T08:35:24.548605+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:25 smithi071 bash[23484]: audit 2024-09-16T08:35:24.548605+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:25 smithi003 bash[22755]: cluster 2024-09-16T08:35:23.459650+0000 mgr.a (mgr.14400) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:25.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:25 smithi003 bash[22755]: cluster 2024-09-16T08:35:23.459650+0000 mgr.a (mgr.14400) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:25.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:25 smithi003 bash[22755]: audit 2024-09-16T08:35:24.538047+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:25 smithi003 bash[22755]: audit 2024-09-16T08:35:24.538047+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:25 smithi003 bash[22755]: audit 2024-09-16T08:35:24.543042+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:25 smithi003 bash[22755]: audit 2024-09-16T08:35:24.543042+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:25 smithi003 bash[22755]: audit 2024-09-16T08:35:24.548605+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:25.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:25 smithi003 bash[22755]: audit 2024-09-16T08:35:24.548605+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:27.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:27 smithi177 bash[23301]: cluster 2024-09-16T08:35:25.460195+0000 mgr.a (mgr.14400) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:27.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:27 smithi177 bash[23301]: cluster 2024-09-16T08:35:25.460195+0000 mgr.a (mgr.14400) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:27.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:27 smithi071 bash[23484]: cluster 2024-09-16T08:35:25.460195+0000 mgr.a (mgr.14400) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:27.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:27 smithi071 bash[23484]: cluster 2024-09-16T08:35:25.460195+0000 mgr.a (mgr.14400) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:27.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:27 smithi003 bash[22755]: cluster 2024-09-16T08:35:25.460195+0000 mgr.a (mgr.14400) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:27.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:27 smithi003 bash[22755]: cluster 2024-09-16T08:35:25.460195+0000 mgr.a (mgr.14400) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:28.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:35:28 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:35:28] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.51.0" 2024-09-16T08:35:29.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:29 smithi177 bash[23301]: cluster 2024-09-16T08:35:27.460706+0000 mgr.a (mgr.14400) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:29.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:29 smithi177 bash[23301]: cluster 2024-09-16T08:35:27.460706+0000 mgr.a (mgr.14400) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:29.382 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:29 smithi071 bash[23484]: cluster 2024-09-16T08:35:27.460706+0000 mgr.a (mgr.14400) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:29.382 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:29 smithi071 bash[23484]: cluster 2024-09-16T08:35:27.460706+0000 mgr.a (mgr.14400) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:29.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:29 smithi003 bash[22755]: cluster 2024-09-16T08:35:27.460706+0000 mgr.a (mgr.14400) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:29.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:29 smithi003 bash[22755]: cluster 2024-09-16T08:35:27.460706+0000 mgr.a (mgr.14400) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:31.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:31 smithi177 bash[23301]: cluster 2024-09-16T08:35:29.461218+0000 mgr.a (mgr.14400) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:31.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:31 smithi177 bash[23301]: cluster 2024-09-16T08:35:29.461218+0000 mgr.a (mgr.14400) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:31.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:31 smithi071 bash[23484]: cluster 2024-09-16T08:35:29.461218+0000 mgr.a (mgr.14400) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:31.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:31 smithi071 bash[23484]: cluster 2024-09-16T08:35:29.461218+0000 mgr.a (mgr.14400) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:31.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:31 smithi003 bash[22755]: cluster 2024-09-16T08:35:29.461218+0000 mgr.a (mgr.14400) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:31.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:31 smithi003 bash[22755]: cluster 2024-09-16T08:35:29.461218+0000 mgr.a (mgr.14400) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: cluster 2024-09-16T08:35:31.461761+0000 mgr.a (mgr.14400) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: cluster 2024-09-16T08:35:31.461761+0000 mgr.a (mgr.14400) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.348894+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.348894+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.357420+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.357420+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.367209+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.367209+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.478654+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.478654+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.488781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.488781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.499112+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:33 smithi071 bash[23484]: audit 2024-09-16T08:35:32.499112+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: cluster 2024-09-16T08:35:31.461761+0000 mgr.a (mgr.14400) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:33.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: cluster 2024-09-16T08:35:31.461761+0000 mgr.a (mgr.14400) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:33.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.348894+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.348894+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.357420+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.357420+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.367209+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.367209+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.478654+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.478654+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.488781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.488781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.499112+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.292 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:33 smithi177 bash[23301]: audit 2024-09-16T08:35:32.499112+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: cluster 2024-09-16T08:35:31.461761+0000 mgr.a (mgr.14400) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:33.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: cluster 2024-09-16T08:35:31.461761+0000 mgr.a (mgr.14400) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:33.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.348894+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.348894+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.357420+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.357420+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.367209+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.367209+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.478654+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.478654+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.488781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.488781+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.499112+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:33.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:33 smithi003 bash[22755]: audit 2024-09-16T08:35:32.499112+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:35.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:35 smithi177 bash[23301]: cluster 2024-09-16T08:35:33.462291+0000 mgr.a (mgr.14400) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:35.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:35 smithi177 bash[23301]: cluster 2024-09-16T08:35:33.462291+0000 mgr.a (mgr.14400) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:35.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:35 smithi177 bash[23301]: audit 2024-09-16T08:35:34.919595+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:35.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:35 smithi177 bash[23301]: audit 2024-09-16T08:35:34.919595+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:35.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:35 smithi071 bash[23484]: cluster 2024-09-16T08:35:33.462291+0000 mgr.a (mgr.14400) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:35.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:35 smithi071 bash[23484]: cluster 2024-09-16T08:35:33.462291+0000 mgr.a (mgr.14400) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:35.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:35 smithi071 bash[23484]: audit 2024-09-16T08:35:34.919595+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:35.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:35 smithi071 bash[23484]: audit 2024-09-16T08:35:34.919595+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:35.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:35 smithi003 bash[22755]: cluster 2024-09-16T08:35:33.462291+0000 mgr.a (mgr.14400) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:35.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:35 smithi003 bash[22755]: cluster 2024-09-16T08:35:33.462291+0000 mgr.a (mgr.14400) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:35.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:35 smithi003 bash[22755]: audit 2024-09-16T08:35:34.919595+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:35.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:35 smithi003 bash[22755]: audit 2024-09-16T08:35:34.919595+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:37.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:37 smithi177 bash[23301]: cluster 2024-09-16T08:35:35.462810+0000 mgr.a (mgr.14400) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:37.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:37 smithi177 bash[23301]: cluster 2024-09-16T08:35:35.462810+0000 mgr.a (mgr.14400) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:37.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:37 smithi071 bash[23484]: cluster 2024-09-16T08:35:35.462810+0000 mgr.a (mgr.14400) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:37.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:37 smithi071 bash[23484]: cluster 2024-09-16T08:35:35.462810+0000 mgr.a (mgr.14400) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:37.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:37 smithi003 bash[22755]: cluster 2024-09-16T08:35:35.462810+0000 mgr.a (mgr.14400) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:37.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:37 smithi003 bash[22755]: cluster 2024-09-16T08:35:35.462810+0000 mgr.a (mgr.14400) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:38.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:35:38 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:35:38] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.51.0" 2024-09-16T08:35:39.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:39 smithi071 bash[23484]: cluster 2024-09-16T08:35:37.463316+0000 mgr.a (mgr.14400) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:39.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:39 smithi071 bash[23484]: cluster 2024-09-16T08:35:37.463316+0000 mgr.a (mgr.14400) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:39 smithi003 bash[22755]: cluster 2024-09-16T08:35:37.463316+0000 mgr.a (mgr.14400) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:39.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:39 smithi003 bash[22755]: cluster 2024-09-16T08:35:37.463316+0000 mgr.a (mgr.14400) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:39.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:39 smithi177 bash[23301]: cluster 2024-09-16T08:35:37.463316+0000 mgr.a (mgr.14400) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:39.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:39 smithi177 bash[23301]: cluster 2024-09-16T08:35:37.463316+0000 mgr.a (mgr.14400) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:41.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:41 smithi071 bash[23484]: cluster 2024-09-16T08:35:39.463845+0000 mgr.a (mgr.14400) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:41.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:41 smithi071 bash[23484]: cluster 2024-09-16T08:35:39.463845+0000 mgr.a (mgr.14400) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:41.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:41 smithi003 bash[22755]: cluster 2024-09-16T08:35:39.463845+0000 mgr.a (mgr.14400) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:41.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:41 smithi003 bash[22755]: cluster 2024-09-16T08:35:39.463845+0000 mgr.a (mgr.14400) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:41.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:41 smithi177 bash[23301]: cluster 2024-09-16T08:35:39.463845+0000 mgr.a (mgr.14400) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:41.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:41 smithi177 bash[23301]: cluster 2024-09-16T08:35:39.463845+0000 mgr.a (mgr.14400) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:43.302 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:43 smithi003 bash[22755]: cluster 2024-09-16T08:35:41.464424+0000 mgr.a (mgr.14400) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:43.302 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:43 smithi003 bash[22755]: cluster 2024-09-16T08:35:41.464424+0000 mgr.a (mgr.14400) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:43.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:43 smithi071 bash[23484]: cluster 2024-09-16T08:35:41.464424+0000 mgr.a (mgr.14400) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:43.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:43 smithi071 bash[23484]: cluster 2024-09-16T08:35:41.464424+0000 mgr.a (mgr.14400) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:43.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:43 smithi177 bash[23301]: cluster 2024-09-16T08:35:41.464424+0000 mgr.a (mgr.14400) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:43.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:43 smithi177 bash[23301]: cluster 2024-09-16T08:35:41.464424+0000 mgr.a (mgr.14400) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:45.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:45 smithi071 bash[23484]: cluster 2024-09-16T08:35:43.464972+0000 mgr.a (mgr.14400) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:45 smithi071 bash[23484]: cluster 2024-09-16T08:35:43.464972+0000 mgr.a (mgr.14400) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:45 smithi071 bash[23484]: audit 2024-09-16T08:35:44.752423+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:45 smithi071 bash[23484]: audit 2024-09-16T08:35:44.752423+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:45 smithi071 bash[23484]: audit 2024-09-16T08:35:44.757655+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:45 smithi071 bash[23484]: audit 2024-09-16T08:35:44.757655+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:45 smithi071 bash[23484]: audit 2024-09-16T08:35:44.764916+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:45 smithi071 bash[23484]: audit 2024-09-16T08:35:44.764916+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:45 smithi003 bash[22755]: cluster 2024-09-16T08:35:43.464972+0000 mgr.a (mgr.14400) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:45.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:45 smithi003 bash[22755]: cluster 2024-09-16T08:35:43.464972+0000 mgr.a (mgr.14400) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:45.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:45 smithi003 bash[22755]: audit 2024-09-16T08:35:44.752423+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:45 smithi003 bash[22755]: audit 2024-09-16T08:35:44.752423+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:45 smithi003 bash[22755]: audit 2024-09-16T08:35:44.757655+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:45 smithi003 bash[22755]: audit 2024-09-16T08:35:44.757655+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:45 smithi003 bash[22755]: audit 2024-09-16T08:35:44.764916+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:45 smithi003 bash[22755]: audit 2024-09-16T08:35:44.764916+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:45 smithi177 bash[23301]: cluster 2024-09-16T08:35:43.464972+0000 mgr.a (mgr.14400) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:45.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:45 smithi177 bash[23301]: cluster 2024-09-16T08:35:43.464972+0000 mgr.a (mgr.14400) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:45.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:45 smithi177 bash[23301]: audit 2024-09-16T08:35:44.752423+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:45 smithi177 bash[23301]: audit 2024-09-16T08:35:44.752423+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:45 smithi177 bash[23301]: audit 2024-09-16T08:35:44.757655+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:45 smithi177 bash[23301]: audit 2024-09-16T08:35:44.757655+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:45 smithi177 bash[23301]: audit 2024-09-16T08:35:44.764916+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:45.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:45 smithi177 bash[23301]: audit 2024-09-16T08:35:44.764916+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:47.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:47 smithi071 bash[23484]: cluster 2024-09-16T08:35:45.465342+0000 mgr.a (mgr.14400) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:47.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:47 smithi071 bash[23484]: cluster 2024-09-16T08:35:45.465342+0000 mgr.a (mgr.14400) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:47.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:47 smithi003 bash[22755]: cluster 2024-09-16T08:35:45.465342+0000 mgr.a (mgr.14400) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:47.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:47 smithi003 bash[22755]: cluster 2024-09-16T08:35:45.465342+0000 mgr.a (mgr.14400) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:47.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:47 smithi177 bash[23301]: cluster 2024-09-16T08:35:45.465342+0000 mgr.a (mgr.14400) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:47.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:47 smithi177 bash[23301]: cluster 2024-09-16T08:35:45.465342+0000 mgr.a (mgr.14400) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:48.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:35:48 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:35:48] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.51.0" 2024-09-16T08:35:49.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:49 smithi071 bash[23484]: cluster 2024-09-16T08:35:47.465824+0000 mgr.a (mgr.14400) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:49.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:49 smithi071 bash[23484]: cluster 2024-09-16T08:35:47.465824+0000 mgr.a (mgr.14400) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:49 smithi003 bash[22755]: cluster 2024-09-16T08:35:47.465824+0000 mgr.a (mgr.14400) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:49.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:49 smithi003 bash[22755]: cluster 2024-09-16T08:35:47.465824+0000 mgr.a (mgr.14400) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:49.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:49 smithi177 bash[23301]: cluster 2024-09-16T08:35:47.465824+0000 mgr.a (mgr.14400) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:49.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:49 smithi177 bash[23301]: cluster 2024-09-16T08:35:47.465824+0000 mgr.a (mgr.14400) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:50.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:50 smithi177 bash[23301]: cluster 2024-09-16T08:35:49.466277+0000 mgr.a (mgr.14400) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:50.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:50 smithi177 bash[23301]: cluster 2024-09-16T08:35:49.466277+0000 mgr.a (mgr.14400) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:50.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:50 smithi177 bash[23301]: audit 2024-09-16T08:35:49.921241+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:50.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:50 smithi177 bash[23301]: audit 2024-09-16T08:35:49.921241+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:50.362 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:50 smithi071 bash[23484]: cluster 2024-09-16T08:35:49.466277+0000 mgr.a (mgr.14400) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:50.362 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:50 smithi071 bash[23484]: cluster 2024-09-16T08:35:49.466277+0000 mgr.a (mgr.14400) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:50.362 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:50 smithi071 bash[23484]: audit 2024-09-16T08:35:49.921241+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:50.362 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:50 smithi071 bash[23484]: audit 2024-09-16T08:35:49.921241+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:50 smithi003 bash[22755]: cluster 2024-09-16T08:35:49.466277+0000 mgr.a (mgr.14400) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:50 smithi003 bash[22755]: cluster 2024-09-16T08:35:49.466277+0000 mgr.a (mgr.14400) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:50.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:50 smithi003 bash[22755]: audit 2024-09-16T08:35:49.921241+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:50.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:50 smithi003 bash[22755]: audit 2024-09-16T08:35:49.921241+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:35:52.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:52 smithi177 bash[23301]: cluster 2024-09-16T08:35:51.466793+0000 mgr.a (mgr.14400) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:52.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:52 smithi177 bash[23301]: cluster 2024-09-16T08:35:51.466793+0000 mgr.a (mgr.14400) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:52.871 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:52 smithi071 bash[23484]: cluster 2024-09-16T08:35:51.466793+0000 mgr.a (mgr.14400) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:52.871 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:52 smithi071 bash[23484]: cluster 2024-09-16T08:35:51.466793+0000 mgr.a (mgr.14400) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:52.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:52 smithi003 bash[22755]: cluster 2024-09-16T08:35:51.466793+0000 mgr.a (mgr.14400) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:52.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:52 smithi003 bash[22755]: cluster 2024-09-16T08:35:51.466793+0000 mgr.a (mgr.14400) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:53.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.519693+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.519693+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.535007+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.535007+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.545678+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.545678+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.713653+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.713653+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.723010+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.723010+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.734677+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.792 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:53 smithi177 bash[23301]: audit 2024-09-16T08:35:52.734677+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.519693+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.519693+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.535007+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.535007+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.545678+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.545678+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.713653+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.713653+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.723010+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.723010+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.734677+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:53 smithi071 bash[23484]: audit 2024-09-16T08:35:52.734677+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.519693+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.519693+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.535007+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.535007+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.545678+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.545678+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.713653+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.713653+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.723010+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.723010+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.734677+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:53.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:53 smithi003 bash[22755]: audit 2024-09-16T08:35:52.734677+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:35:55.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:54 smithi177 bash[23301]: cluster 2024-09-16T08:35:53.467269+0000 mgr.a (mgr.14400) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:55.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:54 smithi177 bash[23301]: cluster 2024-09-16T08:35:53.467269+0000 mgr.a (mgr.14400) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:55.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:54 smithi071 bash[23484]: cluster 2024-09-16T08:35:53.467269+0000 mgr.a (mgr.14400) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:55.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:54 smithi071 bash[23484]: cluster 2024-09-16T08:35:53.467269+0000 mgr.a (mgr.14400) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:55.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:54 smithi003 bash[22755]: cluster 2024-09-16T08:35:53.467269+0000 mgr.a (mgr.14400) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:55.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:54 smithi003 bash[22755]: cluster 2024-09-16T08:35:53.467269+0000 mgr.a (mgr.14400) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:57.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:56 smithi177 bash[23301]: cluster 2024-09-16T08:35:55.467801+0000 mgr.a (mgr.14400) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:57.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:56 smithi177 bash[23301]: cluster 2024-09-16T08:35:55.467801+0000 mgr.a (mgr.14400) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:57.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:56 smithi071 bash[23484]: cluster 2024-09-16T08:35:55.467801+0000 mgr.a (mgr.14400) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:57.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:56 smithi071 bash[23484]: cluster 2024-09-16T08:35:55.467801+0000 mgr.a (mgr.14400) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:57.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:56 smithi003 bash[22755]: cluster 2024-09-16T08:35:55.467801+0000 mgr.a (mgr.14400) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:57.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:56 smithi003 bash[22755]: cluster 2024-09-16T08:35:55.467801+0000 mgr.a (mgr.14400) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:58.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:35:58 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:35:58] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.51.0" 2024-09-16T08:35:58.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:58 smithi003 bash[22755]: cluster 2024-09-16T08:35:57.468304+0000 mgr.a (mgr.14400) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:58.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:35:58 smithi003 bash[22755]: cluster 2024-09-16T08:35:57.468304+0000 mgr.a (mgr.14400) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:59.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:58 smithi177 bash[23301]: cluster 2024-09-16T08:35:57.468304+0000 mgr.a (mgr.14400) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:59.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:35:58 smithi177 bash[23301]: cluster 2024-09-16T08:35:57.468304+0000 mgr.a (mgr.14400) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:59.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:58 smithi071 bash[23484]: cluster 2024-09-16T08:35:57.468304+0000 mgr.a (mgr.14400) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:35:59.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:35:58 smithi071 bash[23484]: cluster 2024-09-16T08:35:57.468304+0000 mgr.a (mgr.14400) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:01.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:00 smithi177 bash[23301]: cluster 2024-09-16T08:35:59.468837+0000 mgr.a (mgr.14400) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:01.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:00 smithi177 bash[23301]: cluster 2024-09-16T08:35:59.468837+0000 mgr.a (mgr.14400) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:01.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:00 smithi071 bash[23484]: cluster 2024-09-16T08:35:59.468837+0000 mgr.a (mgr.14400) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:01.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:00 smithi071 bash[23484]: cluster 2024-09-16T08:35:59.468837+0000 mgr.a (mgr.14400) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:00 smithi003 bash[22755]: cluster 2024-09-16T08:35:59.468837+0000 mgr.a (mgr.14400) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:01.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:00 smithi003 bash[22755]: cluster 2024-09-16T08:35:59.468837+0000 mgr.a (mgr.14400) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:03.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:02 smithi177 bash[23301]: cluster 2024-09-16T08:36:01.469407+0000 mgr.a (mgr.14400) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:03.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:02 smithi177 bash[23301]: cluster 2024-09-16T08:36:01.469407+0000 mgr.a (mgr.14400) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:03.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:02 smithi071 bash[23484]: cluster 2024-09-16T08:36:01.469407+0000 mgr.a (mgr.14400) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:03.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:02 smithi071 bash[23484]: cluster 2024-09-16T08:36:01.469407+0000 mgr.a (mgr.14400) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:03.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:02 smithi003 bash[22755]: cluster 2024-09-16T08:36:01.469407+0000 mgr.a (mgr.14400) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:03.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:02 smithi003 bash[22755]: cluster 2024-09-16T08:36:01.469407+0000 mgr.a (mgr.14400) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:04.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:04 smithi003 bash[22755]: cluster 2024-09-16T08:36:03.469955+0000 mgr.a (mgr.14400) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:04.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:04 smithi003 bash[22755]: cluster 2024-09-16T08:36:03.469955+0000 mgr.a (mgr.14400) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:05.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:04 smithi177 bash[23301]: cluster 2024-09-16T08:36:03.469955+0000 mgr.a (mgr.14400) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:05.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:04 smithi177 bash[23301]: cluster 2024-09-16T08:36:03.469955+0000 mgr.a (mgr.14400) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:05.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:04 smithi071 bash[23484]: cluster 2024-09-16T08:36:03.469955+0000 mgr.a (mgr.14400) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:05.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:04 smithi071 bash[23484]: cluster 2024-09-16T08:36:03.469955+0000 mgr.a (mgr.14400) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:06.017 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:05 smithi003 bash[22755]: audit 2024-09-16T08:36:04.920923+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:06.017 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:05 smithi003 bash[22755]: audit 2024-09-16T08:36:04.920923+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:06.017 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:05 smithi003 bash[22755]: audit 2024-09-16T08:36:04.946451+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.017 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:05 smithi003 bash[22755]: audit 2024-09-16T08:36:04.946451+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.017 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:05 smithi003 bash[22755]: audit 2024-09-16T08:36:04.955048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.017 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:05 smithi003 bash[22755]: audit 2024-09-16T08:36:04.955048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.017 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:05 smithi003 bash[22755]: audit 2024-09-16T08:36:04.965047+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.017 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:05 smithi003 bash[22755]: audit 2024-09-16T08:36:04.965047+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:05 smithi177 bash[23301]: audit 2024-09-16T08:36:04.920923+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:06.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:05 smithi177 bash[23301]: audit 2024-09-16T08:36:04.920923+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:06.040 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:05 smithi177 bash[23301]: audit 2024-09-16T08:36:04.946451+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:05 smithi177 bash[23301]: audit 2024-09-16T08:36:04.946451+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:05 smithi177 bash[23301]: audit 2024-09-16T08:36:04.955048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:05 smithi177 bash[23301]: audit 2024-09-16T08:36:04.955048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:05 smithi177 bash[23301]: audit 2024-09-16T08:36:04.965047+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:05 smithi177 bash[23301]: audit 2024-09-16T08:36:04.965047+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:05 smithi071 bash[23484]: audit 2024-09-16T08:36:04.920923+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:05 smithi071 bash[23484]: audit 2024-09-16T08:36:04.920923+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:05 smithi071 bash[23484]: audit 2024-09-16T08:36:04.946451+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:05 smithi071 bash[23484]: audit 2024-09-16T08:36:04.946451+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:05 smithi071 bash[23484]: audit 2024-09-16T08:36:04.955048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:05 smithi071 bash[23484]: audit 2024-09-16T08:36:04.955048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:05 smithi071 bash[23484]: audit 2024-09-16T08:36:04.965047+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:05 smithi071 bash[23484]: audit 2024-09-16T08:36:04.965047+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:07.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:06 smithi003 bash[22755]: cluster 2024-09-16T08:36:05.470501+0000 mgr.a (mgr.14400) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:07.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:06 smithi003 bash[22755]: cluster 2024-09-16T08:36:05.470501+0000 mgr.a (mgr.14400) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:07.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:06 smithi177 bash[23301]: cluster 2024-09-16T08:36:05.470501+0000 mgr.a (mgr.14400) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:07.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:06 smithi177 bash[23301]: cluster 2024-09-16T08:36:05.470501+0000 mgr.a (mgr.14400) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:07.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:06 smithi071 bash[23484]: cluster 2024-09-16T08:36:05.470501+0000 mgr.a (mgr.14400) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:07.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:06 smithi071 bash[23484]: cluster 2024-09-16T08:36:05.470501+0000 mgr.a (mgr.14400) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:08.967 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:36:08 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:36:08] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-16T08:36:09.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:08 smithi003 bash[22755]: cluster 2024-09-16T08:36:07.471041+0000 mgr.a (mgr.14400) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:09.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:08 smithi003 bash[22755]: cluster 2024-09-16T08:36:07.471041+0000 mgr.a (mgr.14400) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:09.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:08 smithi177 bash[23301]: cluster 2024-09-16T08:36:07.471041+0000 mgr.a (mgr.14400) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:09.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:08 smithi177 bash[23301]: cluster 2024-09-16T08:36:07.471041+0000 mgr.a (mgr.14400) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:09.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:08 smithi071 bash[23484]: cluster 2024-09-16T08:36:07.471041+0000 mgr.a (mgr.14400) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:09.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:08 smithi071 bash[23484]: cluster 2024-09-16T08:36:07.471041+0000 mgr.a (mgr.14400) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:10 smithi003 bash[22755]: cluster 2024-09-16T08:36:09.471546+0000 mgr.a (mgr.14400) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:11.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:10 smithi003 bash[22755]: cluster 2024-09-16T08:36:09.471546+0000 mgr.a (mgr.14400) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:11.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:10 smithi177 bash[23301]: cluster 2024-09-16T08:36:09.471546+0000 mgr.a (mgr.14400) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:11.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:10 smithi177 bash[23301]: cluster 2024-09-16T08:36:09.471546+0000 mgr.a (mgr.14400) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:11.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:10 smithi071 bash[23484]: cluster 2024-09-16T08:36:09.471546+0000 mgr.a (mgr.14400) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:11.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:10 smithi071 bash[23484]: cluster 2024-09-16T08:36:09.471546+0000 mgr.a (mgr.14400) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:13.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: cluster 2024-09-16T08:36:11.472091+0000 mgr.a (mgr.14400) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:13.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: cluster 2024-09-16T08:36:11.472091+0000 mgr.a (mgr.14400) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:13.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.716979+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.716979+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.727316+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.727316+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.738954+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.738954+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.901754+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.901754+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.910803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.910803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.920604+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:13 smithi071 bash[23484]: audit 2024-09-16T08:36:12.920604+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: cluster 2024-09-16T08:36:11.472091+0000 mgr.a (mgr.14400) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: cluster 2024-09-16T08:36:11.472091+0000 mgr.a (mgr.14400) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.716979+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.716979+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.727316+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.727316+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.738954+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.738954+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.901754+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.901754+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.910803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.910803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.920604+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:12 smithi003 bash[22755]: audit 2024-09-16T08:36:12.920604+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: cluster 2024-09-16T08:36:11.472091+0000 mgr.a (mgr.14400) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:13.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: cluster 2024-09-16T08:36:11.472091+0000 mgr.a (mgr.14400) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.716979+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.716979+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.727316+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.727316+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.738954+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.738954+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.901754+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.901754+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.910803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.910803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.920604+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:13.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:12 smithi177 bash[23301]: audit 2024-09-16T08:36:12.920604+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:15.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: cluster 2024-09-16T08:36:13.472614+0000 mgr.a (mgr.14400) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:15.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: cluster 2024-09-16T08:36:13.472614+0000 mgr.a (mgr.14400) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: audit 2024-09-16T08:36:14.182020+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: audit 2024-09-16T08:36:14.182020+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: audit 2024-09-16T08:36:14.186873+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: audit 2024-09-16T08:36:14.186873+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: audit 2024-09-16T08:36:14.188117+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: audit 2024-09-16T08:36:14.188117+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: audit 2024-09-16T08:36:14.197491+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:15.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:14 smithi177 bash[23301]: audit 2024-09-16T08:36:14.197491+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: cluster 2024-09-16T08:36:13.472614+0000 mgr.a (mgr.14400) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: cluster 2024-09-16T08:36:13.472614+0000 mgr.a (mgr.14400) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: audit 2024-09-16T08:36:14.182020+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: audit 2024-09-16T08:36:14.182020+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: audit 2024-09-16T08:36:14.186873+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: audit 2024-09-16T08:36:14.186873+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: audit 2024-09-16T08:36:14.188117+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: audit 2024-09-16T08:36:14.188117+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: audit 2024-09-16T08:36:14.197491+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:15.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:14 smithi071 bash[23484]: audit 2024-09-16T08:36:14.197491+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:15.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: cluster 2024-09-16T08:36:13.472614+0000 mgr.a (mgr.14400) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: cluster 2024-09-16T08:36:13.472614+0000 mgr.a (mgr.14400) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: audit 2024-09-16T08:36:14.182020+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: audit 2024-09-16T08:36:14.182020+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: audit 2024-09-16T08:36:14.186873+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: audit 2024-09-16T08:36:14.186873+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: audit 2024-09-16T08:36:14.188117+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: audit 2024-09-16T08:36:14.188117+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: audit 2024-09-16T08:36:14.197491+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:14 smithi003 bash[22755]: audit 2024-09-16T08:36:14.197491+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:17.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:16 smithi177 bash[23301]: cluster 2024-09-16T08:36:15.473155+0000 mgr.a (mgr.14400) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:17.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:16 smithi177 bash[23301]: cluster 2024-09-16T08:36:15.473155+0000 mgr.a (mgr.14400) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:17.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:16 smithi071 bash[23484]: cluster 2024-09-16T08:36:15.473155+0000 mgr.a (mgr.14400) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:17.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:16 smithi071 bash[23484]: cluster 2024-09-16T08:36:15.473155+0000 mgr.a (mgr.14400) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:16 smithi003 bash[22755]: cluster 2024-09-16T08:36:15.473155+0000 mgr.a (mgr.14400) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:17.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:16 smithi003 bash[22755]: cluster 2024-09-16T08:36:15.473155+0000 mgr.a (mgr.14400) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:18.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:36:18 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:36:18] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-16T08:36:19.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:19 smithi177 bash[23301]: cluster 2024-09-16T08:36:17.473652+0000 mgr.a (mgr.14400) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:19.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:19 smithi177 bash[23301]: cluster 2024-09-16T08:36:17.473652+0000 mgr.a (mgr.14400) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:19.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:18 smithi071 bash[23484]: cluster 2024-09-16T08:36:17.473652+0000 mgr.a (mgr.14400) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:19.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:18 smithi071 bash[23484]: cluster 2024-09-16T08:36:17.473652+0000 mgr.a (mgr.14400) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:18 smithi003 bash[22755]: cluster 2024-09-16T08:36:17.473652+0000 mgr.a (mgr.14400) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:19.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:18 smithi003 bash[22755]: cluster 2024-09-16T08:36:17.473652+0000 mgr.a (mgr.14400) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:20.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:20 smithi177 bash[23301]: audit 2024-09-16T08:36:19.921936+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:20.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:20 smithi177 bash[23301]: audit 2024-09-16T08:36:19.921936+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:20.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:20 smithi071 bash[23484]: audit 2024-09-16T08:36:19.921936+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:20.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:20 smithi071 bash[23484]: audit 2024-09-16T08:36:19.921936+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:20 smithi003 bash[22755]: audit 2024-09-16T08:36:19.921936+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:20.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:20 smithi003 bash[22755]: audit 2024-09-16T08:36:19.921936+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:21.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:21 smithi177 bash[23301]: cluster 2024-09-16T08:36:19.474164+0000 mgr.a (mgr.14400) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:21.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:21 smithi177 bash[23301]: cluster 2024-09-16T08:36:19.474164+0000 mgr.a (mgr.14400) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:21.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:21 smithi071 bash[23484]: cluster 2024-09-16T08:36:19.474164+0000 mgr.a (mgr.14400) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:21.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:21 smithi071 bash[23484]: cluster 2024-09-16T08:36:19.474164+0000 mgr.a (mgr.14400) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:21 smithi003 bash[22755]: cluster 2024-09-16T08:36:19.474164+0000 mgr.a (mgr.14400) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:21.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:21 smithi003 bash[22755]: cluster 2024-09-16T08:36:19.474164+0000 mgr.a (mgr.14400) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:23.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:23 smithi177 bash[23301]: cluster 2024-09-16T08:36:21.474731+0000 mgr.a (mgr.14400) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:23.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:23 smithi177 bash[23301]: cluster 2024-09-16T08:36:21.474731+0000 mgr.a (mgr.14400) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:23.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:23 smithi071 bash[23484]: cluster 2024-09-16T08:36:21.474731+0000 mgr.a (mgr.14400) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:23.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:23 smithi071 bash[23484]: cluster 2024-09-16T08:36:21.474731+0000 mgr.a (mgr.14400) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:23.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:23 smithi003 bash[22755]: cluster 2024-09-16T08:36:21.474731+0000 mgr.a (mgr.14400) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:23.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:23 smithi003 bash[22755]: cluster 2024-09-16T08:36:21.474731+0000 mgr.a (mgr.14400) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:25.269 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:25 smithi003 bash[22755]: cluster 2024-09-16T08:36:23.475279+0000 mgr.a (mgr.14400) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:25.269 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:25 smithi003 bash[22755]: cluster 2024-09-16T08:36:23.475279+0000 mgr.a (mgr.14400) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:25.289 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:25 smithi177 bash[23301]: cluster 2024-09-16T08:36:23.475279+0000 mgr.a (mgr.14400) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:25.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:25 smithi177 bash[23301]: cluster 2024-09-16T08:36:23.475279+0000 mgr.a (mgr.14400) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:25.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:25 smithi071 bash[23484]: cluster 2024-09-16T08:36:23.475279+0000 mgr.a (mgr.14400) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:25.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:25 smithi071 bash[23484]: cluster 2024-09-16T08:36:23.475279+0000 mgr.a (mgr.14400) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:26.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:26 smithi071 bash[23484]: audit 2024-09-16T08:36:25.138624+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:26 smithi071 bash[23484]: audit 2024-09-16T08:36:25.138624+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:26 smithi071 bash[23484]: audit 2024-09-16T08:36:25.143714+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:26 smithi071 bash[23484]: audit 2024-09-16T08:36:25.143714+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:26 smithi071 bash[23484]: audit 2024-09-16T08:36:25.149440+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:26 smithi071 bash[23484]: audit 2024-09-16T08:36:25.149440+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:26 smithi071 bash[23484]: cluster 2024-09-16T08:36:25.475724+0000 mgr.a (mgr.14400) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:26.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:26 smithi071 bash[23484]: cluster 2024-09-16T08:36:25.475724+0000 mgr.a (mgr.14400) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:26.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:26 smithi003 bash[22755]: audit 2024-09-16T08:36:25.138624+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:26 smithi003 bash[22755]: audit 2024-09-16T08:36:25.138624+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:26 smithi003 bash[22755]: audit 2024-09-16T08:36:25.143714+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:26 smithi003 bash[22755]: audit 2024-09-16T08:36:25.143714+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:26 smithi003 bash[22755]: audit 2024-09-16T08:36:25.149440+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:26 smithi003 bash[22755]: audit 2024-09-16T08:36:25.149440+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:26 smithi003 bash[22755]: cluster 2024-09-16T08:36:25.475724+0000 mgr.a (mgr.14400) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:26.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:26 smithi003 bash[22755]: cluster 2024-09-16T08:36:25.475724+0000 mgr.a (mgr.14400) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:26.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:26 smithi177 bash[23301]: audit 2024-09-16T08:36:25.138624+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:26 smithi177 bash[23301]: audit 2024-09-16T08:36:25.138624+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:26 smithi177 bash[23301]: audit 2024-09-16T08:36:25.143714+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:26 smithi177 bash[23301]: audit 2024-09-16T08:36:25.143714+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:26 smithi177 bash[23301]: audit 2024-09-16T08:36:25.149440+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:26 smithi177 bash[23301]: audit 2024-09-16T08:36:25.149440+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:26.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:26 smithi177 bash[23301]: cluster 2024-09-16T08:36:25.475724+0000 mgr.a (mgr.14400) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:26.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:26 smithi177 bash[23301]: cluster 2024-09-16T08:36:25.475724+0000 mgr.a (mgr.14400) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:28.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:28 smithi177 bash[23301]: cluster 2024-09-16T08:36:27.476122+0000 mgr.a (mgr.14400) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:28.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:28 smithi177 bash[23301]: cluster 2024-09-16T08:36:27.476122+0000 mgr.a (mgr.14400) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:28.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:28 smithi071 bash[23484]: cluster 2024-09-16T08:36:27.476122+0000 mgr.a (mgr.14400) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:28.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:28 smithi071 bash[23484]: cluster 2024-09-16T08:36:27.476122+0000 mgr.a (mgr.14400) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:28.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:28 smithi003 bash[22755]: cluster 2024-09-16T08:36:27.476122+0000 mgr.a (mgr.14400) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:28.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:28 smithi003 bash[22755]: cluster 2024-09-16T08:36:27.476122+0000 mgr.a (mgr.14400) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:28.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:36:28 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:36:28] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-16T08:36:30.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:30 smithi177 bash[23301]: cluster 2024-09-16T08:36:29.476647+0000 mgr.a (mgr.14400) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:30.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:30 smithi177 bash[23301]: cluster 2024-09-16T08:36:29.476647+0000 mgr.a (mgr.14400) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:30.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:30 smithi071 bash[23484]: cluster 2024-09-16T08:36:29.476647+0000 mgr.a (mgr.14400) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:30.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:30 smithi071 bash[23484]: cluster 2024-09-16T08:36:29.476647+0000 mgr.a (mgr.14400) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:30.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:30 smithi003 bash[22755]: cluster 2024-09-16T08:36:29.476647+0000 mgr.a (mgr.14400) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:30.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:30 smithi003 bash[22755]: cluster 2024-09-16T08:36:29.476647+0000 mgr.a (mgr.14400) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:32.789 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:32 smithi177 bash[23301]: cluster 2024-09-16T08:36:31.477198+0000 mgr.a (mgr.14400) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:32.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:32 smithi177 bash[23301]: cluster 2024-09-16T08:36:31.477198+0000 mgr.a (mgr.14400) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:32.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:32 smithi071 bash[23484]: cluster 2024-09-16T08:36:31.477198+0000 mgr.a (mgr.14400) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:32.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:32 smithi071 bash[23484]: cluster 2024-09-16T08:36:31.477198+0000 mgr.a (mgr.14400) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:32.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:32 smithi003 bash[22755]: cluster 2024-09-16T08:36:31.477198+0000 mgr.a (mgr.14400) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:32 smithi003 bash[22755]: cluster 2024-09-16T08:36:31.477198+0000 mgr.a (mgr.14400) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:32.927480+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:32.927480+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:32.936280+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:32.936280+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:32.946124+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:32.946124+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:33.131555+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:33.131555+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:33.140423+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:33.140423+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:33.149954+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:33 smithi071 bash[23484]: audit 2024-09-16T08:36:33.149954+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:32.927480+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:32.927480+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:32.936280+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:32.936280+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:32.946124+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:32.946124+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:33.131555+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:33.131555+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:33.140423+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:33.140423+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:33.149954+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:33 smithi003 bash[22755]: audit 2024-09-16T08:36:33.149954+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:32.927480+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:32.927480+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:32.936280+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:32.936280+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:32.946124+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:32.946124+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:33.131555+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:33.131555+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:33.140423+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:33.140423+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:33.149954+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:34.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:33 smithi177 bash[23301]: audit 2024-09-16T08:36:33.149954+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:35.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:34 smithi003 bash[22755]: cluster 2024-09-16T08:36:33.477733+0000 mgr.a (mgr.14400) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:35.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:34 smithi003 bash[22755]: cluster 2024-09-16T08:36:33.477733+0000 mgr.a (mgr.14400) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:35.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:34 smithi003 bash[22755]: audit 2024-09-16T08:36:34.922315+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:35.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:34 smithi003 bash[22755]: audit 2024-09-16T08:36:34.922315+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:35.241 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:34 smithi177 bash[23301]: cluster 2024-09-16T08:36:33.477733+0000 mgr.a (mgr.14400) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:35.241 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:34 smithi177 bash[23301]: cluster 2024-09-16T08:36:33.477733+0000 mgr.a (mgr.14400) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:35.241 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:34 smithi177 bash[23301]: audit 2024-09-16T08:36:34.922315+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:35.241 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:34 smithi177 bash[23301]: audit 2024-09-16T08:36:34.922315+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:35.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:34 smithi071 bash[23484]: cluster 2024-09-16T08:36:33.477733+0000 mgr.a (mgr.14400) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:35.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:34 smithi071 bash[23484]: cluster 2024-09-16T08:36:33.477733+0000 mgr.a (mgr.14400) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:35.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:34 smithi071 bash[23484]: audit 2024-09-16T08:36:34.922315+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:35.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:34 smithi071 bash[23484]: audit 2024-09-16T08:36:34.922315+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:37.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:36 smithi003 bash[22755]: cluster 2024-09-16T08:36:35.478257+0000 mgr.a (mgr.14400) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:37.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:36 smithi003 bash[22755]: cluster 2024-09-16T08:36:35.478257+0000 mgr.a (mgr.14400) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:37.289 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:36 smithi177 bash[23301]: cluster 2024-09-16T08:36:35.478257+0000 mgr.a (mgr.14400) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:37.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:36 smithi177 bash[23301]: cluster 2024-09-16T08:36:35.478257+0000 mgr.a (mgr.14400) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:37.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:36 smithi071 bash[23484]: cluster 2024-09-16T08:36:35.478257+0000 mgr.a (mgr.14400) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:37.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:36 smithi071 bash[23484]: cluster 2024-09-16T08:36:35.478257+0000 mgr.a (mgr.14400) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:38.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:38 smithi003 bash[22755]: cluster 2024-09-16T08:36:37.478784+0000 mgr.a (mgr.14400) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:38.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:38 smithi003 bash[22755]: cluster 2024-09-16T08:36:37.478784+0000 mgr.a (mgr.14400) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:38.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:36:38 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:36:38] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.51.0" 2024-09-16T08:36:39.289 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:38 smithi177 bash[23301]: cluster 2024-09-16T08:36:37.478784+0000 mgr.a (mgr.14400) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:39.289 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:38 smithi177 bash[23301]: cluster 2024-09-16T08:36:37.478784+0000 mgr.a (mgr.14400) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:39.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:38 smithi071 bash[23484]: cluster 2024-09-16T08:36:37.478784+0000 mgr.a (mgr.14400) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:39.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:38 smithi071 bash[23484]: cluster 2024-09-16T08:36:37.478784+0000 mgr.a (mgr.14400) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:41.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:40 smithi003 bash[22755]: cluster 2024-09-16T08:36:39.479308+0000 mgr.a (mgr.14400) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:41.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:40 smithi003 bash[22755]: cluster 2024-09-16T08:36:39.479308+0000 mgr.a (mgr.14400) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:41.289 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:40 smithi177 bash[23301]: cluster 2024-09-16T08:36:39.479308+0000 mgr.a (mgr.14400) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:41.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:40 smithi177 bash[23301]: cluster 2024-09-16T08:36:39.479308+0000 mgr.a (mgr.14400) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:41.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:40 smithi071 bash[23484]: cluster 2024-09-16T08:36:39.479308+0000 mgr.a (mgr.14400) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:41.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:40 smithi071 bash[23484]: cluster 2024-09-16T08:36:39.479308+0000 mgr.a (mgr.14400) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:43.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:42 smithi003 bash[22755]: cluster 2024-09-16T08:36:41.479855+0000 mgr.a (mgr.14400) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:43.229 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:42 smithi003 bash[22755]: cluster 2024-09-16T08:36:41.479855+0000 mgr.a (mgr.14400) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:43.289 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:42 smithi177 bash[23301]: cluster 2024-09-16T08:36:41.479855+0000 mgr.a (mgr.14400) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:43.290 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:42 smithi177 bash[23301]: cluster 2024-09-16T08:36:41.479855+0000 mgr.a (mgr.14400) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:43.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:42 smithi071 bash[23484]: cluster 2024-09-16T08:36:41.479855+0000 mgr.a (mgr.14400) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:43.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:42 smithi071 bash[23484]: cluster 2024-09-16T08:36:41.479855+0000 mgr.a (mgr.14400) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:45.199 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:44 smithi003 bash[22755]: cluster 2024-09-16T08:36:43.480399+0000 mgr.a (mgr.14400) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:45.200 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:44 smithi003 bash[22755]: cluster 2024-09-16T08:36:43.480399+0000 mgr.a (mgr.14400) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:45.289 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:44 smithi177 bash[23301]: cluster 2024-09-16T08:36:43.480399+0000 mgr.a (mgr.14400) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:45.289 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:44 smithi177 bash[23301]: cluster 2024-09-16T08:36:43.480399+0000 mgr.a (mgr.14400) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:45.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:44 smithi071 bash[23484]: cluster 2024-09-16T08:36:43.480399+0000 mgr.a (mgr.14400) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:45.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:44 smithi071 bash[23484]: cluster 2024-09-16T08:36:43.480399+0000 mgr.a (mgr.14400) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:45.537 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch ls 2024-09-16T08:36:45.848 INFO:teuthology.orchestra.run.smithi003.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-16T08:36:45.848 INFO:teuthology.orchestra.run.smithi003.stdout:agent 3/3 12s ago 2m * 2024-09-16T08:36:45.849 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager ?:9093,9094 1/1 12s ago 4m count:1 2024-09-16T08:36:45.849 INFO:teuthology.orchestra.run.smithi003.stdout:grafana ?:3000 1/1 0s ago 4m count:1 2024-09-16T08:36:45.849 INFO:teuthology.orchestra.run.smithi003.stdout:mgr 2/2 12s ago 8m smithi003=a;smithi071=b;count:2 2024-09-16T08:36:45.849 INFO:teuthology.orchestra.run.smithi003.stdout:mon 3/3 12s ago 8m smithi003:172.21.15.3=a;smithi071:172.21.15.71=b;smithi177:172.21.15.177=c;count:3 2024-09-16T08:36:45.849 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter ?:9100 3/3 12s ago 4m * 2024-09-16T08:36:45.849 INFO:teuthology.orchestra.run.smithi003.stdout:osd 3 12s ago - 2024-09-16T08:36:45.849 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus ?:9095 1/1 12s ago 4m count:1 2024-09-16T08:36:45.860 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch ps 2024-09-16T08:36:46.222 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:agent.smithi003 smithi003 running 0s ago 9m - - 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:agent.smithi071 smithi071 running 13s ago 9m - - 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:agent.smithi177 smithi177 running 13s ago 9m - - 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi177 smithi177 *:9093,9094 running (2m) 13s ago 3m 14.3M - 0.27.0 11f11916f8cd 098824f26d2a 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (2m) 0s ago 3m 68.0M - 10.4.0 c8b91775d855 1fd73aef67e8 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.a smithi003 *:9283,8765 running (11m) 0s ago 11m 506M - 19.3.0-4917-g8293d73f 425e316ba8eb c515d5a7a8ff 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.b smithi071 *:8443,8765 running (8m) 13s ago 8m 441M - 19.3.0-4917-g8293d73f 425e316ba8eb 551332f2f47a 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (11m) 0s ago 11m 47.2M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 7d311edb4856 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi071 running (8m) 13s ago 8m 37.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 7557937b90b7 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi177 running (8m) 13s ago 8m 34.8M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d179d6a9fb70 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (3m) 0s ago 4m 8143k - 1.7.0 72c9c2088986 224c4693eb09 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi071 smithi071 *:9100 running (3m) 13s ago 3m 8099k - 1.7.0 72c9c2088986 6537bafa10c3 2024-09-16T08:36:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi177 smithi177 *:9100 running (3m) 13s ago 3m 8087k - 1.7.0 72c9c2088986 0610f11f7fad 2024-09-16T08:36:46.224 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (7m) 0s ago 7m 45.2M 4096M 19.3.0-4917-g8293d73f 425e316ba8eb 58b7b9535c92 2024-09-16T08:36:46.224 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi071 running (6m) 13s ago 6m 38.5M 4096M 19.3.0-4917-g8293d73f 425e316ba8eb 487479453dae 2024-09-16T08:36:46.224 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi177 running (5m) 13s ago 5m 38.0M 4096M 19.3.0-4917-g8293d73f 425e316ba8eb 7dc5421ff00e 2024-09-16T08:36:46.224 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi071 smithi071 *:9095 running (3m) 13s ago 3m 41.2M - 2.51.0 1d3b7f56885b 803b28e99e2e 2024-09-16T08:36:46.236 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch host ls 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: audit 2024-09-16T08:36:45.284743+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: audit 2024-09-16T08:36:45.284743+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: audit 2024-09-16T08:36:45.290654+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: audit 2024-09-16T08:36:45.290654+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: audit 2024-09-16T08:36:45.297317+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: audit 2024-09-16T08:36:45.297317+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: cluster 2024-09-16T08:36:45.480949+0000 mgr.a (mgr.14400) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: cluster 2024-09-16T08:36:45.480949+0000 mgr.a (mgr.14400) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: audit 2024-09-16T08:36:45.846355+0000 mgr.a (mgr.14400) 120 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:46.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:46 smithi003 bash[22755]: audit 2024-09-16T08:36:45.846355+0000 mgr.a (mgr.14400) 120 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:46.537 INFO:teuthology.orchestra.run.smithi003.stdout:HOST ADDR LABELS STATUS 2024-09-16T08:36:46.537 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 172.21.15.3 2024-09-16T08:36:46.537 INFO:teuthology.orchestra.run.smithi003.stdout:smithi071 172.21.15.71 2024-09-16T08:36:46.538 INFO:teuthology.orchestra.run.smithi003.stdout:smithi177 172.21.15.177 2024-09-16T08:36:46.538 INFO:teuthology.orchestra.run.smithi003.stdout:3 hosts in cluster 2024-09-16T08:36:46.539 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: audit 2024-09-16T08:36:45.284743+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.539 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: audit 2024-09-16T08:36:45.284743+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: audit 2024-09-16T08:36:45.290654+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: audit 2024-09-16T08:36:45.290654+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: audit 2024-09-16T08:36:45.297317+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: audit 2024-09-16T08:36:45.297317+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: cluster 2024-09-16T08:36:45.480949+0000 mgr.a (mgr.14400) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:46.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: cluster 2024-09-16T08:36:45.480949+0000 mgr.a (mgr.14400) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:46.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: audit 2024-09-16T08:36:45.846355+0000 mgr.a (mgr.14400) 120 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:46.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:46 smithi177 bash[23301]: audit 2024-09-16T08:36:45.846355+0000 mgr.a (mgr.14400) 120 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:46.551 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r 'last | .daemon_name' 2024-09-16T08:36:46.551 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-16T08:36:46.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: audit 2024-09-16T08:36:45.284743+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: audit 2024-09-16T08:36:45.284743+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: audit 2024-09-16T08:36:45.290654+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: audit 2024-09-16T08:36:45.290654+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: audit 2024-09-16T08:36:45.297317+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: audit 2024-09-16T08:36:45.297317+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:46.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: cluster 2024-09-16T08:36:45.480949+0000 mgr.a (mgr.14400) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:46.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: cluster 2024-09-16T08:36:45.480949+0000 mgr.a (mgr.14400) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:46.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: audit 2024-09-16T08:36:45.846355+0000 mgr.a (mgr.14400) 120 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:46.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:46 smithi071 bash[23484]: audit 2024-09-16T08:36:45.846355+0000 mgr.a (mgr.14400) 120 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:46.884 INFO:teuthology.orchestra.run.smithi003.stderr:+ MON_DAEMON=mon.c 2024-09-16T08:36:46.884 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-16T08:36:46.884 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -e '.[]' 2024-09-16T08:36:46.884 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r .hostname 2024-09-16T08:36:47.204 INFO:teuthology.orchestra.run.smithi003.stderr:+ GRAFANA_HOST=smithi003 2024-09-16T08:36:47.205 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-16T08:36:47.205 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -e '.[]' 2024-09-16T08:36:47.205 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r .hostname 2024-09-16T08:36:47.511 INFO:teuthology.orchestra.run.smithi003.stderr:+ PROM_HOST=smithi071 2024-09-16T08:36:47.511 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-16T08:36:47.511 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -e '.[]' 2024-09-16T08:36:47.511 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r .hostname 2024-09-16T08:36:47.571 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:47 smithi003 bash[22755]: audit 2024-09-16T08:36:46.194264+0000 mgr.a (mgr.14400) 121 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.571 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:47 smithi003 bash[22755]: audit 2024-09-16T08:36:46.194264+0000 mgr.a (mgr.14400) 121 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.571 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:47 smithi003 bash[22755]: audit 2024-09-16T08:36:46.538541+0000 mgr.a (mgr.14400) 122 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.571 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:47 smithi003 bash[22755]: audit 2024-09-16T08:36:46.538541+0000 mgr.a (mgr.14400) 122 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.571 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:47 smithi003 bash[22755]: audit 2024-09-16T08:36:46.860765+0000 mgr.a (mgr.14400) 123 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:47.571 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:47 smithi003 bash[22755]: audit 2024-09-16T08:36:46.860765+0000 mgr.a (mgr.14400) 123 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:47.673 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:47 smithi071 bash[23484]: audit 2024-09-16T08:36:46.194264+0000 mgr.a (mgr.14400) 121 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:47 smithi071 bash[23484]: audit 2024-09-16T08:36:46.194264+0000 mgr.a (mgr.14400) 121 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:47 smithi071 bash[23484]: audit 2024-09-16T08:36:46.538541+0000 mgr.a (mgr.14400) 122 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:47 smithi071 bash[23484]: audit 2024-09-16T08:36:46.538541+0000 mgr.a (mgr.14400) 122 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:47 smithi071 bash[23484]: audit 2024-09-16T08:36:46.860765+0000 mgr.a (mgr.14400) 123 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:47.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:47 smithi071 bash[23484]: audit 2024-09-16T08:36:46.860765+0000 mgr.a (mgr.14400) 123 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:47.789 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:47 smithi177 bash[23301]: audit 2024-09-16T08:36:46.194264+0000 mgr.a (mgr.14400) 121 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:47 smithi177 bash[23301]: audit 2024-09-16T08:36:46.194264+0000 mgr.a (mgr.14400) 121 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:47 smithi177 bash[23301]: audit 2024-09-16T08:36:46.538541+0000 mgr.a (mgr.14400) 122 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:47 smithi177 bash[23301]: audit 2024-09-16T08:36:46.538541+0000 mgr.a (mgr.14400) 122 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:47.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:47 smithi177 bash[23301]: audit 2024-09-16T08:36:46.860765+0000 mgr.a (mgr.14400) 123 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:47.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:47 smithi177 bash[23301]: audit 2024-09-16T08:36:46.860765+0000 mgr.a (mgr.14400) 123 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:47.811 INFO:teuthology.orchestra.run.smithi003.stderr:+ ALERTM_HOST=smithi177 2024-09-16T08:36:47.812 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch host ls -f json 2024-09-16T08:36:47.812 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r --arg GRAFANA_HOST smithi003 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-16T08:36:48.111 INFO:teuthology.orchestra.run.smithi003.stderr:+ GRAFANA_IP=172.21.15.3 2024-09-16T08:36:48.111 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch host ls -f json 2024-09-16T08:36:48.111 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r --arg PROM_HOST smithi071 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-16T08:36:48.412 INFO:teuthology.orchestra.run.smithi003.stderr:+ PROM_IP=172.21.15.71 2024-09-16T08:36:48.412 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch host ls -f json 2024-09-16T08:36:48.412 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r --arg ALERTM_HOST smithi177 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-16T08:36:48.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:48 smithi071 bash[23484]: audit 2024-09-16T08:36:47.189407+0000 mgr.a (mgr.14400) 124 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:48 smithi071 bash[23484]: audit 2024-09-16T08:36:47.189407+0000 mgr.a (mgr.14400) 124 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:48 smithi071 bash[23484]: cluster 2024-09-16T08:36:47.481430+0000 mgr.a (mgr.14400) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:48.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:48 smithi071 bash[23484]: cluster 2024-09-16T08:36:47.481430+0000 mgr.a (mgr.14400) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:48.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:48 smithi071 bash[23484]: audit 2024-09-16T08:36:47.496643+0000 mgr.a (mgr.14400) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:48 smithi071 bash[23484]: audit 2024-09-16T08:36:47.496643+0000 mgr.a (mgr.14400) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:48 smithi071 bash[23484]: audit 2024-09-16T08:36:47.796589+0000 mgr.a (mgr.14400) 127 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:48 smithi071 bash[23484]: audit 2024-09-16T08:36:47.796589+0000 mgr.a (mgr.14400) 127 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:48 smithi003 bash[22755]: audit 2024-09-16T08:36:47.189407+0000 mgr.a (mgr.14400) 124 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:48 smithi003 bash[22755]: audit 2024-09-16T08:36:47.189407+0000 mgr.a (mgr.14400) 124 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:48 smithi003 bash[22755]: cluster 2024-09-16T08:36:47.481430+0000 mgr.a (mgr.14400) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:48.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:48 smithi003 bash[22755]: cluster 2024-09-16T08:36:47.481430+0000 mgr.a (mgr.14400) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:48.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:48 smithi003 bash[22755]: audit 2024-09-16T08:36:47.496643+0000 mgr.a (mgr.14400) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:48 smithi003 bash[22755]: audit 2024-09-16T08:36:47.496643+0000 mgr.a (mgr.14400) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:48 smithi003 bash[22755]: audit 2024-09-16T08:36:47.796589+0000 mgr.a (mgr.14400) 127 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:48 smithi003 bash[22755]: audit 2024-09-16T08:36:47.796589+0000 mgr.a (mgr.14400) 127 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.703 INFO:teuthology.orchestra.run.smithi003.stderr:+ ALERTM_IP=172.21.15.177 2024-09-16T08:36:48.703 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch host ls -f json 2024-09-16T08:36:48.703 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r '.[] | .addr' 2024-09-16T08:36:48.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:48 smithi177 bash[23301]: audit 2024-09-16T08:36:47.189407+0000 mgr.a (mgr.14400) 124 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:48 smithi177 bash[23301]: audit 2024-09-16T08:36:47.189407+0000 mgr.a (mgr.14400) 124 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:48 smithi177 bash[23301]: cluster 2024-09-16T08:36:47.481430+0000 mgr.a (mgr.14400) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:48.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:48 smithi177 bash[23301]: cluster 2024-09-16T08:36:47.481430+0000 mgr.a (mgr.14400) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:48.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:48 smithi177 bash[23301]: audit 2024-09-16T08:36:47.496643+0000 mgr.a (mgr.14400) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:48 smithi177 bash[23301]: audit 2024-09-16T08:36:47.496643+0000 mgr.a (mgr.14400) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:48 smithi177 bash[23301]: audit 2024-09-16T08:36:47.796589+0000 mgr.a (mgr.14400) 127 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:48 smithi177 bash[23301]: audit 2024-09-16T08:36:47.796589+0000 mgr.a (mgr.14400) 127 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:48.979 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:36:48 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:36:48] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.51.0" 2024-09-16T08:36:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ ALL_HOST_IPS='172.21.15.3 2024-09-16T08:36:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:172.21.15.71 2024-09-16T08:36:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:172.21.15.177' 2024-09-16T08:36:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ for ip in $ALL_HOST_IPS 2024-09-16T08:36:49.017 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.3:9100/metric 2024-09-16T08:36:49.021 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.021 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.021 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.021 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.021 INFO:teuthology.orchestra.run.smithi003.stdout: Node Exporter 2024-09-16T08:36:49.021 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:

Node Exporter

2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:

Prometheus Node Exporter

2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:
    2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:
  • Metrics
  • 2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.023 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.024 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.024 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.024 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.024 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.024 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.024 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ for ip in $ALL_HOST_IPS 2024-09-16T08:36:49.024 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.71:9100/metric 2024-09-16T08:36:49.025 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.025 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.025 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.025 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.025 INFO:teuthology.orchestra.run.smithi003.stdout: Node Exporter 2024-09-16T08:36:49.025 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.026 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.026 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:

Node Exporter

2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:

Prometheus Node Exporter

2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:
    2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:
  • Metrics
  • 2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.027 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.028 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.028 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.028 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ for ip in $ALL_HOST_IPS 2024-09-16T08:36:49.028 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.177:9100/metric 2024-09-16T08:36:49.029 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.029 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.030 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.030 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.030 INFO:teuthology.orchestra.run.smithi003.stdout: Node Exporter 2024-09-16T08:36:49.030 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.031 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.031 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.031 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.031 INFO:teuthology.orchestra.run.smithi003.stdout:

Node Exporter

2024-09-16T08:36:49.031 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.031 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.031 INFO:teuthology.orchestra.run.smithi003.stdout:

Prometheus Node Exporter

2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout:
    2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout:
  • Metrics
  • 2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout:
2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.032 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:36:49.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -k -s https://172.21.15.3:3000/api/health 2024-09-16T08:36:49.059 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T08:36:49.060 INFO:teuthology.orchestra.run.smithi003.stdout: "commit": "03f502a94d17f7dc4e6c34acdf8428aedd986e4c", 2024-09-16T08:36:49.060 INFO:teuthology.orchestra.run.smithi003.stdout: "database": "ok", 2024-09-16T08:36:49.060 INFO:teuthology.orchestra.run.smithi003.stdout: "version": "10.4.0" 2024-09-16T08:36:49.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -k -s https://172.21.15.3:3000/api/health 2024-09-16T08:36:49.061 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq -e '.database == "ok"' 2024-09-16T08:36:49.092 INFO:teuthology.orchestra.run.smithi003.stdout:}true 2024-09-16T08:36:49.092 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch daemon stop mon.c 2024-09-16T08:36:49.412 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled to stop mon.c on host 'smithi177' 2024-09-16T08:36:49.428 INFO:teuthology.orchestra.run.smithi003.stderr:+ sleep 120 2024-09-16T08:36:49.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:49 smithi071 bash[23484]: audit 2024-09-16T08:36:48.100341+0000 mgr.a (mgr.14400) 128 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:49 smithi071 bash[23484]: audit 2024-09-16T08:36:48.100341+0000 mgr.a (mgr.14400) 128 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:49 smithi071 bash[23484]: audit 2024-09-16T08:36:48.401860+0000 mgr.a (mgr.14400) 129 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:49 smithi071 bash[23484]: audit 2024-09-16T08:36:48.401860+0000 mgr.a (mgr.14400) 129 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:49 smithi071 bash[23484]: audit 2024-09-16T08:36:48.693605+0000 mgr.a (mgr.14400) 130 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:49 smithi071 bash[23484]: audit 2024-09-16T08:36:48.693605+0000 mgr.a (mgr.14400) 130 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:49 smithi071 bash[23484]: audit 2024-09-16T08:36:49.005055+0000 mgr.a (mgr.14400) 131 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:49 smithi071 bash[23484]: audit 2024-09-16T08:36:49.005055+0000 mgr.a (mgr.14400) 131 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:49 smithi003 bash[22755]: audit 2024-09-16T08:36:48.100341+0000 mgr.a (mgr.14400) 128 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:49 smithi003 bash[22755]: audit 2024-09-16T08:36:48.100341+0000 mgr.a (mgr.14400) 128 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:49 smithi003 bash[22755]: audit 2024-09-16T08:36:48.401860+0000 mgr.a (mgr.14400) 129 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:49 smithi003 bash[22755]: audit 2024-09-16T08:36:48.401860+0000 mgr.a (mgr.14400) 129 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:49 smithi003 bash[22755]: audit 2024-09-16T08:36:48.693605+0000 mgr.a (mgr.14400) 130 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:49 smithi003 bash[22755]: audit 2024-09-16T08:36:48.693605+0000 mgr.a (mgr.14400) 130 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:49 smithi003 bash[22755]: audit 2024-09-16T08:36:49.005055+0000 mgr.a (mgr.14400) 131 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:49 smithi003 bash[22755]: audit 2024-09-16T08:36:49.005055+0000 mgr.a (mgr.14400) 131 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:49 smithi177 bash[23301]: audit 2024-09-16T08:36:48.100341+0000 mgr.a (mgr.14400) 128 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:49 smithi177 bash[23301]: audit 2024-09-16T08:36:48.100341+0000 mgr.a (mgr.14400) 128 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:49 smithi177 bash[23301]: audit 2024-09-16T08:36:48.401860+0000 mgr.a (mgr.14400) 129 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:49 smithi177 bash[23301]: audit 2024-09-16T08:36:48.401860+0000 mgr.a (mgr.14400) 129 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:49 smithi177 bash[23301]: audit 2024-09-16T08:36:48.693605+0000 mgr.a (mgr.14400) 130 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:49 smithi177 bash[23301]: audit 2024-09-16T08:36:48.693605+0000 mgr.a (mgr.14400) 130 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:49 smithi177 bash[23301]: audit 2024-09-16T08:36:49.005055+0000 mgr.a (mgr.14400) 131 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:49.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:49 smithi177 bash[23301]: audit 2024-09-16T08:36:49.005055+0000 mgr.a (mgr.14400) 131 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:36:50.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.396023+0000 mgr.a (mgr.14400) 132 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:50.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.396023+0000 mgr.a (mgr.14400) 132 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:50.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: cephadm 2024-09-16T08:36:49.396460+0000 mgr.a (mgr.14400) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T08:36:50.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: cephadm 2024-09-16T08:36:49.396460+0000 mgr.a (mgr.14400) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T08:36:50.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.405322+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.405322+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.413906+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.413906+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.415211+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.415211+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: cluster 2024-09-16T08:36:49.481800+0000 mgr.a (mgr.14400) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: cluster 2024-09-16T08:36:49.481800+0000 mgr.a (mgr.14400) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.921979+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.921979+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.944698+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.944698+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.951052+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.951052+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.952044+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:50.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.952044+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:50.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.952913+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:50.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.952913+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:50.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.960243+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:50 smithi071 bash[23484]: audit 2024-09-16T08:36:49.960243+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.396023+0000 mgr.a (mgr.14400) 132 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:50.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.396023+0000 mgr.a (mgr.14400) 132 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:50.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: cephadm 2024-09-16T08:36:49.396460+0000 mgr.a (mgr.14400) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T08:36:50.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: cephadm 2024-09-16T08:36:49.396460+0000 mgr.a (mgr.14400) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.405322+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.405322+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.413906+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.413906+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.415211+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.415211+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: cluster 2024-09-16T08:36:49.481800+0000 mgr.a (mgr.14400) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: cluster 2024-09-16T08:36:49.481800+0000 mgr.a (mgr.14400) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.921979+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.921979+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.944698+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.944698+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.951052+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.951052+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.952044+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:50.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.952044+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:50.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.952913+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:50.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.952913+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:50.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.960243+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:50 smithi003 bash[22755]: audit 2024-09-16T08:36:49.960243+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.396023+0000 mgr.a (mgr.14400) 132 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.396023+0000 mgr.a (mgr.14400) 132 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: cephadm 2024-09-16T08:36:49.396460+0000 mgr.a (mgr.14400) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: cephadm 2024-09-16T08:36:49.396460+0000 mgr.a (mgr.14400) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.405322+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.405322+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.413906+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.413906+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.415211+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.415211+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: cluster 2024-09-16T08:36:49.481800+0000 mgr.a (mgr.14400) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: cluster 2024-09-16T08:36:49.481800+0000 mgr.a (mgr.14400) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.921979+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.921979+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.944698+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.944698+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.951052+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.951052+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.952044+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.952044+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.952913+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.952913+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.960243+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:50.791 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:50 smithi177 bash[23301]: audit 2024-09-16T08:36:49.960243+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:52.673 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:52 smithi071 bash[23484]: cluster 2024-09-16T08:36:51.482318+0000 mgr.a (mgr.14400) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:52.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:52 smithi071 bash[23484]: cluster 2024-09-16T08:36:51.482318+0000 mgr.a (mgr.14400) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:52.789 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:52 smithi177 bash[23301]: cluster 2024-09-16T08:36:51.482318+0000 mgr.a (mgr.14400) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:52.789 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:52 smithi177 bash[23301]: cluster 2024-09-16T08:36:51.482318+0000 mgr.a (mgr.14400) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:52.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:52 smithi003 bash[22755]: cluster 2024-09-16T08:36:51.482318+0000 mgr.a (mgr.14400) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:52.979 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:52 smithi003 bash[22755]: cluster 2024-09-16T08:36:51.482318+0000 mgr.a (mgr.14400) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:54.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.156739+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.156739+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.166745+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.166745+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.176579+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.176579+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.324755+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.324755+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.333715+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.333715+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.343585+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: audit 2024-09-16T08:36:53.343585+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: cluster 2024-09-16T08:36:53.482831+0000 mgr.a (mgr.14400) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:54.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:36:54 smithi071 bash[23484]: cluster 2024-09-16T08:36:53.482831+0000 mgr.a (mgr.14400) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:54.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.156739+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.156739+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.166745+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.166745+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.176579+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.176579+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.324755+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.324755+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.333715+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.333715+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.343585+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: audit 2024-09-16T08:36:53.343585+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: cluster 2024-09-16T08:36:53.482831+0000 mgr.a (mgr.14400) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:54.482 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:36:54 smithi003 bash[22755]: cluster 2024-09-16T08:36:53.482831+0000 mgr.a (mgr.14400) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.156739+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.156739+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.166745+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.166745+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.176579+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.176579+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.324755+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.324755+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.333715+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.333715+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.540 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.343585+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: audit 2024-09-16T08:36:53.343585+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:36:54.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: cluster 2024-09-16T08:36:53.482831+0000 mgr.a (mgr.14400) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:54.541 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: cluster 2024-09-16T08:36:53.482831+0000 mgr.a (mgr.14400) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:36:55.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 systemd[1]: Stopping Ceph mon.c for eff20752-7404-11ef-bceb-c7b262605968... 2024-09-16T08:36:55.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: debug 2024-09-16T08:36:54.989+0000 7f4a6dcbc640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-16T08:36:55.042 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:54 smithi177 bash[23301]: debug 2024-09-16T08:36:54.989+0000 7f4a6dcbc640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-16T08:36:55.789 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:55 smithi177 bash[35295]: ceph-eff20752-7404-11ef-bceb-c7b262605968-mon-c 2024-09-16T08:36:55.789 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:55 smithi177 bash[35429]: Error response from daemon: No such container: ceph-eff20752-7404-11ef-bceb-c7b262605968-mon-c 2024-09-16T08:36:55.789 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:55 smithi177 systemd[1]: ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-16T08:36:55.789 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 16 08:36:55 smithi177 systemd[1]: Stopped Ceph mon.c for eff20752-7404-11ef-bceb-c7b262605968. 2024-09-16T08:36:58.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:36:58 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:36:58] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-16T08:37:08.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:37:08 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:37:08] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-16T08:37:10.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:36:57.483880+0000 mgr.a (mgr.14400) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:36:57.483880+0000 mgr.a (mgr.14400) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:36:59.484393+0000 mgr.a (mgr.14400) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:36:59.484393+0000 mgr.a (mgr.14400) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:01.484961+0000 mgr.a (mgr.14400) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:01.484961+0000 mgr.a (mgr.14400) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:03.485486+0000 mgr.a (mgr.14400) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:03.485486+0000 mgr.a (mgr.14400) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:04.349426+0000 mon.a (mon.0) 958 : cluster [INF] mon.a calling monitor election 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:04.349426+0000 mon.a (mon.0) 958 : cluster [INF] mon.a calling monitor election 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:04.350239+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:04.350239+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:04.923095+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:04.923095+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:05.486013+0000 mgr.a (mgr.14400) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:05.486013+0000 mgr.a (mgr.14400) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:07.486532+0000 mgr.a (mgr.14400) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:07.486532+0000 mgr.a (mgr.14400) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.368169+0000 mon.a (mon.0) 960 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T08:37:10.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.368169+0000 mon.a (mon.0) 960 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T08:37:10.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376768+0000 mon.a (mon.0) 961 : cluster [DBG] monmap epoch 3 2024-09-16T08:37:10.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376768+0000 mon.a (mon.0) 961 : cluster [DBG] monmap epoch 3 2024-09-16T08:37:10.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376800+0000 mon.a (mon.0) 962 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:37:10.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376800+0000 mon.a (mon.0) 962 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:37:10.676 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376820+0000 mon.a (mon.0) 963 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:37:10.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376820+0000 mon.a (mon.0) 963 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:37:10.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376841+0000 mon.a (mon.0) 964 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:37:10.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376841+0000 mon.a (mon.0) 964 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:37:10.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376857+0000 mon.a (mon.0) 965 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:37:10.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376857+0000 mon.a (mon.0) 965 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:37:10.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376875+0000 mon.a (mon.0) 966 : cluster [DBG] election_strategy: 1 2024-09-16T08:37:10.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376875+0000 mon.a (mon.0) 966 : cluster [DBG] election_strategy: 1 2024-09-16T08:37:10.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376897+0000 mon.a (mon.0) 967 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:37:10.677 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376897+0000 mon.a (mon.0) 967 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376916+0000 mon.a (mon.0) 968 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376916+0000 mon.a (mon.0) 968 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376933+0000 mon.a (mon.0) 969 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.376933+0000 mon.a (mon.0) 969 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.378066+0000 mon.a (mon.0) 970 : cluster [DBG] fsmap 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.378066+0000 mon.a (mon.0) 970 : cluster [DBG] fsmap 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.378122+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.378122+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.378718+0000 mon.a (mon.0) 972 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.378718+0000 mon.a (mon.0) 972 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.379062+0000 mon.a (mon.0) 973 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T08:37:10.678 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.379062+0000 mon.a (mon.0) 973 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.417649+0000 mon.a (mon.0) 974 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.417649+0000 mon.a (mon.0) 974 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.417687+0000 mon.a (mon.0) 975 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.417687+0000 mon.a (mon.0) 975 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.417721+0000 mon.a (mon.0) 976 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] is down (out of quorum) 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.417721+0000 mon.a (mon.0) 976 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] is down (out of quorum) 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.422938+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.422938+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.429758+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.679 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.429758+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.436670+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.436670+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.444780+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.444780+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.455934+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.455934+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.487053+0000 mgr.a (mgr.14400) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: cluster 2024-09-16T08:37:09.487053+0000 mgr.a (mgr.14400) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.900360+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:37:10.680 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.900360+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:37:10.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.903900+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:37:10.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.903900+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:37:10.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.905119+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:37:10.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.905119+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:37:10.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.913473+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.681 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:10 smithi071 bash[23484]: audit 2024-09-16T08:37:09.913473+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:36:57.483880+0000 mgr.a (mgr.14400) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:36:57.483880+0000 mgr.a (mgr.14400) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:36:59.484393+0000 mgr.a (mgr.14400) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:36:59.484393+0000 mgr.a (mgr.14400) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:01.484961+0000 mgr.a (mgr.14400) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:01.484961+0000 mgr.a (mgr.14400) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:03.485486+0000 mgr.a (mgr.14400) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:03.485486+0000 mgr.a (mgr.14400) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:04.349426+0000 mon.a (mon.0) 958 : cluster [INF] mon.a calling monitor election 2024-09-16T08:37:10.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:04.349426+0000 mon.a (mon.0) 958 : cluster [INF] mon.a calling monitor election 2024-09-16T08:37:10.732 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:04.350239+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:04.350239+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:04.923095+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:04.923095+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:05.486013+0000 mgr.a (mgr.14400) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:05.486013+0000 mgr.a (mgr.14400) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:07.486532+0000 mgr.a (mgr.14400) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:07.486532+0000 mgr.a (mgr.14400) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.368169+0000 mon.a (mon.0) 960 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.368169+0000 mon.a (mon.0) 960 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376768+0000 mon.a (mon.0) 961 : cluster [DBG] monmap epoch 3 2024-09-16T08:37:10.733 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376768+0000 mon.a (mon.0) 961 : cluster [DBG] monmap epoch 3 2024-09-16T08:37:10.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376800+0000 mon.a (mon.0) 962 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:37:10.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376800+0000 mon.a (mon.0) 962 : cluster [DBG] fsid eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:37:10.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376820+0000 mon.a (mon.0) 963 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:37:10.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376820+0000 mon.a (mon.0) 963 : cluster [DBG] last_changed 2024-09-16T08:28:07.465861+0000 2024-09-16T08:37:10.734 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376841+0000 mon.a (mon.0) 964 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376841+0000 mon.a (mon.0) 964 : cluster [DBG] created 2024-09-16T08:25:29.351284+0000 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376857+0000 mon.a (mon.0) 965 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376857+0000 mon.a (mon.0) 965 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376875+0000 mon.a (mon.0) 966 : cluster [DBG] election_strategy: 1 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376875+0000 mon.a (mon.0) 966 : cluster [DBG] election_strategy: 1 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376897+0000 mon.a (mon.0) 967 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376897+0000 mon.a (mon.0) 967 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376916+0000 mon.a (mon.0) 968 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376916+0000 mon.a (mon.0) 968 : cluster [DBG] 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376933+0000 mon.a (mon.0) 969 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.376933+0000 mon.a (mon.0) 969 : cluster [DBG] 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.378066+0000 mon.a (mon.0) 970 : cluster [DBG] fsmap 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.378066+0000 mon.a (mon.0) 970 : cluster [DBG] fsmap 2024-09-16T08:37:10.735 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.378122+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.378122+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.378718+0000 mon.a (mon.0) 972 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.378718+0000 mon.a (mon.0) 972 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.379062+0000 mon.a (mon.0) 973 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.379062+0000 mon.a (mon.0) 973 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.417649+0000 mon.a (mon.0) 974 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.417649+0000 mon.a (mon.0) 974 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.417687+0000 mon.a (mon.0) 975 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.417687+0000 mon.a (mon.0) 975 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.417721+0000 mon.a (mon.0) 976 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] is down (out of quorum) 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.417721+0000 mon.a (mon.0) 976 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] is down (out of quorum) 2024-09-16T08:37:10.736 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.422938+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.422938+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.429758+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.429758+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.436670+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.436670+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.444780+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.444780+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.455934+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.455934+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.487053+0000 mgr.a (mgr.14400) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: cluster 2024-09-16T08:37:09.487053+0000 mgr.a (mgr.14400) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.900360+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:37:10.737 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.900360+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:37:10.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.903900+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:37:10.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.903900+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:37:10.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.905119+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:37:10.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.905119+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:37:10.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.913473+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:10.738 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:10 smithi003 bash[22755]: audit 2024-09-16T08:37:09.913473+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:12.673 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:12 smithi071 bash[23484]: cluster 2024-09-16T08:37:11.487536+0000 mgr.a (mgr.14400) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:12.673 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:12 smithi071 bash[23484]: cluster 2024-09-16T08:37:11.487536+0000 mgr.a (mgr.14400) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:12 smithi003 bash[22755]: cluster 2024-09-16T08:37:11.487536+0000 mgr.a (mgr.14400) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:12.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:12 smithi003 bash[22755]: cluster 2024-09-16T08:37:11.487536+0000 mgr.a (mgr.14400) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.333725+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.333725+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.342329+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.342329+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.351730+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.351730+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.484792+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.484792+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: cluster 2024-09-16T08:37:13.488029+0000 mgr.a (mgr.14400) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:14.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: cluster 2024-09-16T08:37:13.488029+0000 mgr.a (mgr.14400) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.493053+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.493053+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.502341+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.426 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:14 smithi071 bash[23484]: audit 2024-09-16T08:37:13.502341+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.333725+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.333725+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.342329+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.342329+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.351730+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.351730+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.484792+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.484792+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: cluster 2024-09-16T08:37:13.488029+0000 mgr.a (mgr.14400) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: cluster 2024-09-16T08:37:13.488029+0000 mgr.a (mgr.14400) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.493053+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.493053+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.502341+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:14.731 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:14 smithi003 bash[22755]: audit 2024-09-16T08:37:13.502341+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:16.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:16 smithi071 bash[23484]: cluster 2024-09-16T08:37:15.488579+0000 mgr.a (mgr.14400) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:16.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:16 smithi071 bash[23484]: cluster 2024-09-16T08:37:15.488579+0000 mgr.a (mgr.14400) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:16.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:16 smithi003 bash[22755]: cluster 2024-09-16T08:37:15.488579+0000 mgr.a (mgr.14400) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:16.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:16 smithi003 bash[22755]: cluster 2024-09-16T08:37:15.488579+0000 mgr.a (mgr.14400) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:18 smithi071 bash[23484]: cluster 2024-09-16T08:37:17.489108+0000 mgr.a (mgr.14400) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:18 smithi071 bash[23484]: cluster 2024-09-16T08:37:17.489108+0000 mgr.a (mgr.14400) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:18 smithi071 bash[23484]: audit 2024-09-16T08:37:17.616292+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:18 smithi071 bash[23484]: audit 2024-09-16T08:37:17.616292+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:18 smithi071 bash[23484]: audit 2024-09-16T08:37:17.624716+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:18 smithi071 bash[23484]: audit 2024-09-16T08:37:17.624716+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:18 smithi071 bash[23484]: audit 2024-09-16T08:37:17.634360+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:18 smithi071 bash[23484]: audit 2024-09-16T08:37:17.634360+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:37:18 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:37:18] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-16T08:37:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:18 smithi003 bash[22755]: cluster 2024-09-16T08:37:17.489108+0000 mgr.a (mgr.14400) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:18 smithi003 bash[22755]: cluster 2024-09-16T08:37:17.489108+0000 mgr.a (mgr.14400) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:18 smithi003 bash[22755]: audit 2024-09-16T08:37:17.616292+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:18 smithi003 bash[22755]: audit 2024-09-16T08:37:17.616292+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:18 smithi003 bash[22755]: audit 2024-09-16T08:37:17.624716+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:18 smithi003 bash[22755]: audit 2024-09-16T08:37:17.624716+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:18 smithi003 bash[22755]: audit 2024-09-16T08:37:17.634360+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:18.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:18 smithi003 bash[22755]: audit 2024-09-16T08:37:17.634360+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:21.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:20 smithi003 bash[22755]: cluster 2024-09-16T08:37:19.489650+0000 mgr.a (mgr.14400) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:21.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:20 smithi003 bash[22755]: cluster 2024-09-16T08:37:19.489650+0000 mgr.a (mgr.14400) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:21.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:20 smithi003 bash[22755]: audit 2024-09-16T08:37:19.930841+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:21.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:20 smithi003 bash[22755]: audit 2024-09-16T08:37:19.930841+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:21.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:20 smithi003 bash[22755]: audit 2024-09-16T08:37:19.932660+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:21.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:20 smithi003 bash[22755]: audit 2024-09-16T08:37:19.932660+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:21.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:20 smithi071 bash[23484]: cluster 2024-09-16T08:37:19.489650+0000 mgr.a (mgr.14400) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:21.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:20 smithi071 bash[23484]: cluster 2024-09-16T08:37:19.489650+0000 mgr.a (mgr.14400) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:21.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:20 smithi071 bash[23484]: audit 2024-09-16T08:37:19.930841+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:21.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:20 smithi071 bash[23484]: audit 2024-09-16T08:37:19.930841+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:21.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:20 smithi071 bash[23484]: audit 2024-09-16T08:37:19.932660+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:21.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:20 smithi071 bash[23484]: audit 2024-09-16T08:37:19.932660+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:23.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:22 smithi003 bash[22755]: cluster 2024-09-16T08:37:21.490205+0000 mgr.a (mgr.14400) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:23.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:22 smithi003 bash[22755]: cluster 2024-09-16T08:37:21.490205+0000 mgr.a (mgr.14400) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:23.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:22 smithi071 bash[23484]: cluster 2024-09-16T08:37:21.490205+0000 mgr.a (mgr.14400) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:23.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:22 smithi071 bash[23484]: cluster 2024-09-16T08:37:21.490205+0000 mgr.a (mgr.14400) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:25.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:24 smithi003 bash[22755]: cluster 2024-09-16T08:37:23.490725+0000 mgr.a (mgr.14400) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:25.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:24 smithi003 bash[22755]: cluster 2024-09-16T08:37:23.490725+0000 mgr.a (mgr.14400) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:25.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:24 smithi071 bash[23484]: cluster 2024-09-16T08:37:23.490725+0000 mgr.a (mgr.14400) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:25.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:24 smithi071 bash[23484]: cluster 2024-09-16T08:37:23.490725+0000 mgr.a (mgr.14400) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:27.212 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:26 smithi003 bash[22755]: cluster 2024-09-16T08:37:25.491235+0000 mgr.a (mgr.14400) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:27.213 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:26 smithi003 bash[22755]: cluster 2024-09-16T08:37:25.491235+0000 mgr.a (mgr.14400) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:27.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:26 smithi071 bash[23484]: cluster 2024-09-16T08:37:25.491235+0000 mgr.a (mgr.14400) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:27.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:26 smithi071 bash[23484]: cluster 2024-09-16T08:37:25.491235+0000 mgr.a (mgr.14400) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:28.944 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:37:28 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:37:28] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.51.0" 2024-09-16T08:37:29.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:28 smithi003 bash[22755]: cluster 2024-09-16T08:37:27.491549+0000 mgr.a (mgr.14400) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:29.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:28 smithi003 bash[22755]: cluster 2024-09-16T08:37:27.491549+0000 mgr.a (mgr.14400) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:29.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:28 smithi003 bash[22755]: audit 2024-09-16T08:37:28.608586+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:28 smithi003 bash[22755]: audit 2024-09-16T08:37:28.608586+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:28 smithi003 bash[22755]: audit 2024-09-16T08:37:28.613123+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:28 smithi003 bash[22755]: audit 2024-09-16T08:37:28.613123+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:28 smithi003 bash[22755]: audit 2024-09-16T08:37:28.620421+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:28 smithi003 bash[22755]: audit 2024-09-16T08:37:28.620421+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:28 smithi071 bash[23484]: cluster 2024-09-16T08:37:27.491549+0000 mgr.a (mgr.14400) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:29.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:28 smithi071 bash[23484]: cluster 2024-09-16T08:37:27.491549+0000 mgr.a (mgr.14400) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:29.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:28 smithi071 bash[23484]: audit 2024-09-16T08:37:28.608586+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:28 smithi071 bash[23484]: audit 2024-09-16T08:37:28.608586+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:28 smithi071 bash[23484]: audit 2024-09-16T08:37:28.613123+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:28 smithi071 bash[23484]: audit 2024-09-16T08:37:28.613123+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:28 smithi071 bash[23484]: audit 2024-09-16T08:37:28.620421+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:29.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:28 smithi071 bash[23484]: audit 2024-09-16T08:37:28.620421+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:31.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:30 smithi003 bash[22755]: cluster 2024-09-16T08:37:29.491977+0000 mgr.a (mgr.14400) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:31.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:30 smithi003 bash[22755]: cluster 2024-09-16T08:37:29.491977+0000 mgr.a (mgr.14400) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:31.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:30 smithi071 bash[23484]: cluster 2024-09-16T08:37:29.491977+0000 mgr.a (mgr.14400) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:31.423 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:30 smithi071 bash[23484]: cluster 2024-09-16T08:37:29.491977+0000 mgr.a (mgr.14400) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:33.207 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:32 smithi071 bash[23484]: cluster 2024-09-16T08:37:31.492530+0000 mgr.a (mgr.14400) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:33.207 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:32 smithi071 bash[23484]: cluster 2024-09-16T08:37:31.492530+0000 mgr.a (mgr.14400) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:32 smithi003 bash[22755]: cluster 2024-09-16T08:37:31.492530+0000 mgr.a (mgr.14400) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:33.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:32 smithi003 bash[22755]: cluster 2024-09-16T08:37:31.492530+0000 mgr.a (mgr.14400) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:34 smithi071 bash[23484]: cluster 2024-09-16T08:37:33.493033+0000 mgr.a (mgr.14400) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:34 smithi071 bash[23484]: cluster 2024-09-16T08:37:33.493033+0000 mgr.a (mgr.14400) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:34 smithi071 bash[23484]: audit 2024-09-16T08:37:33.653677+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:34 smithi071 bash[23484]: audit 2024-09-16T08:37:33.653677+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:34 smithi071 bash[23484]: audit 2024-09-16T08:37:33.664313+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:34 smithi071 bash[23484]: audit 2024-09-16T08:37:33.664313+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:34 smithi071 bash[23484]: audit 2024-09-16T08:37:33.675930+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:34 smithi071 bash[23484]: audit 2024-09-16T08:37:33.675930+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:34 smithi003 bash[22755]: cluster 2024-09-16T08:37:33.493033+0000 mgr.a (mgr.14400) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:34 smithi003 bash[22755]: cluster 2024-09-16T08:37:33.493033+0000 mgr.a (mgr.14400) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:34 smithi003 bash[22755]: audit 2024-09-16T08:37:33.653677+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:34 smithi003 bash[22755]: audit 2024-09-16T08:37:33.653677+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:34 smithi003 bash[22755]: audit 2024-09-16T08:37:33.664313+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:34 smithi003 bash[22755]: audit 2024-09-16T08:37:33.664313+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:34 smithi003 bash[22755]: audit 2024-09-16T08:37:33.675930+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:34 smithi003 bash[22755]: audit 2024-09-16T08:37:33.675930+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:35.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:35 smithi071 bash[23484]: audit 2024-09-16T08:37:34.924078+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:35.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:35 smithi071 bash[23484]: audit 2024-09-16T08:37:34.924078+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:35.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:35 smithi003 bash[22755]: audit 2024-09-16T08:37:34.924078+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:35.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:35 smithi003 bash[22755]: audit 2024-09-16T08:37:34.924078+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:36.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:36 smithi071 bash[23484]: cluster 2024-09-16T08:37:35.493610+0000 mgr.a (mgr.14400) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:36.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:36 smithi071 bash[23484]: cluster 2024-09-16T08:37:35.493610+0000 mgr.a (mgr.14400) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:36.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:36 smithi071 bash[23484]: audit 2024-09-16T08:37:36.214388+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:36 smithi071 bash[23484]: audit 2024-09-16T08:37:36.214388+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:36 smithi071 bash[23484]: audit 2024-09-16T08:37:36.224147+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:36 smithi071 bash[23484]: audit 2024-09-16T08:37:36.224147+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:36 smithi071 bash[23484]: audit 2024-09-16T08:37:36.234059+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:36 smithi071 bash[23484]: audit 2024-09-16T08:37:36.234059+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:36 smithi003 bash[22755]: cluster 2024-09-16T08:37:35.493610+0000 mgr.a (mgr.14400) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:36.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:36 smithi003 bash[22755]: cluster 2024-09-16T08:37:35.493610+0000 mgr.a (mgr.14400) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:36.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:36 smithi003 bash[22755]: audit 2024-09-16T08:37:36.214388+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:36 smithi003 bash[22755]: audit 2024-09-16T08:37:36.214388+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:36 smithi003 bash[22755]: audit 2024-09-16T08:37:36.224147+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:36 smithi003 bash[22755]: audit 2024-09-16T08:37:36.224147+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:36 smithi003 bash[22755]: audit 2024-09-16T08:37:36.234059+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:36.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:36 smithi003 bash[22755]: audit 2024-09-16T08:37:36.234059+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:38.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:38 smithi071 bash[23484]: cluster 2024-09-16T08:37:37.494110+0000 mgr.a (mgr.14400) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:38.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:38 smithi071 bash[23484]: cluster 2024-09-16T08:37:37.494110+0000 mgr.a (mgr.14400) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:38 smithi003 bash[22755]: cluster 2024-09-16T08:37:37.494110+0000 mgr.a (mgr.14400) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:38 smithi003 bash[22755]: cluster 2024-09-16T08:37:37.494110+0000 mgr.a (mgr.14400) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:38.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:37:38 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:37:38] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.51.0" 2024-09-16T08:37:40.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:40 smithi071 bash[23484]: cluster 2024-09-16T08:37:39.494597+0000 mgr.a (mgr.14400) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:40.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:40 smithi071 bash[23484]: cluster 2024-09-16T08:37:39.494597+0000 mgr.a (mgr.14400) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:40.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:40 smithi003 bash[22755]: cluster 2024-09-16T08:37:39.494597+0000 mgr.a (mgr.14400) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:40.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:40 smithi003 bash[22755]: cluster 2024-09-16T08:37:39.494597+0000 mgr.a (mgr.14400) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:42.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:42 smithi071 bash[23484]: cluster 2024-09-16T08:37:41.495147+0000 mgr.a (mgr.14400) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:42.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:42 smithi071 bash[23484]: cluster 2024-09-16T08:37:41.495147+0000 mgr.a (mgr.14400) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:42.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:42 smithi003 bash[22755]: cluster 2024-09-16T08:37:41.495147+0000 mgr.a (mgr.14400) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:42.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:42 smithi003 bash[22755]: cluster 2024-09-16T08:37:41.495147+0000 mgr.a (mgr.14400) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:44.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:44 smithi071 bash[23484]: cluster 2024-09-16T08:37:43.495629+0000 mgr.a (mgr.14400) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:44.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:44 smithi071 bash[23484]: cluster 2024-09-16T08:37:43.495629+0000 mgr.a (mgr.14400) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:44.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:44 smithi003 bash[22755]: cluster 2024-09-16T08:37:43.495629+0000 mgr.a (mgr.14400) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:44.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:44 smithi003 bash[22755]: cluster 2024-09-16T08:37:43.495629+0000 mgr.a (mgr.14400) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:46.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:46 smithi003 bash[22755]: cluster 2024-09-16T08:37:45.496163+0000 mgr.a (mgr.14400) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:46.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:46 smithi003 bash[22755]: cluster 2024-09-16T08:37:45.496163+0000 mgr.a (mgr.14400) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:47.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:46 smithi071 bash[23484]: cluster 2024-09-16T08:37:45.496163+0000 mgr.a (mgr.14400) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:47.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:46 smithi071 bash[23484]: cluster 2024-09-16T08:37:45.496163+0000 mgr.a (mgr.14400) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:48.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:37:48 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:37:48] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.51.0" 2024-09-16T08:37:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:48 smithi003 bash[22755]: cluster 2024-09-16T08:37:47.496671+0000 mgr.a (mgr.14400) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:48 smithi003 bash[22755]: cluster 2024-09-16T08:37:47.496671+0000 mgr.a (mgr.14400) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:48 smithi003 bash[22755]: audit 2024-09-16T08:37:47.810426+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:48 smithi003 bash[22755]: audit 2024-09-16T08:37:47.810426+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:48 smithi003 bash[22755]: audit 2024-09-16T08:37:47.818558+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:48 smithi003 bash[22755]: audit 2024-09-16T08:37:47.818558+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:48 smithi003 bash[22755]: audit 2024-09-16T08:37:47.826171+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:48 smithi003 bash[22755]: audit 2024-09-16T08:37:47.826171+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:49.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:48 smithi071 bash[23484]: cluster 2024-09-16T08:37:47.496671+0000 mgr.a (mgr.14400) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:49.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:48 smithi071 bash[23484]: cluster 2024-09-16T08:37:47.496671+0000 mgr.a (mgr.14400) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:49.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:48 smithi071 bash[23484]: audit 2024-09-16T08:37:47.810426+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:49.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:48 smithi071 bash[23484]: audit 2024-09-16T08:37:47.810426+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:49.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:48 smithi071 bash[23484]: audit 2024-09-16T08:37:47.818558+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:49.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:48 smithi071 bash[23484]: audit 2024-09-16T08:37:47.818558+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:49.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:48 smithi071 bash[23484]: audit 2024-09-16T08:37:47.826171+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:49.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:48 smithi071 bash[23484]: audit 2024-09-16T08:37:47.826171+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:51.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:50 smithi071 bash[23484]: cluster 2024-09-16T08:37:49.497161+0000 mgr.a (mgr.14400) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:51.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:50 smithi071 bash[23484]: cluster 2024-09-16T08:37:49.497161+0000 mgr.a (mgr.14400) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:51.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:50 smithi071 bash[23484]: audit 2024-09-16T08:37:49.923997+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:51.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:50 smithi071 bash[23484]: audit 2024-09-16T08:37:49.923997+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:51.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:50 smithi003 bash[22755]: cluster 2024-09-16T08:37:49.497161+0000 mgr.a (mgr.14400) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:51.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:50 smithi003 bash[22755]: cluster 2024-09-16T08:37:49.497161+0000 mgr.a (mgr.14400) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:51.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:50 smithi003 bash[22755]: audit 2024-09-16T08:37:49.923997+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:51.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:50 smithi003 bash[22755]: audit 2024-09-16T08:37:49.923997+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:37:53.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:52 smithi071 bash[23484]: cluster 2024-09-16T08:37:51.497708+0000 mgr.a (mgr.14400) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:53.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:52 smithi071 bash[23484]: cluster 2024-09-16T08:37:51.497708+0000 mgr.a (mgr.14400) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:52 smithi003 bash[22755]: cluster 2024-09-16T08:37:51.497708+0000 mgr.a (mgr.14400) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:53.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:52 smithi003 bash[22755]: cluster 2024-09-16T08:37:51.497708+0000 mgr.a (mgr.14400) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:55.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:54 smithi071 bash[23484]: cluster 2024-09-16T08:37:53.498225+0000 mgr.a (mgr.14400) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:55.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:54 smithi071 bash[23484]: cluster 2024-09-16T08:37:53.498225+0000 mgr.a (mgr.14400) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:55.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:54 smithi071 bash[23484]: audit 2024-09-16T08:37:53.856565+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:54 smithi071 bash[23484]: audit 2024-09-16T08:37:53.856565+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:54 smithi071 bash[23484]: audit 2024-09-16T08:37:53.865136+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:54 smithi071 bash[23484]: audit 2024-09-16T08:37:53.865136+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:54 smithi071 bash[23484]: audit 2024-09-16T08:37:53.874787+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:54 smithi071 bash[23484]: audit 2024-09-16T08:37:53.874787+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:54 smithi003 bash[22755]: cluster 2024-09-16T08:37:53.498225+0000 mgr.a (mgr.14400) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:55.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:54 smithi003 bash[22755]: cluster 2024-09-16T08:37:53.498225+0000 mgr.a (mgr.14400) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:55.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:54 smithi003 bash[22755]: audit 2024-09-16T08:37:53.856565+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:54 smithi003 bash[22755]: audit 2024-09-16T08:37:53.856565+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:54 smithi003 bash[22755]: audit 2024-09-16T08:37:53.865136+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:54 smithi003 bash[22755]: audit 2024-09-16T08:37:53.865136+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:54 smithi003 bash[22755]: audit 2024-09-16T08:37:53.874787+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:55.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:54 smithi003 bash[22755]: audit 2024-09-16T08:37:53.874787+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:56 smithi071 bash[23484]: cluster 2024-09-16T08:37:55.498770+0000 mgr.a (mgr.14400) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:56 smithi071 bash[23484]: cluster 2024-09-16T08:37:55.498770+0000 mgr.a (mgr.14400) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:56 smithi071 bash[23484]: audit 2024-09-16T08:37:56.414176+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:56 smithi071 bash[23484]: audit 2024-09-16T08:37:56.414176+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:56 smithi071 bash[23484]: audit 2024-09-16T08:37:56.422324+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:56 smithi071 bash[23484]: audit 2024-09-16T08:37:56.422324+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:56 smithi071 bash[23484]: audit 2024-09-16T08:37:56.431465+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:56 smithi071 bash[23484]: audit 2024-09-16T08:37:56.431465+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:56 smithi003 bash[22755]: cluster 2024-09-16T08:37:55.498770+0000 mgr.a (mgr.14400) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:57.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:56 smithi003 bash[22755]: cluster 2024-09-16T08:37:55.498770+0000 mgr.a (mgr.14400) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:57.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:56 smithi003 bash[22755]: audit 2024-09-16T08:37:56.414176+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:56 smithi003 bash[22755]: audit 2024-09-16T08:37:56.414176+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:56 smithi003 bash[22755]: audit 2024-09-16T08:37:56.422324+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:56 smithi003 bash[22755]: audit 2024-09-16T08:37:56.422324+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:56 smithi003 bash[22755]: audit 2024-09-16T08:37:56.431465+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:57.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:56 smithi003 bash[22755]: audit 2024-09-16T08:37:56.431465+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:37:58.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:58 smithi003 bash[22755]: cluster 2024-09-16T08:37:57.499278+0000 mgr.a (mgr.14400) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:58.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:37:58 smithi003 bash[22755]: cluster 2024-09-16T08:37:57.499278+0000 mgr.a (mgr.14400) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:58.981 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:37:58 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:37:58] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.51.0" 2024-09-16T08:37:59.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:58 smithi071 bash[23484]: cluster 2024-09-16T08:37:57.499278+0000 mgr.a (mgr.14400) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:37:59.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:37:58 smithi071 bash[23484]: cluster 2024-09-16T08:37:57.499278+0000 mgr.a (mgr.14400) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:01.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:00 smithi071 bash[23484]: cluster 2024-09-16T08:37:59.499791+0000 mgr.a (mgr.14400) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:01.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:00 smithi071 bash[23484]: cluster 2024-09-16T08:37:59.499791+0000 mgr.a (mgr.14400) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:00 smithi003 bash[22755]: cluster 2024-09-16T08:37:59.499791+0000 mgr.a (mgr.14400) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:01.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:00 smithi003 bash[22755]: cluster 2024-09-16T08:37:59.499791+0000 mgr.a (mgr.14400) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:03.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:02 smithi071 bash[23484]: cluster 2024-09-16T08:38:01.500421+0000 mgr.a (mgr.14400) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:03.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:02 smithi071 bash[23484]: cluster 2024-09-16T08:38:01.500421+0000 mgr.a (mgr.14400) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:03.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:02 smithi003 bash[22755]: cluster 2024-09-16T08:38:01.500421+0000 mgr.a (mgr.14400) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:03.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:02 smithi003 bash[22755]: cluster 2024-09-16T08:38:01.500421+0000 mgr.a (mgr.14400) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:05.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:04 smithi071 bash[23484]: cluster 2024-09-16T08:38:03.501089+0000 mgr.a (mgr.14400) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:05.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:04 smithi071 bash[23484]: cluster 2024-09-16T08:38:03.501089+0000 mgr.a (mgr.14400) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:04 smithi003 bash[22755]: cluster 2024-09-16T08:38:03.501089+0000 mgr.a (mgr.14400) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:05.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:04 smithi003 bash[22755]: cluster 2024-09-16T08:38:03.501089+0000 mgr.a (mgr.14400) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:05 smithi071 bash[23484]: audit 2024-09-16T08:38:04.924685+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:06.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:05 smithi071 bash[23484]: audit 2024-09-16T08:38:04.924685+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:06.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:05 smithi003 bash[22755]: audit 2024-09-16T08:38:04.924685+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:06.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:05 smithi003 bash[22755]: audit 2024-09-16T08:38:04.924685+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:07.173 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:06 smithi071 bash[23484]: cluster 2024-09-16T08:38:05.501672+0000 mgr.a (mgr.14400) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:07.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:06 smithi071 bash[23484]: cluster 2024-09-16T08:38:05.501672+0000 mgr.a (mgr.14400) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:07.232 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:06 smithi003 bash[22755]: cluster 2024-09-16T08:38:05.501672+0000 mgr.a (mgr.14400) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:07.233 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:06 smithi003 bash[22755]: cluster 2024-09-16T08:38:05.501672+0000 mgr.a (mgr.14400) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:08.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:08 smithi071 bash[23484]: audit 2024-09-16T08:38:07.043406+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:08 smithi071 bash[23484]: audit 2024-09-16T08:38:07.043406+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:08 smithi071 bash[23484]: audit 2024-09-16T08:38:07.051325+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:08 smithi071 bash[23484]: audit 2024-09-16T08:38:07.051325+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:08 smithi071 bash[23484]: audit 2024-09-16T08:38:07.060639+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:08 smithi071 bash[23484]: audit 2024-09-16T08:38:07.060639+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:08 smithi003 bash[22755]: audit 2024-09-16T08:38:07.043406+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:08 smithi003 bash[22755]: audit 2024-09-16T08:38:07.043406+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:08 smithi003 bash[22755]: audit 2024-09-16T08:38:07.051325+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:08 smithi003 bash[22755]: audit 2024-09-16T08:38:07.051325+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:08 smithi003 bash[22755]: audit 2024-09-16T08:38:07.060639+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:08 smithi003 bash[22755]: audit 2024-09-16T08:38:07.060639+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:08.949 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:08 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:38:08] "GET /metrics HTTP/1.1" 200 21591 "" "Prometheus/2.51.0" 2024-09-16T08:38:09.222 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:09 smithi003 bash[22755]: cluster 2024-09-16T08:38:07.502184+0000 mgr.a (mgr.14400) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:09.222 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:09 smithi003 bash[22755]: cluster 2024-09-16T08:38:07.502184+0000 mgr.a (mgr.14400) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:09 smithi071 bash[23484]: cluster 2024-09-16T08:38:07.502184+0000 mgr.a (mgr.14400) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:09.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:09 smithi071 bash[23484]: cluster 2024-09-16T08:38:07.502184+0000 mgr.a (mgr.14400) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:11.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: cluster 2024-09-16T08:38:09.502693+0000 mgr.a (mgr.14400) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:11.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: cluster 2024-09-16T08:38:09.502693+0000 mgr.a (mgr.14400) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:11.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.353083+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.353083+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.888746+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.888746+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.895615+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.895615+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.900070+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.900070+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.904007+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.904007+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.905366+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.905366+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.906149+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:38:11.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.906149+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:38:11.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.917421+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:11 smithi003 bash[22755]: audit 2024-09-16T08:38:10.917421+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: cluster 2024-09-16T08:38:09.502693+0000 mgr.a (mgr.14400) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:11.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: cluster 2024-09-16T08:38:09.502693+0000 mgr.a (mgr.14400) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:11.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.353083+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:38:11.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.353083+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.888746+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.888746+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.895615+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.895615+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.900070+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.900070+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.904007+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.904007+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.905366+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.905366+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.906149+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.906149+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.917421+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:11.425 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:11 smithi071 bash[23484]: audit 2024-09-16T08:38:10.917421+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:13 smithi071 bash[23484]: cluster 2024-09-16T08:38:11.503258+0000 mgr.a (mgr.14400) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:13.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:13 smithi071 bash[23484]: cluster 2024-09-16T08:38:11.503258+0000 mgr.a (mgr.14400) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:13.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:13 smithi003 bash[22755]: cluster 2024-09-16T08:38:11.503258+0000 mgr.a (mgr.14400) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:13.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:13 smithi003 bash[22755]: cluster 2024-09-16T08:38:11.503258+0000 mgr.a (mgr.14400) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:15.340 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:15 smithi071 bash[23484]: cluster 2024-09-16T08:38:13.503728+0000 mgr.a (mgr.14400) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:15.341 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:15 smithi071 bash[23484]: cluster 2024-09-16T08:38:13.503728+0000 mgr.a (mgr.14400) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:15.341 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:15 smithi071 bash[23484]: audit 2024-09-16T08:38:14.074532+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.341 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:15 smithi071 bash[23484]: audit 2024-09-16T08:38:14.074532+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.341 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:15 smithi071 bash[23484]: audit 2024-09-16T08:38:14.089187+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.341 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:15 smithi071 bash[23484]: audit 2024-09-16T08:38:14.089187+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.342 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:15 smithi071 bash[23484]: audit 2024-09-16T08:38:14.100079+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.342 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:15 smithi071 bash[23484]: audit 2024-09-16T08:38:14.100079+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:15 smithi003 bash[22755]: cluster 2024-09-16T08:38:13.503728+0000 mgr.a (mgr.14400) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:15.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:15 smithi003 bash[22755]: cluster 2024-09-16T08:38:13.503728+0000 mgr.a (mgr.14400) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:15.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:15 smithi003 bash[22755]: audit 2024-09-16T08:38:14.074532+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:15 smithi003 bash[22755]: audit 2024-09-16T08:38:14.074532+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:15 smithi003 bash[22755]: audit 2024-09-16T08:38:14.089187+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:15 smithi003 bash[22755]: audit 2024-09-16T08:38:14.089187+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:15 smithi003 bash[22755]: audit 2024-09-16T08:38:14.100079+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:15.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:15 smithi003 bash[22755]: audit 2024-09-16T08:38:14.100079+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:17 smithi071 bash[23484]: cluster 2024-09-16T08:38:15.504275+0000 mgr.a (mgr.14400) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:17.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:17 smithi071 bash[23484]: cluster 2024-09-16T08:38:15.504275+0000 mgr.a (mgr.14400) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:17.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:17 smithi071 bash[23484]: audit 2024-09-16T08:38:16.570316+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:17 smithi071 bash[23484]: audit 2024-09-16T08:38:16.570316+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:17 smithi071 bash[23484]: audit 2024-09-16T08:38:16.580600+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:17 smithi071 bash[23484]: audit 2024-09-16T08:38:16.580600+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:17 smithi071 bash[23484]: audit 2024-09-16T08:38:16.592345+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.175 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:17 smithi071 bash[23484]: audit 2024-09-16T08:38:16.592345+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:17 smithi003 bash[22755]: cluster 2024-09-16T08:38:15.504275+0000 mgr.a (mgr.14400) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:17.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:17 smithi003 bash[22755]: cluster 2024-09-16T08:38:15.504275+0000 mgr.a (mgr.14400) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:17.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:17 smithi003 bash[22755]: audit 2024-09-16T08:38:16.570316+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:17 smithi003 bash[22755]: audit 2024-09-16T08:38:16.570316+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:17 smithi003 bash[22755]: audit 2024-09-16T08:38:16.580600+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:17 smithi003 bash[22755]: audit 2024-09-16T08:38:16.580600+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:17 smithi003 bash[22755]: audit 2024-09-16T08:38:16.592345+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:17.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:17 smithi003 bash[22755]: audit 2024-09-16T08:38:16.592345+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:18.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:18 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:38:18] "GET /metrics HTTP/1.1" 200 21591 "" "Prometheus/2.51.0" 2024-09-16T08:38:19.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:19 smithi071 bash[23484]: cluster 2024-09-16T08:38:17.504781+0000 mgr.a (mgr.14400) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:19.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:19 smithi071 bash[23484]: cluster 2024-09-16T08:38:17.504781+0000 mgr.a (mgr.14400) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:19 smithi003 bash[22755]: cluster 2024-09-16T08:38:17.504781+0000 mgr.a (mgr.14400) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:19.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:19 smithi003 bash[22755]: cluster 2024-09-16T08:38:17.504781+0000 mgr.a (mgr.14400) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:20.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:20 smithi071 bash[23484]: audit 2024-09-16T08:38:19.925234+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:20.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:20 smithi071 bash[23484]: audit 2024-09-16T08:38:19.925234+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:20.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:20 smithi003 bash[22755]: audit 2024-09-16T08:38:19.925234+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:20.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:20 smithi003 bash[22755]: audit 2024-09-16T08:38:19.925234+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:21.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:21 smithi071 bash[23484]: cluster 2024-09-16T08:38:19.505305+0000 mgr.a (mgr.14400) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:21.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:21 smithi071 bash[23484]: cluster 2024-09-16T08:38:19.505305+0000 mgr.a (mgr.14400) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:21 smithi003 bash[22755]: cluster 2024-09-16T08:38:19.505305+0000 mgr.a (mgr.14400) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:21.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:21 smithi003 bash[22755]: cluster 2024-09-16T08:38:19.505305+0000 mgr.a (mgr.14400) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:23.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:23 smithi071 bash[23484]: cluster 2024-09-16T08:38:21.505851+0000 mgr.a (mgr.14400) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:23.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:23 smithi071 bash[23484]: cluster 2024-09-16T08:38:21.505851+0000 mgr.a (mgr.14400) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:23.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:23 smithi003 bash[22755]: cluster 2024-09-16T08:38:21.505851+0000 mgr.a (mgr.14400) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:23.481 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:23 smithi003 bash[22755]: cluster 2024-09-16T08:38:21.505851+0000 mgr.a (mgr.14400) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:24.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:24 smithi071 bash[23484]: cluster 2024-09-16T08:38:23.506381+0000 mgr.a (mgr.14400) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:24.424 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:24 smithi071 bash[23484]: cluster 2024-09-16T08:38:23.506381+0000 mgr.a (mgr.14400) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:24.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:24 smithi003 bash[22755]: cluster 2024-09-16T08:38:23.506381+0000 mgr.a (mgr.14400) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:24.480 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:24 smithi003 bash[22755]: cluster 2024-09-16T08:38:23.506381+0000 mgr.a (mgr.14400) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:26.905 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:26 smithi003 bash[22755]: cluster 2024-09-16T08:38:25.506966+0000 mgr.a (mgr.14400) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:26.905 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:26 smithi003 bash[22755]: cluster 2024-09-16T08:38:25.506966+0000 mgr.a (mgr.14400) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:26.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:26 smithi071 bash[23484]: cluster 2024-09-16T08:38:25.506966+0000 mgr.a (mgr.14400) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:26.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:26 smithi071 bash[23484]: cluster 2024-09-16T08:38:25.506966+0000 mgr.a (mgr.14400) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:28.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:28 smithi071 bash[23484]: audit 2024-09-16T08:38:27.264323+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:28 smithi071 bash[23484]: audit 2024-09-16T08:38:27.264323+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:28 smithi071 bash[23484]: audit 2024-09-16T08:38:27.272575+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:28 smithi071 bash[23484]: audit 2024-09-16T08:38:27.272575+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:28 smithi071 bash[23484]: audit 2024-09-16T08:38:27.282080+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:28 smithi071 bash[23484]: audit 2024-09-16T08:38:27.282080+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:28 smithi071 bash[23484]: cluster 2024-09-16T08:38:27.507438+0000 mgr.a (mgr.14400) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:28.675 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:28 smithi071 bash[23484]: cluster 2024-09-16T08:38:27.507438+0000 mgr.a (mgr.14400) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:28.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:28 smithi003 bash[22755]: audit 2024-09-16T08:38:27.264323+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:28 smithi003 bash[22755]: audit 2024-09-16T08:38:27.264323+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:28 smithi003 bash[22755]: audit 2024-09-16T08:38:27.272575+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:28 smithi003 bash[22755]: audit 2024-09-16T08:38:27.272575+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:28 smithi003 bash[22755]: audit 2024-09-16T08:38:27.282080+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:28 smithi003 bash[22755]: audit 2024-09-16T08:38:27.282080+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:28.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:28 smithi003 bash[22755]: cluster 2024-09-16T08:38:27.507438+0000 mgr.a (mgr.14400) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:28.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:28 smithi003 bash[22755]: cluster 2024-09-16T08:38:27.507438+0000 mgr.a (mgr.14400) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:28.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:28 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:38:28] "GET /metrics HTTP/1.1" 200 21590 "" "Prometheus/2.51.0" 2024-09-16T08:38:30.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:30 smithi003 bash[22755]: cluster 2024-09-16T08:38:29.507967+0000 mgr.a (mgr.14400) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:30.822 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:30 smithi003 bash[22755]: cluster 2024-09-16T08:38:29.507967+0000 mgr.a (mgr.14400) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:30.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:30 smithi071 bash[23484]: cluster 2024-09-16T08:38:29.507967+0000 mgr.a (mgr.14400) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:30.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:30 smithi071 bash[23484]: cluster 2024-09-16T08:38:29.507967+0000 mgr.a (mgr.14400) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:32.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:32 smithi071 bash[23484]: cluster 2024-09-16T08:38:31.508545+0000 mgr.a (mgr.14400) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:32.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:32 smithi071 bash[23484]: cluster 2024-09-16T08:38:31.508545+0000 mgr.a (mgr.14400) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:32 smithi003 bash[22755]: cluster 2024-09-16T08:38:31.508545+0000 mgr.a (mgr.14400) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:32.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:32 smithi003 bash[22755]: cluster 2024-09-16T08:38:31.508545+0000 mgr.a (mgr.14400) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:34 smithi071 bash[23484]: cluster 2024-09-16T08:38:33.509070+0000 mgr.a (mgr.14400) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:34 smithi071 bash[23484]: cluster 2024-09-16T08:38:33.509070+0000 mgr.a (mgr.14400) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:34 smithi071 bash[23484]: audit 2024-09-16T08:38:34.289936+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:34 smithi071 bash[23484]: audit 2024-09-16T08:38:34.289936+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:34 smithi071 bash[23484]: audit 2024-09-16T08:38:34.300563+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:34 smithi071 bash[23484]: audit 2024-09-16T08:38:34.300563+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:34 smithi071 bash[23484]: audit 2024-09-16T08:38:34.311976+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:34 smithi071 bash[23484]: audit 2024-09-16T08:38:34.311976+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:34 smithi003 bash[22755]: cluster 2024-09-16T08:38:33.509070+0000 mgr.a (mgr.14400) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:34 smithi003 bash[22755]: cluster 2024-09-16T08:38:33.509070+0000 mgr.a (mgr.14400) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:34 smithi003 bash[22755]: audit 2024-09-16T08:38:34.289936+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:34 smithi003 bash[22755]: audit 2024-09-16T08:38:34.289936+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:34 smithi003 bash[22755]: audit 2024-09-16T08:38:34.300563+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:34 smithi003 bash[22755]: audit 2024-09-16T08:38:34.300563+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:34 smithi003 bash[22755]: audit 2024-09-16T08:38:34.311976+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:34.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:34 smithi003 bash[22755]: audit 2024-09-16T08:38:34.311976+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:35.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:35 smithi071 bash[23484]: audit 2024-09-16T08:38:34.925634+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:35.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:35 smithi071 bash[23484]: audit 2024-09-16T08:38:34.925634+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:35.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:35 smithi003 bash[22755]: audit 2024-09-16T08:38:34.925634+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:35.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:35 smithi003 bash[22755]: audit 2024-09-16T08:38:34.925634+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:36.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:36 smithi071 bash[23484]: cluster 2024-09-16T08:38:35.509620+0000 mgr.a (mgr.14400) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:36.674 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:36 smithi071 bash[23484]: cluster 2024-09-16T08:38:35.509620+0000 mgr.a (mgr.14400) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:36.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:36 smithi003 bash[22755]: cluster 2024-09-16T08:38:35.509620+0000 mgr.a (mgr.14400) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:36.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:36 smithi003 bash[22755]: cluster 2024-09-16T08:38:35.509620+0000 mgr.a (mgr.14400) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:38.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:37 smithi071 bash[23484]: audit 2024-09-16T08:38:36.762086+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:37 smithi071 bash[23484]: audit 2024-09-16T08:38:36.762086+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:37 smithi071 bash[23484]: audit 2024-09-16T08:38:36.770260+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:37 smithi071 bash[23484]: audit 2024-09-16T08:38:36.770260+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:37 smithi071 bash[23484]: audit 2024-09-16T08:38:36.779864+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:37 smithi071 bash[23484]: audit 2024-09-16T08:38:36.779864+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:37 smithi003 bash[22755]: audit 2024-09-16T08:38:36.762086+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:37 smithi003 bash[22755]: audit 2024-09-16T08:38:36.762086+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:37 smithi003 bash[22755]: audit 2024-09-16T08:38:36.770260+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:37 smithi003 bash[22755]: audit 2024-09-16T08:38:36.770260+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:37 smithi003 bash[22755]: audit 2024-09-16T08:38:36.779864+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:37 smithi003 bash[22755]: audit 2024-09-16T08:38:36.779864+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:38.980 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:38 smithi003 bash[22755]: cluster 2024-09-16T08:38:37.510144+0000 mgr.a (mgr.14400) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:38.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:38 smithi003 bash[22755]: cluster 2024-09-16T08:38:37.510144+0000 mgr.a (mgr.14400) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:38.981 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:38 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:38:38] "GET /metrics HTTP/1.1" 200 21588 "" "Prometheus/2.51.0" 2024-09-16T08:38:39.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:38 smithi071 bash[23484]: cluster 2024-09-16T08:38:37.510144+0000 mgr.a (mgr.14400) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:39.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:38 smithi071 bash[23484]: cluster 2024-09-16T08:38:37.510144+0000 mgr.a (mgr.14400) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:41.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:40 smithi071 bash[23484]: cluster 2024-09-16T08:38:39.510667+0000 mgr.a (mgr.14400) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:41.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:40 smithi071 bash[23484]: cluster 2024-09-16T08:38:39.510667+0000 mgr.a (mgr.14400) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:40 smithi003 bash[22755]: cluster 2024-09-16T08:38:39.510667+0000 mgr.a (mgr.14400) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:40 smithi003 bash[22755]: cluster 2024-09-16T08:38:39.510667+0000 mgr.a (mgr.14400) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:43.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:42 smithi071 bash[23484]: cluster 2024-09-16T08:38:41.511258+0000 mgr.a (mgr.14400) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:43.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:42 smithi071 bash[23484]: cluster 2024-09-16T08:38:41.511258+0000 mgr.a (mgr.14400) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:43.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:42 smithi003 bash[22755]: cluster 2024-09-16T08:38:41.511258+0000 mgr.a (mgr.14400) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:43.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:42 smithi003 bash[22755]: cluster 2024-09-16T08:38:41.511258+0000 mgr.a (mgr.14400) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:45.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:44 smithi071 bash[23484]: cluster 2024-09-16T08:38:43.511792+0000 mgr.a (mgr.14400) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:45.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:44 smithi071 bash[23484]: cluster 2024-09-16T08:38:43.511792+0000 mgr.a (mgr.14400) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:45.230 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:44 smithi003 bash[22755]: cluster 2024-09-16T08:38:43.511792+0000 mgr.a (mgr.14400) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:45.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:44 smithi003 bash[22755]: cluster 2024-09-16T08:38:43.511792+0000 mgr.a (mgr.14400) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:47.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:46 smithi071 bash[23484]: cluster 2024-09-16T08:38:45.512335+0000 mgr.a (mgr.14400) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:47.174 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:46 smithi071 bash[23484]: cluster 2024-09-16T08:38:45.512335+0000 mgr.a (mgr.14400) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:47.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:46 smithi003 bash[22755]: cluster 2024-09-16T08:38:45.512335+0000 mgr.a (mgr.14400) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:47.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:46 smithi003 bash[22755]: cluster 2024-09-16T08:38:45.512335+0000 mgr.a (mgr.14400) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:48.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:48 smithi071 bash[23484]: audit 2024-09-16T08:38:47.496444+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:48 smithi071 bash[23484]: audit 2024-09-16T08:38:47.496444+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:48 smithi071 bash[23484]: audit 2024-09-16T08:38:47.504778+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:48 smithi071 bash[23484]: audit 2024-09-16T08:38:47.504778+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:48 smithi071 bash[23484]: audit 2024-09-16T08:38:47.511365+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:48 smithi071 bash[23484]: audit 2024-09-16T08:38:47.511365+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:48 smithi071 bash[23484]: cluster 2024-09-16T08:38:47.512654+0000 mgr.a (mgr.14400) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:48.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:48 smithi071 bash[23484]: cluster 2024-09-16T08:38:47.512654+0000 mgr.a (mgr.14400) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:48.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:48 smithi003 bash[23011]: ::ffff:172.21.15.71 - - [16/Sep/2024:08:38:48] "GET /metrics HTTP/1.1" 200 21588 "" "Prometheus/2.51.0" 2024-09-16T08:38:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:48 smithi003 bash[22755]: audit 2024-09-16T08:38:47.496444+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:48 smithi003 bash[22755]: audit 2024-09-16T08:38:47.496444+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:48 smithi003 bash[22755]: audit 2024-09-16T08:38:47.504778+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:48 smithi003 bash[22755]: audit 2024-09-16T08:38:47.504778+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:48 smithi003 bash[22755]: audit 2024-09-16T08:38:47.511365+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:48 smithi003 bash[22755]: audit 2024-09-16T08:38:47.511365+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' 2024-09-16T08:38:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:48 smithi003 bash[22755]: cluster 2024-09-16T08:38:47.512654+0000 mgr.a (mgr.14400) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:48.981 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:48 smithi003 bash[22755]: cluster 2024-09-16T08:38:47.512654+0000 mgr.a (mgr.14400) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:49.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.71:9095/api/v1/status/config 2024-09-16T08:38:49.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.71:9095/api/v1/status/config 2024-09-16T08:38:49.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq -e '.status == "success"' 2024-09-16T08:38:49.447 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: eff20752-7404-11ef-bceb-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.3:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: eff20752-7404-11ef-bceb-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.3:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: eff20752-7404-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.3:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: eff20752-7404-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.3:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.3:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: nfs\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.3:8765/sd/prometheus/sd-config?service=nfs\n- job_name: smb\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.3:8765/sd/prometheus/sd-config?service=smb\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /federate\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-09-16T08:38:49.447 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.71:9095/api/v1/alerts 2024-09-16T08:38:49.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.71:9095/api/v1/alerts 2024-09-16T08:38:49.453 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-16T08:38:49.458 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"eff20752-7404-11ef-bceb-c7b262605968","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-09-16T08:37:33.558815712Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi177","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-16T08:37:32.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi177\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-09-16T08:37:32.639590217Z","value":"1e+00"}]}}true 2024-09-16T08:38:49.459 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.177:9093/api/v1/status 2024-09-16T08:38:49.465 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-16T08:38:49.465 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.177:9093/api/v1/alerts 2024-09-16T08:38:49.470 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-16T08:38:49.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-16T08:38:49.471 INFO:teuthology.orchestra.run.smithi003.stderr:+ curl -s http://172.21.15.177:9093/api/v1/alerts 2024-09-16T08:38:49.475 INFO:teuthology.orchestra.run.smithi003.stderr:jq: error (at :1): Cannot iterate over null (null) 2024-09-16T08:38:50.614 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-09-16T08:38:50.615 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi003 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- bash -c \'set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \'"\'"\'last | .daemon_name\'"\'"\')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \'"\'"\'.[] | select(.hostname==$GRAFANA_HOST) | .addr\'"\'"\')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \'"\'"\'.[] | select(.hostname==$PROM_HOST) | .addr\'"\'"\')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \'"\'"\'.[] | select(.hostname==$ALERTM_HOST) | .addr\'"\'"\')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \'"\'"\'.[] | .addr\'"\'"\')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \'"\'"\'.database == "ok"\'"\'"\'\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \'"\'"\'.status == "success"\'"\'"\'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \'"\'"\'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\'"\'"\'\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-16T08:38:50.895 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d1db259ce82a4a54abe86e3d4730489e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi003 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- bash -c \'set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \'"\'"\'last | .daemon_name\'"\'"\')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \'"\'"\'.[] | select(.hostname==$GRAFANA_HOST) | .addr\'"\'"\')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \'"\'"\'.[] | select(.hostname==$PROM_HOST) | .addr\'"\'"\')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \'"\'"\'.[] | select(.hostname==$ALERTM_HOST) | .addr\'"\'"\')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \'"\'"\'.[] | .addr\'"\'"\')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \'"\'"\'.database == "ok"\'"\'"\'\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \'"\'"\'.status == "success"\'"\'"\'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \'"\'"\'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\'"\'"\'\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-16T08:38:50.898 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-16T08:38:50.907 INFO:tasks.cephadm:Teardown begin 2024-09-16T08:38:50.907 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:38:50.911 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:50 smithi003 bash[22755]: cluster 2024-09-16T08:38:49.513067+0000 mgr.a (mgr.14400) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:50.912 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:50 smithi003 bash[22755]: cluster 2024-09-16T08:38:49.513067+0000 mgr.a (mgr.14400) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:50.912 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:50 smithi003 bash[22755]: audit 2024-09-16T08:38:49.926084+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:50.912 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:50 smithi003 bash[22755]: audit 2024-09-16T08:38:49.926084+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:50.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:38:50.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:50 smithi071 bash[23484]: cluster 2024-09-16T08:38:49.513067+0000 mgr.a (mgr.14400) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:50.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:50 smithi071 bash[23484]: cluster 2024-09-16T08:38:49.513067+0000 mgr.a (mgr.14400) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:38:50.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:50 smithi071 bash[23484]: audit 2024-09-16T08:38:49.926084+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:50.925 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:50 smithi071 bash[23484]: audit 2024-09-16T08:38:49.926084+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14400 172.21.15.3:0/682275221' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:38:50.938 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:38:50.952 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-16T08:38:50.952 DEBUG:teuthology.orchestra.run.smithi003:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T08:38:50.969 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T08:38:50.985 DEBUG:teuthology.orchestra.run.smithi177:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T08:38:51.001 INFO:tasks.cephadm:Stopping all daemons... 2024-09-16T08:38:51.002 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-16T08:38:51.002 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.a 2024-09-16T08:38:51.231 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:51 smithi003 systemd[1]: Stopping Ceph mon.a for eff20752-7404-11ef-bceb-c7b262605968... 2024-09-16T08:38:51.810 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:51 smithi003 bash[22755]: debug 2024-09-16T08:38:51.554+0000 7fc2d765b640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-16T08:38:51.810 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:51 smithi003 bash[22755]: debug 2024-09-16T08:38:51.554+0000 7fc2d765b640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-16T08:38:51.810 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:51 smithi003 bash[23011]: [16/Sep/2024:08:38:51] ENGINE Bus STOPPING 2024-09-16T08:38:51.811 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:51 smithi003 bash[23011]: [16/Sep/2024:08:38:51] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T08:38:51.811 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:51 smithi003 bash[23011]: [16/Sep/2024:08:38:51] ENGINE Bus STOPPED 2024-09-16T08:38:51.811 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:51 smithi003 bash[23011]: [16/Sep/2024:08:38:51] ENGINE Bus STARTING 2024-09-16T08:38:51.811 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:51 smithi003 bash[23011]: [16/Sep/2024:08:38:51] ENGINE Serving on http://:::9283 2024-09-16T08:38:52.730 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:38:52 smithi003 bash[44708]: ceph-eff20752-7404-11ef-bceb-c7b262605968-mon-a 2024-09-16T08:38:52.731 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:51 smithi003 bash[23011]: [16/Sep/2024:08:38:51] ENGINE Bus STARTED 2024-09-16T08:38:52.943 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.a.service' 2024-09-16T08:38:52.992 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:38:52.993 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-16T08:38:52.993 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-16T08:38:52.993 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.b 2024-09-16T08:38:53.391 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:53 smithi071 systemd[1]: Stopping Ceph mon.b for eff20752-7404-11ef-bceb-c7b262605968... 2024-09-16T08:38:53.392 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:53 smithi071 bash[23484]: debug 2024-09-16T08:38:53.152+0000 7fba89abf640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-16T08:38:53.392 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 16 08:38:53 smithi071 bash[23484]: debug 2024-09-16T08:38:53.152+0000 7fba89abf640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-16T08:38:54.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.b.service' 2024-09-16T08:38:54.183 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:38:54.183 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-16T08:38:54.183 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-16T08:38:54.184 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.c 2024-09-16T08:38:54.206 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mon.c.service' 2024-09-16T08:38:54.287 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:38:54.288 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-16T08:38:54.288 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-16T08:38:54.289 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.a 2024-09-16T08:38:54.573 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:54 smithi003 systemd[1]: Stopping Ceph mgr.a for eff20752-7404-11ef-bceb-c7b262605968... 2024-09-16T08:38:54.980 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:54 smithi003 bash[23011]: debug 2024-09-16T08:38:54.570+0000 7f1d46bc4640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-16T08:38:54.981 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Sep 16 08:38:54 smithi003 bash[23011]: debug 2024-09-16T08:38:54.570+0000 7f1d46bc4640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-16T08:38:55.239 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-16T08:38:55.265 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:38:55.266 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-16T08:38:55.266 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-16T08:38:55.266 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.b 2024-09-16T08:38:55.661 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:38:55 smithi071 systemd[1]: Stopping Ceph mgr.b for eff20752-7404-11ef-bceb-c7b262605968... 2024-09-16T08:38:56.424 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 16 08:38:56 smithi071 bash[36687]: ceph-eff20752-7404-11ef-bceb-c7b262605968-mgr-b 2024-09-16T08:38:56.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-16T08:38:56.649 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:38:56.650 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-16T08:38:56.650 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-16T08:38:56.650 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-eff20752-7404-11ef-bceb-c7b262605968@osd.0 2024-09-16T08:38:56.981 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:38:56 smithi003 systemd[1]: Stopping Ceph osd.0 for eff20752-7404-11ef-bceb-c7b262605968... 2024-09-16T08:38:56.981 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:38:56 smithi003 bash[32169]: debug 2024-09-16T08:38:56.802+0000 7f4a6899a640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-16T08:38:56.981 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:38:56 smithi003 bash[32169]: debug 2024-09-16T08:38:56.802+0000 7f4a6899a640 -1 osd.0 22 *** Got signal Terminated *** 2024-09-16T08:38:56.981 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:38:56 smithi003 bash[32169]: debug 2024-09-16T08:38:56.802+0000 7f4a6899a640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T08:39:03.096 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:39:02 smithi003 bash[45019]: ceph-eff20752-7404-11ef-bceb-c7b262605968-osd-0 2024-09-16T08:39:03.097 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:39:02 smithi003 bash[45083]: Error response from daemon: No such container: ceph-eff20752-7404-11ef-bceb-c7b262605968-osd-0 2024-09-16T08:39:04.771 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@osd.0.service' 2024-09-16T08:39:04.806 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:39:04.806 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-16T08:39:04.806 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-16T08:39:04.807 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-eff20752-7404-11ef-bceb-c7b262605968@osd.1 2024-09-16T08:39:04.950 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:39:04 smithi071 systemd[1]: Stopping Ceph osd.1 for eff20752-7404-11ef-bceb-c7b262605968... 2024-09-16T08:39:05.174 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:39:04 smithi071 bash[28025]: debug 2024-09-16T08:39:04.952+0000 7f35a4e44640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-16T08:39:05.174 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:39:04 smithi071 bash[28025]: debug 2024-09-16T08:39:04.952+0000 7f35a4e44640 -1 osd.1 22 *** Got signal Terminated *** 2024-09-16T08:39:05.174 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:39:04 smithi071 bash[28025]: debug 2024-09-16T08:39:04.952+0000 7f35a4e44640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T08:39:11.074 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:39:10 smithi071 bash[37314]: ceph-eff20752-7404-11ef-bceb-c7b262605968-osd-1 2024-09-16T08:39:11.074 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 16 08:39:10 smithi071 bash[37379]: Error response from daemon: No such container: ceph-eff20752-7404-11ef-bceb-c7b262605968-osd-1 2024-09-16T08:39:12.737 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@osd.1.service' 2024-09-16T08:39:12.769 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:39:12.770 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-16T08:39:12.770 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-16T08:39:12.770 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-eff20752-7404-11ef-bceb-c7b262605968@osd.2 2024-09-16T08:39:12.911 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:39:12 smithi177 systemd[1]: Stopping Ceph osd.2 for eff20752-7404-11ef-bceb-c7b262605968... 2024-09-16T08:39:13.040 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:39:12 smithi177 bash[28340]: debug 2024-09-16T08:39:12.916+0000 7fb83c81b640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-16T08:39:13.040 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:39:12 smithi177 bash[28340]: debug 2024-09-16T08:39:12.916+0000 7fb83c81b640 -1 osd.2 22 *** Got signal Terminated *** 2024-09-16T08:39:13.040 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:39:12 smithi177 bash[28340]: debug 2024-09-16T08:39:12.916+0000 7fb83c81b640 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T08:39:18.936 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:39:18 smithi177 bash[37224]: ceph-eff20752-7404-11ef-bceb-c7b262605968-osd-2 2024-09-16T08:39:19.290 INFO:journalctl@ceph.osd.2.smithi177.stdout:Sep 16 08:39:18 smithi177 bash[37490]: Error response from daemon: No such container: ceph-eff20752-7404-11ef-bceb-c7b262605968-osd-2 2024-09-16T08:39:20.961 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eff20752-7404-11ef-bceb-c7b262605968@osd.2.service' 2024-09-16T08:39:21.006 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:39:21.006 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-16T08:39:21.007 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eff20752-7404-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T08:39:21.196 INFO:teuthology.orchestra.run.smithi003.stdout:Deleting cluster with fsid: eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:39:29.596 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eff20752-7404-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T08:39:29.782 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:39:37.848 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eff20752-7404-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T08:39:38.028 INFO:teuthology.orchestra.run.smithi177.stdout:Deleting cluster with fsid: eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:39:44.849 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:39:44.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:39:44.879 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:39:44.892 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-16T08:39:44.894 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937/remote/smithi003/crash 2024-09-16T08:39:44.895 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/crash -- . 2024-09-16T08:39:44.916 INFO:teuthology.orchestra.run.smithi003.stderr:tar: /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T08:39:44.916 INFO:teuthology.orchestra.run.smithi003.stderr:tar: Error is not recoverable: exiting now 2024-09-16T08:39:44.918 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937/remote/smithi071/crash 2024-09-16T08:39:44.919 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/crash -- . 2024-09-16T08:39:44.930 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T08:39:44.931 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2024-09-16T08:39:44.933 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937/remote/smithi177/crash 2024-09-16T08:39:44.934 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/crash -- . 2024-09-16T08:39:44.944 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/eff20752-7404-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T08:39:44.945 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2024-09-16T08:39:44.946 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-16T08:39:44.946 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-16T08:39:44.976 INFO:tasks.cephadm:Compressing logs... 2024-09-16T08:39:44.976 DEBUG:teuthology.orchestra.run.smithi003:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T08:39:45.018 DEBUG:teuthology.orchestra.run.smithi071:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T08:39:45.021 DEBUG:teuthology.orchestra.run.smithi177:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T08:39:45.027 INFO:teuthology.orchestra.run.smithi003.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-16T08:39:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-16T08:39:45.033 INFO:teuthology.orchestra.run.smithi177.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-16T08:39:45.041 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T08:39:45.042 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-16T08:39:45.043 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T08:39:45.043 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log 2024-09-16T08:39:45.044 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T08:39:45.044 INFO:teuthology.orchestra.run.smithi177.stderr: 80.8% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T08:39:45.044 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-16T08:39:45.045 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-volume.log: 87.9% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T08:39:45.045 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T08:39:45.046 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mon.c.log: /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.audit.log: 90.4% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T08:39:45.048 INFO:teuthology.orchestra.run.smithi177.stderr: 83.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T08:39:45.051 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T08:39:45.051 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-16T08:39:45.052 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-16T08:39:45.052 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-osd.0.log: /var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T08:39:45.053 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log 2024-09-16T08:39:45.053 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T08:39:45.054 INFO:teuthology.orchestra.run.smithi003.stderr: 84.2% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T08:39:45.054 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T08:39:45.055 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-16T08:39:45.056 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mgr.a.log: 87.8% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T08:39:45.056 INFO:teuthology.orchestra.run.smithi003.stderr: 90.3% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T08:39:45.070 INFO:teuthology.orchestra.run.smithi177.stderr: 91.9% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T08:39:45.077 INFO:teuthology.orchestra.run.smithi003.stderr: 91.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T08:39:45.083 INFO:teuthology.orchestra.run.smithi177.stderr: 93.6% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-16T08:39:45.094 INFO:teuthology.orchestra.run.smithi003.stderr: 91.8% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T08:39:45.112 INFO:teuthology.orchestra.run.smithi003.stderr: 93.6% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-16T08:39:45.113 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T08:39:45.113 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T08:39:45.114 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-16T08:39:45.115 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log 2024-09-16T08:39:45.115 INFO:teuthology.orchestra.run.smithi071.stderr: 80.8% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T08:39:45.116 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T08:39:45.116 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-osd.1.log: /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-16T08:39:45.117 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T08:39:45.117 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mgr.b.log: 87.9% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T08:39:45.117 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-16T08:39:45.119 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mon.b.log: 83.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T08:39:45.120 INFO:teuthology.orchestra.run.smithi071.stderr: 90.5% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T08:39:45.125 INFO:teuthology.orchestra.run.smithi071.stderr: 90.3% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-16T08:39:45.144 INFO:teuthology.orchestra.run.smithi071.stderr: 91.8% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T08:39:45.145 INFO:teuthology.orchestra.run.smithi177.stderr: 93.1% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-16T08:39:45.147 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-09-16T08:39:45.147 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m0.122s 2024-09-16T08:39:45.147 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m0.179s 2024-09-16T08:39:45.147 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.024s 2024-09-16T08:39:45.187 INFO:teuthology.orchestra.run.smithi071.stderr: 93.8% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-16T08:39:45.218 INFO:teuthology.orchestra.run.smithi003.stderr: 88.5% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-16T08:39:45.245 INFO:teuthology.orchestra.run.smithi071.stderr: 92.9% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-16T08:39:45.246 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-16T08:39:45.246 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.224s 2024-09-16T08:39:45.247 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m0.235s 2024-09-16T08:39:45.247 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.040s 2024-09-16T08:39:45.447 INFO:teuthology.orchestra.run.smithi003.stderr: 91.4% -- replaced with /var/log/ceph/eff20752-7404-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-16T08:39:45.448 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-09-16T08:39:45.448 INFO:teuthology.orchestra.run.smithi003.stderr:real 0m0.428s 2024-09-16T08:39:45.448 INFO:teuthology.orchestra.run.smithi003.stderr:user 0m0.677s 2024-09-16T08:39:45.448 INFO:teuthology.orchestra.run.smithi003.stderr:sys 0m0.033s 2024-09-16T08:39:45.450 INFO:tasks.cephadm:Archiving logs... 2024-09-16T08:39:45.450 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937/remote/smithi003/log 2024-09-16T08:39:45.451 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T08:39:45.607 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937/remote/smithi071/log 2024-09-16T08:39:45.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T08:39:45.653 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937/remote/smithi177/log 2024-09-16T08:39:45.654 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T08:39:45.694 INFO:tasks.cephadm:Removing cluster... 2024-09-16T08:39:45.695 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eff20752-7404-11ef-bceb-c7b262605968 --force 2024-09-16T08:39:45.877 INFO:teuthology.orchestra.run.smithi003.stdout:Deleting cluster with fsid: eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:39:47.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eff20752-7404-11ef-bceb-c7b262605968 --force 2024-09-16T08:39:47.401 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:39:48.712 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eff20752-7404-11ef-bceb-c7b262605968 --force 2024-09-16T08:39:48.898 INFO:teuthology.orchestra.run.smithi177.stdout:Deleting cluster with fsid: eff20752-7404-11ef-bceb-c7b262605968 2024-09-16T08:39:50.220 INFO:tasks.cephadm:Removing cephadm ... 2024-09-16T08:39:50.220 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T08:39:50.226 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T08:39:50.232 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T08:39:50.238 INFO:tasks.cephadm:Teardown complete 2024-09-16T08:39:50.238 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-16T08:39:50.248 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-16T08:39:50.248 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T08:39:50.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T08:39:50.277 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T08:39:50.370 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-16T08:39:50.379 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-16T08:39:50.379 DEBUG:teuthology.orchestra.run.smithi003:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:39:50.382 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:39:50.384 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:39:50.393 INFO:teuthology.orchestra.run.smithi003.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T08:39:50.393 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================== 2024-09-16T08:39:50.393 INFO:teuthology.orchestra.run.smithi003.stdout:+hv01.front.sepi 67.205.162.81 3 u 62 64 377 0.087 -4.601 1.112 2024-09-16T08:39:50.394 INFO:teuthology.orchestra.run.smithi003.stdout:+hv02.front.sepi 96.245.170.99 3 u 60 64 377 0.109 -0.973 0.705 2024-09-16T08:39:50.394 INFO:teuthology.orchestra.run.smithi003.stdout:*hv03.front.sepi 74.6.168.72 3 u 50 64 377 0.089 -3.132 1.227 2024-09-16T08:39:50.394 INFO:teuthology.orchestra.run.smithi003.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-16T08:39:50.397 INFO:teuthology.orchestra.run.smithi071.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T08:39:50.397 INFO:teuthology.orchestra.run.smithi071.stdout:============================================================================== 2024-09-16T08:39:50.397 INFO:teuthology.orchestra.run.smithi071.stdout:+hv01.front.sepi 67.205.162.81 3 u 58 64 377 0.100 -5.878 0.493 2024-09-16T08:39:50.398 INFO:teuthology.orchestra.run.smithi071.stdout:+hv02.front.sepi 96.245.170.99 3 u 51 64 377 0.094 -2.547 0.662 2024-09-16T08:39:50.398 INFO:teuthology.orchestra.run.smithi071.stdout:*hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.095 -6.237 0.611 2024-09-16T08:39:50.398 INFO:teuthology.orchestra.run.smithi071.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-16T08:39:50.400 INFO:teuthology.orchestra.run.smithi177.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T08:39:50.400 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================== 2024-09-16T08:39:50.400 INFO:teuthology.orchestra.run.smithi177.stdout:+hv01.front.sepi 67.205.162.81 3 u 53 64 377 0.056 -12.824 3.998 2024-09-16T08:39:50.401 INFO:teuthology.orchestra.run.smithi177.stdout:*hv02.front.sepi 96.245.170.99 3 u 62 64 377 0.094 -9.656 4.404 2024-09-16T08:39:50.401 INFO:teuthology.orchestra.run.smithi177.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 64 377 0.095 -6.168 4.827 2024-09-16T08:39:50.401 INFO:teuthology.orchestra.run.smithi177.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-16T08:39:50.401 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-16T08:39:50.409 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-16T08:39:50.409 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-16T08:39:50.440 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-16T08:39:50.475 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-16T08:39:50.509 INFO:teuthology.task.internal:Duration was 1571.597912 seconds 2024-09-16T08:39:50.510 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-16T08:39:50.541 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-16T08:39:50.541 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T08:39:50.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T08:39:50.546 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T08:39:50.582 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-16T08:39:50.582 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi003.front.sepia.ceph.com 2024-09-16T08:39:50.582 DEBUG:teuthology.orchestra.run.smithi003:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T08:39:50.635 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-09-16T08:39:50.635 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T08:39:50.646 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-09-16T08:39:50.646 DEBUG:teuthology.orchestra.run.smithi177:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T08:39:50.657 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-16T08:39:50.657 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T08:39:50.678 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T08:39:50.689 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T08:39:50.738 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-16T08:39:50.738 DEBUG:teuthology.orchestra.run.smithi003:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T08:39:50.740 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T08:39:50.770 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T08:39:50.882 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-16T08:39:50.892 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-16T08:39:50.893 DEBUG:teuthology.orchestra.run.smithi003:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T08:39:50.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T08:39:50.918 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T08:39:50.930 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-16T08:39:50.940 DEBUG:teuthology.orchestra.run.smithi003:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:39:50.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:39:50.960 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = core 2024-09-16T08:39:50.962 DEBUG:teuthology.orchestra.run.smithi177:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:39:50.971 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-09-16T08:39:50.982 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-09-16T08:39:51.023 DEBUG:teuthology.orchestra.run.smithi003:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:39:51.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:39:51.029 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:39:51.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:39:51.069 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:39:51.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:39:51.074 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-16T08:39:51.083 INFO:teuthology.task.internal:Transferring archived files... 2024-09-16T08:39:51.084 DEBUG:teuthology.misc:Transferring archived files from smithi003:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937/remote/smithi003 2024-09-16T08:39:51.084 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T08:39:51.111 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937/remote/smithi071 2024-09-16T08:39:51.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T08:39:51.135 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906937/remote/smithi177 2024-09-16T08:39:51.135 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T08:39:51.159 INFO:teuthology.task.internal:Removing archive directory... 2024-09-16T08:39:51.160 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T08:39:51.162 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T08:39:51.177 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T08:39:51.201 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-16T08:39:51.211 INFO:teuthology.task.internal:Not uploading archives. 2024-09-16T08:39:51.212 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-16T08:39:51.242 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-16T08:39:51.242 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T08:39:51.245 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T08:39:51.247 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T08:39:51.248 INFO:teuthology.orchestra.run.smithi003.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 08:39 /home/ubuntu/cephtest 2024-09-16T08:39:51.251 INFO:teuthology.orchestra.run.smithi071.stdout: 658468 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 08:39 /home/ubuntu/cephtest 2024-09-16T08:39:51.253 INFO:teuthology.orchestra.run.smithi177.stdout: 655474 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 08:39 /home/ubuntu/cephtest 2024-09-16T08:39:51.254 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-16T08:39:51.362 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-16T08:39:51.442 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1571.5979120731354 failure_reason: 'Command failed on smithi003 with status 5: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eff20752-7404-11ef-bceb-c7b262605968 -- bash -c \''set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \''"\''"\''last | .daemon_name\''"\''"\'')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \''"\''"\''.[] | select(.hostname==$GRAFANA_HOST) | .addr\''"\''"\'')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \''"\''"\''.[] | select(.hostname==$PROM_HOST) | .addr\''"\''"\'')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \''"\''"\''.[] | select(.hostname==$ALERTM_HOST) | .addr\''"\''"\'')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \''"\''"\''.[] | .addr\''"\''"\'')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \''"\''"\''.database == "ok"\''"\''"\''\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \''"\''"\''.status == "success"\''"\''"\''\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \''"\''"\''.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\''"\''"\''\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \''"\''"\''.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\''"\''"\''\n\''''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d1db259ce82a4a54abe86e3d4730489e status: fail success: false 2024-09-16T08:39:51.442 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T08:39:51.521 INFO:teuthology.run:FAIL