2024-09-21T10:51:48.648 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T10:51:48.664 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T10:51:48.735 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825 branch: wip-guits-main-2024-09-21-0813 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: '7913825' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-main-2024-09-21-0813 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: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 workunit: branch: wip-guits-main-2024-09-21-0813 sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 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: 3041 sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-21-0813 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD+u93+qNtRSHwjPFYzGmHdxpjDjrWZBljaUmgLZFtAmwJtehEnRDFCKppCzjLVJrNDxKjz94en1muTKJB6PB4g= smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHIgtDyyeomKG2zqMbIY4+Xbsc/nmZVQ/TRcs3i2xwVxES9zBPHuT5xjaiEeo/00HD1w8cluDTw5NxM5h83tRis= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKl+wWGHzck9WMsMPDX+v+enwjTZ186dbK7J3L+aXp5EjmEaDrQkDuaZtHPc+sqj6i6KCTMGRQo4HvFLIQU18C0= 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/v2/status\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '.[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-21_10:07:29 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-21T10:51:48.735 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa; will attempt to use it 2024-09-21T10:51:48.735 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks 2024-09-21T10:51:48.736 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-21T10:51:48.737 INFO:teuthology.task.internal:Checking packages... 2024-09-21T10:51:48.757 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5c1cdc3c470dae78e91a0ed2bcf13509a046d301' 2024-09-21T10:51:48.757 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-21T10:51:48.757 INFO:teuthology.packaging:ref: None 2024-09-21T10:51:48.757 INFO:teuthology.packaging:tag: None 2024-09-21T10:51:48.757 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-21-0813 2024-09-21T10:51:48.757 INFO:teuthology.packaging:sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T10:51:48.758 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-21-0813 2024-09-21T10:51:48.903 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T10:51:48.905 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-21T10:51:48.911 INFO:teuthology.task.internal:no buildpackages task found 2024-09-21T10:51:48.911 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-21T10:51:48.918 INFO:teuthology.task.internal:Saving configuration 2024-09-21T10:51:48.931 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-21T10:51:48.937 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-21T10:51:48.963 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825', '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-21 10:46:08.381483', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGEO091ntVDXsBXUMKff4bZ/88zAkFXyV/XjMFGWYZth'} 2024-09-21T10:51:48.988 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825', '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-21 10:46:08.383527', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICC/hABSP/gNeFN5ipsct1EGz9ySrJrj0WRJC/uNxh11'} 2024-09-21T10:51:49.012 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825', '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-21 10:46:08.386672', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGdcagxp+Z45pyNtGuViFt6XW03SgaZ0g3WRvvYnSx0N'} 2024-09-21T10:51:49.012 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-21T10:51:49.018 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-21T10:51:49.018 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-21T10:51:49.018 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-21T10:51:49.018 INFO:teuthology.run_tasks:Running task console_log... 2024-09-21T10:51:49.104 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f823b79c280>, signals=[15]) 2024-09-21T10:51:49.104 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T10:51:49.111 INFO:teuthology.task.internal:Opening connections... 2024-09-21T10:51:49.111 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2024-09-21T10:51:49.112 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:51:49.196 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-09-21T10:51:49.196 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:51:49.279 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-09-21T10:51:49.280 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:51:49.358 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T10:51:49.371 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2024-09-21T10:51:49.377 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2024-09-21T10:51:49.377 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2024-09-21T10:51:49.424 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T10:51:49.424 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Ubuntu" 2024-09-21T10:51:49.424 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="22.04" 2024-09-21T10:51:49.425 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T10:51:49.425 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_CODENAME=jammy 2024-09-21T10:51:49.425 INFO:teuthology.orchestra.run.smithi016.stdout:ID=ubuntu 2024-09-21T10:51:49.425 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE=debian 2024-09-21T10:51:49.425 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T10:51:49.425 INFO:teuthology.orchestra.run.smithi016.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T10:51:49.425 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T10:51:49.425 INFO:teuthology.orchestra.run.smithi016.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T10:51:49.425 INFO:teuthology.orchestra.run.smithi016.stdout:UBUNTU_CODENAME=jammy 2024-09-21T10:51:49.426 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2024-09-21T10:51:49.446 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-09-21T10:51:49.451 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-09-21T10:51:49.452 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="Ubuntu" 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="22.04" 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_CODENAME=jammy 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:ID=ubuntu 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE=debian 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T10:51:49.500 INFO:teuthology.orchestra.run.smithi047.stdout:UBUNTU_CODENAME=jammy 2024-09-21T10:51:49.501 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-09-21T10:51:49.521 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-09-21T10:51:49.527 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-09-21T10:51:49.527 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-09-21T10:51:49.572 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T10:51:49.572 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="Ubuntu" 2024-09-21T10:51:49.572 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="22.04" 2024-09-21T10:51:49.572 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T10:51:49.572 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_CODENAME=jammy 2024-09-21T10:51:49.572 INFO:teuthology.orchestra.run.smithi094.stdout:ID=ubuntu 2024-09-21T10:51:49.572 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE=debian 2024-09-21T10:51:49.572 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T10:51:49.572 INFO:teuthology.orchestra.run.smithi094.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T10:51:49.573 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T10:51:49.573 INFO:teuthology.orchestra.run.smithi094.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T10:51:49.573 INFO:teuthology.orchestra.run.smithi094.stdout:UBUNTU_CODENAME=jammy 2024-09-21T10:51:49.573 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-09-21T10:51:49.596 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T10:51:49.604 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T10:51:49.610 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T10:51:49.610 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2024-09-21T10:51:49.612 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-09-21T10:51:49.615 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-09-21T10:51:49.620 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T10:51:49.625 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T10:51:49.625 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2024-09-21T10:51:49.662 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-09-21T10:51:49.664 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-09-21T10:51:49.677 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T10:51:49.739 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T10:51:49.753 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T10:51:49.753 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-21T10:51:49.754 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T10:51:49.754 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T10:51:49.755 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T10:51:49.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T10:51:49.760 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-09-21T10:51:49.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T10:51:49.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T10:51:49.761 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-09-21T10:51:49.762 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-09-21T10:51:49.807 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-56-generic 2024-09-21T10:51:49.808 INFO:teuthology.task.kernel:Running kernel on smithi047: 5.15.0-56-generic 2024-09-21T10:51:49.808 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-09-21T10:51:49.809 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-56-generic 2024-09-21T10:51:49.809 INFO:teuthology.orchestra.run.smithi094.stdout:5.15.0-56-generic 2024-09-21T10:51:49.810 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.15.0-56-generic 2024-09-21T10:51:49.810 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-09-21T10:51:49.810 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.15.0-56-generic 2024-09-21T10:51:49.810 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get clean 2024-09-21T10:51:49.931 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-09-21T10:51:49.933 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-09-21T10:51:49.937 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-09-21T10:51:50.061 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T10:51:50.072 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T10:51:50.079 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T10:51:50.080 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T10:51:50.080 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T10:51:50.138 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T10:51:50.150 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T10:51:50.171 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T10:51:50.221 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T10:51:50.222 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T10:51:50.284 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T10:51:50.286 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T10:51:50.316 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T10:51:50.388 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T10:51:50.389 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T10:51:50.394 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T10:51:50.397 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T10:51:50.397 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T10:51:50.398 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T10:51:50.419 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T10:51:50.423 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T10:51:50.423 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T10:51:50.428 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T10:51:50.437 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T10:51:50.439 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T10:51:50.439 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T10:51:50.440 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T10:51:50.440 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T10:51:50.441 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T10:51:50.441 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T10:51:50.442 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T10:51:50.442 INFO:teuthology.orchestra.run.smithi094.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T10:51:50.452 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T10:51:50.457 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T10:51:50.458 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T10:51:50.458 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T10:51:50.459 INFO:teuthology.orchestra.run.smithi094.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T10:51:50.463 INFO:teuthology.orchestra.run.smithi094.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T10:51:50.463 INFO:teuthology.orchestra.run.smithi094.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T10:51:50.467 INFO:teuthology.orchestra.run.smithi094.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T10:51:50.467 INFO:teuthology.orchestra.run.smithi094.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T10:51:50.470 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T10:51:50.471 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T10:51:50.471 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T10:51:50.471 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T10:51:50.471 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T10:51:50.473 INFO:teuthology.orchestra.run.smithi094.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T10:51:50.480 INFO:teuthology.orchestra.run.smithi094.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T10:51:50.481 INFO:teuthology.orchestra.run.smithi094.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T10:51:50.513 INFO:teuthology.orchestra.run.smithi094.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T10:51:50.513 INFO:teuthology.orchestra.run.smithi094.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T10:51:50.513 INFO:teuthology.orchestra.run.smithi094.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T10:51:50.513 INFO:teuthology.orchestra.run.smithi094.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T10:51:50.530 INFO:teuthology.orchestra.run.smithi094.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T10:51:50.610 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T10:51:50.635 INFO:teuthology.orchestra.run.smithi094.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T10:51:50.635 INFO:teuthology.orchestra.run.smithi094.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T10:51:50.637 INFO:teuthology.orchestra.run.smithi094.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T10:51:50.640 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T10:51:50.668 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T10:51:50.698 INFO:teuthology.orchestra.run.smithi094.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T10:51:50.705 INFO:teuthology.orchestra.run.smithi094.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T10:51:50.705 INFO:teuthology.orchestra.run.smithi094.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T10:51:50.720 INFO:teuthology.orchestra.run.smithi094.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T10:51:50.727 INFO:teuthology.orchestra.run.smithi094.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T10:51:50.730 INFO:teuthology.orchestra.run.smithi094.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T10:51:50.731 INFO:teuthology.orchestra.run.smithi094.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T10:51:50.731 INFO:teuthology.orchestra.run.smithi094.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T10:51:50.732 INFO:teuthology.orchestra.run.smithi094.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T10:51:50.732 INFO:teuthology.orchestra.run.smithi094.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T10:51:50.736 INFO:teuthology.orchestra.run.smithi094.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T10:51:50.736 INFO:teuthology.orchestra.run.smithi094.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T10:51:50.749 INFO:teuthology.orchestra.run.smithi094.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T10:51:50.750 INFO:teuthology.orchestra.run.smithi094.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T10:51:50.750 INFO:teuthology.orchestra.run.smithi094.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T10:51:50.750 INFO:teuthology.orchestra.run.smithi094.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T10:51:50.750 INFO:teuthology.orchestra.run.smithi094.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T10:51:50.753 INFO:teuthology.orchestra.run.smithi094.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T10:51:50.779 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T10:51:50.895 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T10:51:50.964 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T10:51:50.974 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T10:51:51.069 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T10:51:51.081 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T10:51:51.082 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T10:51:51.083 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T10:51:51.135 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T10:51:51.139 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T10:51:51.148 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T10:51:51.149 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T10:51:51.151 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T10:51:51.152 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T10:51:51.152 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T10:51:51.153 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T10:51:51.168 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T10:51:51.176 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T10:51:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T10:51:51.210 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T10:51:51.220 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T10:51:51.229 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T10:51:51.234 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T10:51:51.235 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T10:51:51.236 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T10:51:51.236 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T10:51:51.258 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T10:51:51.259 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T10:51:51.259 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T10:51:51.259 INFO:teuthology.orchestra.run.smithi047.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T10:51:51.259 INFO:teuthology.orchestra.run.smithi047.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T10:51:51.272 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T10:51:51.276 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T10:51:51.291 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T10:51:51.295 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T10:51:51.299 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T10:51:51.299 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T10:51:51.300 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T10:51:51.300 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T10:51:51.302 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T10:51:51.305 INFO:teuthology.orchestra.run.smithi047.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T10:51:51.306 INFO:teuthology.orchestra.run.smithi047.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T10:51:51.306 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T10:51:51.313 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T10:51:51.378 INFO:teuthology.orchestra.run.smithi047.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T10:51:51.378 INFO:teuthology.orchestra.run.smithi047.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T10:51:51.380 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T10:51:51.381 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T10:51:51.381 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T10:51:51.382 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T10:51:51.382 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T10:51:51.386 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T10:51:51.462 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T10:51:51.462 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T10:51:56.804 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 16.3 MB in 2s (7,411 kB/s) 2024-09-21T10:51:57.072 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 16.3 MB in 2s (7,204 kB/s) 2024-09-21T10:51:57.755 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 16.3 MB in 3s (5,623 kB/s) 2024-09-21T10:51:58.168 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-09-21T10:51:58.186 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T10:51:58.247 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-09-21T10:51:58.457 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-09-21T10:51:58.458 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-09-21T10:51:58.527 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-21T10:51:58.546 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T10:51:58.616 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-21T10:51:58.639 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T10:51:58.639 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T10:51:58.639 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T10:51:58.640 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T10:51:58.640 INFO:teuthology.orchestra.run.smithi094.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T10:51:58.640 INFO:teuthology.orchestra.run.smithi094.stdout: python2.7-minimal 2024-09-21T10:51:58.640 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T10:51:58.642 INFO:teuthology.orchestra.run.smithi094.stdout:The following additional packages will be installed: 2024-09-21T10:51:58.642 INFO:teuthology.orchestra.run.smithi094.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T10:51:58.642 INFO:teuthology.orchestra.run.smithi094.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T10:51:58.642 INFO:teuthology.orchestra.run.smithi094.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T10:51:58.644 INFO:teuthology.orchestra.run.smithi094.stdout:Suggested packages: 2024-09-21T10:51:58.644 INFO:teuthology.orchestra.run.smithi094.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T10:51:58.644 INFO:teuthology.orchestra.run.smithi094.stdout:Recommended packages: 2024-09-21T10:51:58.644 INFO:teuthology.orchestra.run.smithi094.stdout: thermald 2024-09-21T10:51:58.685 INFO:teuthology.orchestra.run.smithi094.stdout:The following NEW packages will be installed: 2024-09-21T10:51:58.685 INFO:teuthology.orchestra.run.smithi094.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T10:51:58.685 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T10:51:58.685 INFO:teuthology.orchestra.run.smithi094.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T10:51:58.686 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages will be upgraded: 2024-09-21T10:51:58.687 INFO:teuthology.orchestra.run.smithi094.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T10:51:58.831 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-09-21T10:51:58.832 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-09-21T10:51:58.866 INFO:teuthology.orchestra.run.smithi094.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T10:51:58.866 INFO:teuthology.orchestra.run.smithi094.stdout:Need to get 113 MB of archives. 2024-09-21T10:51:58.866 INFO:teuthology.orchestra.run.smithi094.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T10:51:58.866 INFO:teuthology.orchestra.run.smithi094.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T10:51:59.029 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T10:51:59.029 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T10:51:59.029 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T10:51:59.030 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T10:51:59.030 INFO:teuthology.orchestra.run.smithi016.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T10:51:59.030 INFO:teuthology.orchestra.run.smithi016.stdout: python2.7-minimal 2024-09-21T10:51:59.030 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T10:51:59.031 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-09-21T10:51:59.031 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T10:51:59.032 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T10:51:59.032 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T10:51:59.033 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-09-21T10:51:59.033 INFO:teuthology.orchestra.run.smithi016.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T10:51:59.033 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-09-21T10:51:59.034 INFO:teuthology.orchestra.run.smithi016.stdout: thermald 2024-09-21T10:51:59.081 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-09-21T10:51:59.082 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T10:51:59.082 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T10:51:59.082 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T10:51:59.083 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages will be upgraded: 2024-09-21T10:51:59.084 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T10:51:59.137 INFO:teuthology.orchestra.run.smithi016.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T10:51:59.137 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 113 MB of archives. 2024-09-21T10:51:59.137 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T10:51:59.137 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T10:51:59.169 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-21T10:51:59.187 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T10:51:59.251 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-21T10:51:59.467 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-09-21T10:51:59.467 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-09-21T10:51:59.580 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T10:51:59.663 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T10:51:59.663 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T10:51:59.663 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T10:51:59.664 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T10:51:59.664 INFO:teuthology.orchestra.run.smithi047.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T10:51:59.664 INFO:teuthology.orchestra.run.smithi047.stdout: python2.7-minimal 2024-09-21T10:51:59.664 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T10:51:59.666 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-09-21T10:51:59.666 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T10:51:59.666 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T10:51:59.667 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T10:51:59.668 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-09-21T10:51:59.668 INFO:teuthology.orchestra.run.smithi047.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T10:51:59.668 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-09-21T10:51:59.668 INFO:teuthology.orchestra.run.smithi047.stdout: thermald 2024-09-21T10:51:59.698 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T10:51:59.718 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-09-21T10:51:59.719 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T10:51:59.719 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T10:51:59.719 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T10:51:59.721 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages will be upgraded: 2024-09-21T10:51:59.722 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T10:51:59.776 INFO:teuthology.orchestra.run.smithi047.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T10:51:59.776 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 113 MB of archives. 2024-09-21T10:51:59.776 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T10:51:59.776 INFO:teuthology.orchestra.run.smithi047.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T10:52:00.228 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T10:52:00.338 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T10:52:00.532 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T10:52:00.533 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T10:52:00.533 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T10:52:00.555 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T10:52:00.661 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T10:52:00.683 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T10:52:00.903 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T10:52:01.123 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 113 MB in 2s (71.2 MB/s) 2024-09-21T10:52:01.151 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T10:52:01.151 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T10:52:01.151 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T10:52:01.283 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T10:52:01.313 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T10:52:01.389 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T10:52:01.796 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 113 MB in 2s (68.3 MB/s) 2024-09-21T10:52:02.010 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T10:52:03.111 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T10:52:03.111 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T10:52:03.112 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T10:52:03.287 INFO:teuthology.orchestra.run.smithi016.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-21T10:52:03.293 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:03.360 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:03.470 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T10:52:03.553 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T10:52:03.948 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 113 MB in 5s (23.3 MB/s) 2024-09-21T10:52:03.976 INFO:teuthology.orchestra.run.smithi047.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-21T10:52:03.980 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:04.057 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:04.116 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T10:52:05.562 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T10:52:05.583 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:05.669 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:06.092 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T10:52:06.106 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T10:52:06.113 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:06.127 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:06.162 INFO:teuthology.orchestra.run.smithi094.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-21T10:52:06.164 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:06.166 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:06.192 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:06.246 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:06.645 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T10:52:06.665 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:06.694 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:08.380 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T10:52:08.400 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:08.482 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:09.152 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T10:52:09.172 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:09.210 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:12.710 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T10:52:12.809 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T10:52:13.134 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T10:52:13.157 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T10:52:13.262 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T10:52:13.266 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T10:52:13.557 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T10:52:13.579 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T10:52:13.582 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T10:52:13.623 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T10:52:13.710 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T10:52:14.046 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T10:52:14.069 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T10:52:14.229 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T10:52:16.138 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T10:52:16.265 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T10:52:16.582 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T10:52:16.678 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T10:52:16.981 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T10:52:17.003 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T10:52:17.048 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T10:52:18.818 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T10:52:18.855 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:18.893 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:20.112 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T10:52:20.150 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:20.187 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:21.672 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T10:52:21.796 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T10:52:22.122 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T10:52:22.243 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:22.369 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T10:52:22.498 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:22.933 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T10:52:23.067 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T10:52:23.395 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T10:52:23.417 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T10:52:23.433 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T10:52:23.469 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:23.521 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:23.639 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T10:52:23.768 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:23.846 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T10:52:23.846 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T10:52:23.846 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T10:52:23.846 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:24.007 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:25.108 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T10:52:25.108 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T10:52:25.109 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T10:52:25.109 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:25.269 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:25.425 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T10:52:25.535 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T10:52:26.336 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:26.862 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T10:52:26.972 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T10:52:27.081 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:27.304 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T10:52:27.429 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T10:52:27.796 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T10:52:27.910 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:27.921 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:28.005 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T10:52:28.006 INFO:teuthology.orchestra.run.smithi016.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:28.036 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T10:52:28.165 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:28.541 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:28.615 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T10:52:28.615 INFO:teuthology.orchestra.run.smithi047.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:29.492 INFO:teuthology.orchestra.run.smithi094.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T10:52:29.492 INFO:teuthology.orchestra.run.smithi094.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T10:52:29.493 INFO:teuthology.orchestra.run.smithi094.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T10:52:29.493 INFO:teuthology.orchestra.run.smithi094.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:29.636 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:31.046 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T10:52:31.155 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T10:52:31.265 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:32.959 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T10:52:33.020 INFO:teuthology.orchestra.run.smithi094.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T10:52:33.020 INFO:teuthology.orchestra.run.smithi094.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:42.780 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T10:52:42.780 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub' 2024-09-21T10:52:42.791 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T10:52:42.812 INFO:teuthology.orchestra.run.smithi016.stdout:Generating grub configuration file ... 2024-09-21T10:52:43.092 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T10:52:43.112 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:43.402 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T10:52:43.408 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T10:52:43.442 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T10:52:43.442 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub' 2024-09-21T10:52:43.453 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T10:52:43.471 INFO:teuthology.orchestra.run.smithi047.stdout:Generating grub configuration file ... 2024-09-21T10:52:43.482 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T10:52:43.488 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T10:52:43.660 INFO:teuthology.orchestra.run.smithi016.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T10:52:43.661 INFO:teuthology.orchestra.run.smithi016.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T10:52:43.661 INFO:teuthology.orchestra.run.smithi016.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T10:52:43.692 INFO:teuthology.orchestra.run.smithi016.stdout:done 2024-09-21T10:52:43.756 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T10:52:43.771 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:44.062 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T10:52:44.068 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T10:52:44.142 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T10:52:44.147 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T10:52:44.198 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-09-21T10:52:44.215 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-09-21T10:52:44.215 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-09-21T10:52:44.215 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-09-21T10:52:44.215 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-09-21T10:52:44.215 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-09-21T10:52:44.215 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T10:52:44.215 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-09-21T10:52:44.215 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-09-21T10:52:44.216 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.122.122 2024-09-21T10:52:44.216 INFO:teuthology.orchestra.run.smithi016.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T10:52:44.216 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T10:52:44.216 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-09-21T10:52:44.216 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-09-21T10:52:44.216 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-09-21T10:52:44.216 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-09-21T10:52:44.216 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T10:52:44.216 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T10:52:44.216 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T10:52:44.216 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T10:52:44.217 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T10:52:44.217 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-09-21T10:52:44.333 INFO:teuthology.orchestra.run.smithi047.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T10:52:44.333 INFO:teuthology.orchestra.run.smithi047.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T10:52:44.333 INFO:teuthology.orchestra.run.smithi047.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T10:52:44.389 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-09-21T10:52:44.422 INFO:teuthology.orchestra.run.smithi047.stdout:done 2024-09-21T10:52:44.532 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T10:52:44.532 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T10:52:44.541 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T10:52:44.558 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T10:52:44.875 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-09-21T10:52:44.898 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-09-21T10:52:44.898 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-09-21T10:52:44.898 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-09-21T10:52:44.898 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-09-21T10:52:44.898 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-09-21T10:52:44.898 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T10:52:44.899 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-09-21T10:52:44.899 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-09-21T10:52:44.899 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.122.122 2024-09-21T10:52:44.899 INFO:teuthology.orchestra.run.smithi047.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T10:52:44.899 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T10:52:44.899 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-09-21T10:52:44.899 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-09-21T10:52:44.899 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-09-21T10:52:44.899 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-09-21T10:52:44.899 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T10:52:44.899 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T10:52:44.899 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T10:52:44.900 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T10:52:44.900 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T10:52:44.900 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-09-21T10:52:45.058 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-09-21T10:52:45.171 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T10:52:45.292 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T10:52:45.376 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T10:52:45.454 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T10:52:46.011 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-21T10:52:46.031 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T10:52:46.086 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-21T10:52:46.281 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-09-21T10:52:46.282 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-09-21T10:52:46.456 INFO:teuthology.orchestra.run.smithi016.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T10:52:46.456 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T10:52:46.457 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T10:52:46.457 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T10:52:46.457 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T10:52:46.457 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T10:52:46.457 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T10:52:46.457 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T10:52:46.498 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T10:52:46.500 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-09-21T10:52:46.555 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-09-21T10:52:46.555 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-09-21T10:52:46.555 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-09-21T10:52:46.555 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-09-21T10:52:46.555 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-09-21T10:52:46.555 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T10:52:46.556 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-09-21T10:52:46.556 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-09-21T10:52:46.556 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.122.122 2024-09-21T10:52:46.556 INFO:teuthology.orchestra.run.smithi016.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T10:52:46.556 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T10:52:46.556 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-09-21T10:52:46.556 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-09-21T10:52:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-09-21T10:52:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-09-21T10:52:46.556 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2024-09-21T10:52:46.604 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.z7YptEKhYr 2024-09-21T10:52:46.604 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub/grub.cfg /tmp/tmp.z7YptEKhYr 2024-09-21T10:52:46.612 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-21T10:52:46.631 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T10:52:46.660 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.z7YptEKhYr 2024-09-21T10:52:46.697 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-21T10:52:46.776 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.z7YptEKhYr is 10KB 2024-09-21T10:52:46.788 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.z7YptEKhYr 2024-09-21T10:52:46.794 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T10:52:46.847 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T10:52:46.847 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T10:52:46.847 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T10:52:46.908 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-09-21T10:52:46.908 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-09-21T10:52:46.925 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T10:52:46.925 DEBUG:teuthology.orchestra.run.smithi016:> sudo update-grub 2024-09-21T10:52:47.105 INFO:teuthology.orchestra.run.smithi047.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T10:52:47.105 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T10:52:47.105 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T10:52:47.105 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T10:52:47.105 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T10:52:47.106 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T10:52:47.106 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T10:52:47.106 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T10:52:47.149 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T10:52:47.151 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-09-21T10:52:47.167 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.122.122 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-09-21T10:52:47.168 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-09-21T10:52:47.169 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-09-21T10:52:47.169 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-09-21T10:52:47.214 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.URfkNtbvaM 2024-09-21T10:52:47.215 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub/grub.cfg /tmp/tmp.URfkNtbvaM 2024-09-21T10:52:47.285 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.URfkNtbvaM 2024-09-21T10:52:47.403 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.URfkNtbvaM is 10KB 2024-09-21T10:52:47.416 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.URfkNtbvaM 2024-09-21T10:52:47.421 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T10:52:47.475 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T10:52:47.475 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T10:52:47.475 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T10:52:47.542 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T10:52:47.542 DEBUG:teuthology.orchestra.run.smithi047:> sudo update-grub 2024-09-21T10:52:47.735 INFO:teuthology.orchestra.run.smithi094.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T10:52:47.735 INFO:teuthology.orchestra.run.smithi094.stdout:Sourcing file `/etc/default/grub' 2024-09-21T10:52:47.759 INFO:teuthology.orchestra.run.smithi094.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T10:52:47.775 INFO:teuthology.orchestra.run.smithi094.stdout:Generating grub configuration file ... 2024-09-21T10:52:48.013 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T10:52:48.038 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:48.084 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub' 2024-09-21T10:52:48.085 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T10:52:48.088 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2024-09-21T10:52:48.277 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T10:52:48.284 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:48.350 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T10:52:48.355 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T10:52:48.422 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T10:52:48.427 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T10:52:48.523 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T10:52:48.529 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T10:52:48.575 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T10:52:48.578 INFO:teuthology.orchestra.run.smithi094.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T10:52:48.578 INFO:teuthology.orchestra.run.smithi094.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T10:52:48.578 INFO:teuthology.orchestra.run.smithi094.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T10:52:48.580 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T10:52:48.623 INFO:teuthology.orchestra.run.smithi094.stdout:done 2024-09-21T10:52:48.699 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T10:52:48.699 INFO:teuthology.orchestra.run.smithi016.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T10:52:48.699 INFO:teuthology.orchestra.run.smithi016.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T10:52:48.710 INFO:teuthology.orchestra.run.smithi016.stderr:done 2024-09-21T10:52:48.715 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2024-09-21T10:52:48.786 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub' 2024-09-21T10:52:48.787 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T10:52:48.789 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-09-21T10:52:48.995 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T10:52:49.001 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:49.094 DEBUG:teuthology.orchestra.run.smithi094:> dpkg -s linux-image-generic 2024-09-21T10:52:49.169 INFO:teuthology.orchestra.run.smithi094.stdout:Package: linux-image-generic 2024-09-21T10:52:49.169 INFO:teuthology.orchestra.run.smithi094.stdout:Status: install ok installed 2024-09-21T10:52:49.169 INFO:teuthology.orchestra.run.smithi094.stdout:Priority: optional 2024-09-21T10:52:49.169 INFO:teuthology.orchestra.run.smithi094.stdout:Section: kernel 2024-09-21T10:52:49.169 INFO:teuthology.orchestra.run.smithi094.stdout:Installed-Size: 21 2024-09-21T10:52:49.169 INFO:teuthology.orchestra.run.smithi094.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T10:52:49.169 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: amd64 2024-09-21T10:52:49.169 INFO:teuthology.orchestra.run.smithi094.stdout:Source: linux-meta 2024-09-21T10:52:49.169 INFO:teuthology.orchestra.run.smithi094.stdout:Version: 5.15.0.122.122 2024-09-21T10:52:49.170 INFO:teuthology.orchestra.run.smithi094.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T10:52:49.170 INFO:teuthology.orchestra.run.smithi094.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T10:52:49.170 INFO:teuthology.orchestra.run.smithi094.stdout:Recommends: thermald 2024-09-21T10:52:49.170 INFO:teuthology.orchestra.run.smithi094.stdout:Description: Generic Linux kernel image 2024-09-21T10:52:49.170 INFO:teuthology.orchestra.run.smithi094.stdout: This package will always depend on the latest generic kernel image 2024-09-21T10:52:49.170 INFO:teuthology.orchestra.run.smithi094.stdout: available. 2024-09-21T10:52:49.170 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T10:52:49.170 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T10:52:49.170 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T10:52:49.170 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-21T10:52:49.171 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi094.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T10:52:49.171 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get clean 2024-09-21T10:52:49.229 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T10:52:49.234 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T10:52:49.279 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T10:52:49.284 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T10:52:49.322 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-09-21T10:52:49.429 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T10:52:49.429 INFO:teuthology.orchestra.run.smithi047.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T10:52:49.429 INFO:teuthology.orchestra.run.smithi047.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T10:52:49.445 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-09-21T10:52:49.448 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-09-21T10:52:49.573 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T10:52:49.573 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T10:52:49.645 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T10:52:49.727 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T10:52:51.023 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-09-21T10:52:51.041 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T10:52:51.103 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-09-21T10:52:51.315 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-09-21T10:52:51.316 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-09-21T10:52:51.502 INFO:teuthology.orchestra.run.smithi094.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T10:52:51.502 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T10:52:51.502 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T10:52:51.502 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T10:52:51.502 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T10:52:51.503 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T10:52:51.503 INFO:teuthology.orchestra.run.smithi094.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T10:52:51.503 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T10:52:51.544 INFO:teuthology.orchestra.run.smithi094.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T10:52:51.545 DEBUG:teuthology.orchestra.run.smithi094:> dpkg -s linux-image-generic 2024-09-21T10:52:51.559 INFO:teuthology.orchestra.run.smithi094.stdout:Package: linux-image-generic 2024-09-21T10:52:51.559 INFO:teuthology.orchestra.run.smithi094.stdout:Status: install ok installed 2024-09-21T10:52:51.559 INFO:teuthology.orchestra.run.smithi094.stdout:Priority: optional 2024-09-21T10:52:51.559 INFO:teuthology.orchestra.run.smithi094.stdout:Section: kernel 2024-09-21T10:52:51.559 INFO:teuthology.orchestra.run.smithi094.stdout:Installed-Size: 21 2024-09-21T10:52:51.560 INFO:teuthology.orchestra.run.smithi094.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T10:52:51.560 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: amd64 2024-09-21T10:52:51.560 INFO:teuthology.orchestra.run.smithi094.stdout:Source: linux-meta 2024-09-21T10:52:51.560 INFO:teuthology.orchestra.run.smithi094.stdout:Version: 5.15.0.122.122 2024-09-21T10:52:51.560 INFO:teuthology.orchestra.run.smithi094.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T10:52:51.560 INFO:teuthology.orchestra.run.smithi094.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T10:52:51.560 INFO:teuthology.orchestra.run.smithi094.stdout:Recommends: thermald 2024-09-21T10:52:51.560 INFO:teuthology.orchestra.run.smithi094.stdout:Description: Generic Linux kernel image 2024-09-21T10:52:51.561 INFO:teuthology.orchestra.run.smithi094.stdout: This package will always depend on the latest generic kernel image 2024-09-21T10:52:51.561 INFO:teuthology.orchestra.run.smithi094.stdout: available. 2024-09-21T10:52:51.561 DEBUG:teuthology.orchestra.run.smithi094:> mktemp 2024-09-21T10:52:51.611 INFO:teuthology.orchestra.run.smithi094.stdout:/tmp/tmp.ys9ONKhzTA 2024-09-21T10:52:51.611 DEBUG:teuthology.orchestra.run.smithi094:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ys9ONKhzTA 2024-09-21T10:52:51.667 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0666 /tmp/tmp.ys9ONKhzTA 2024-09-21T10:52:51.783 DEBUG:teuthology.orchestra.remote:smithi094:/tmp/tmp.ys9ONKhzTA is 10KB 2024-09-21T10:52:51.796 DEBUG:teuthology.orchestra.run.smithi094:> rm -fr /tmp/tmp.ys9ONKhzTA 2024-09-21T10:52:51.802 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T10:52:51.859 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T10:52:51.859 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T10:52:51.859 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T10:52:51.949 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T10:52:51.949 DEBUG:teuthology.orchestra.run.smithi094:> sudo update-grub 2024-09-21T10:52:53.229 INFO:teuthology.orchestra.run.smithi094.stderr:Sourcing file `/etc/default/grub' 2024-09-21T10:52:53.230 INFO:teuthology.orchestra.run.smithi094.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T10:52:53.233 INFO:teuthology.orchestra.run.smithi094.stderr:Generating grub configuration file ... 2024-09-21T10:52:53.402 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T10:52:53.408 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T10:52:53.642 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T10:52:53.647 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T10:52:53.686 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T10:52:53.691 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T10:52:53.800 INFO:teuthology.orchestra.run.smithi094.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T10:52:53.800 INFO:teuthology.orchestra.run.smithi094.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T10:52:53.801 INFO:teuthology.orchestra.run.smithi094.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T10:52:53.830 INFO:teuthology.orchestra.run.smithi094.stderr:done 2024-09-21T10:52:53.839 DEBUG:teuthology.orchestra.run.smithi094:> sudo shutdown -r now 2024-09-21T10:53:18.726 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T10:53:18.726 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-21T10:53:18.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:53:19.451 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T10:53:19.452 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-21T10:53:19.452 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:53:23.846 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-21T10:53:23.847 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-21T10:53:23.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:53:42.255 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-09-21T10:53:51.262 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-21T10:53:51.266 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:53:54.319 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-09-21T10:54:06.331 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-21T10:54:06.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:54:18.739 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T10:54:19.456 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T10:54:24.751 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-09-21T10:54:27.742 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-21T10:54:27.743 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:54:28.457 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-21T10:54:28.458 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:54:29.306 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2024-09-21T10:54:35.759 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-09-21T10:54:39.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-21T10:54:39.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:54:40.320 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-09-21T10:54:41.160 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-21T10:54:41.161 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-122-generic"... 2024-09-21T10:54:41.161 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-09-21T10:54:41.208 INFO:teuthology.orchestra.run.smithi094.stdout:5.15.0-122-generic 2024-09-21T10:54:41.209 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T10:54:41.209 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T10:54:41.209 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T10:54:41.308 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-21T10:54:41.308 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:54:41.533 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-09-21T10:54:42.090 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-21T10:54:42.090 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-21T10:54:42.090 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-09-21T10:54:42.136 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-122-generic 2024-09-21T10:54:42.136 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T10:54:42.137 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T10:54:42.137 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T10:54:42.210 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-21T10:54:42.210 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T10:54:42.274 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-09-21T10:54:42.317 DEBUG:teuthology.parallel:result is None 2024-09-21T10:54:43.138 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T10:54:43.138 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T10:54:43.192 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2024-09-21T10:54:43.234 DEBUG:teuthology.parallel:result is None 2024-09-21T10:54:47.760 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-21T10:54:47.760 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T10:54:48.008 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-09-21T10:54:48.655 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-21T10:54:48.656 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-21T10:54:48.656 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-09-21T10:54:48.700 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-122-generic 2024-09-21T10:54:48.701 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T10:54:48.701 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T10:54:48.701 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T10:54:49.702 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T10:54:49.702 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T10:54:49.768 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-09-21T10:54:49.787 DEBUG:teuthology.parallel:result is None 2024-09-21T10:54:49.787 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T10:54:49.796 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T10:54:49.796 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T10:54:49.799 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T10:54:49.801 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T10:54:49.808 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T10:54:49.817 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T10:54:49.826 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T10:54:49.826 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T10:54:49.850 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T10:54:49.853 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T10:54:49.944 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T10:54:49.951 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T10:54:49.951 DEBUG:teuthology.orchestra.run.smithi016:> 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-21T10:54:49.953 DEBUG:teuthology.orchestra.run.smithi047:> 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-21T10:54:49.955 DEBUG:teuthology.orchestra.run.smithi094:> 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-21T10:54:49.970 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T10:54:49.974 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T10:54:49.975 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T10:54:49.979 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T10:54:49.983 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T10:54:49.984 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T10:54:49.985 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T10:54:49.992 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T10:54:49.993 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T10:54:50.025 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T10:54:50.029 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T10:54:50.043 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T10:54:50.051 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T10:54:50.052 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T10:54:50.081 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T10:54:50.089 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T10:54:50.095 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T10:54:50.133 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T10:54:50.180 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T10:54:50.180 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T10:54:50.243 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T10:54:50.249 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T10:54:50.297 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T10:54:50.297 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T10:54:50.363 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T10:54:50.369 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T10:54:50.415 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T10:54:50.415 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T10:54:50.477 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2024-09-21T10:54:50.479 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-09-21T10:54:50.482 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-09-21T10:54:50.549 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T10:54:50.565 INFO:teuthology.task.internal:Starting timer... 2024-09-21T10:54:50.566 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T10:54:50.600 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T10:54:50.627 DEBUG:teuthology.task.selinux:Excluding smithi016: OS 'ubuntu' does not support SELinux 2024-09-21T10:54:50.627 DEBUG:teuthology.task.selinux:Excluding smithi047: OS 'ubuntu' does not support SELinux 2024-09-21T10:54:50.627 DEBUG:teuthology.task.selinux:Excluding smithi094: OS 'ubuntu' does not support SELinux 2024-09-21T10:54:50.628 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T10:54:50.628 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-21T10:54:50.628 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T10:54:50.628 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T10:54:50.636 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T10:54:50.646 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-21T10:54:50.647 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi047.front.sepia.ceph.com,smithi094.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T11:02:29.807 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi094.front.sepia.ceph.com')] 2024-09-21T11:02:29.808 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-21T11:02:29.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:02:29.894 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-09-21T11:02:29.975 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-21T11:02:29.975 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-21T11:02:29.976 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:02:30.058 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-09-21T11:02:30.135 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-21T11:02:30.135 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-21T11:02:30.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:02:30.216 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-09-21T11:02:30.290 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-21T11:02:30.291 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T11:02:30.301 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T11:02:30.301 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T11:02:30.301 DEBUG:teuthology.orchestra.run.smithi016:> 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-21T11:02:30.304 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T11:02:30.304 DEBUG:teuthology.orchestra.run.smithi047:> 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-21T11:02:30.306 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T11:02:30.306 DEBUG:teuthology.orchestra.run.smithi094:> 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-21T11:02:30.331 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T11:02:30.332 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: Command line: ntpd -gq 2024-09-21T11:02:30.332 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: ---------------------------------------------------- 2024-09-21T11:02:30.332 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T11:02:30.332 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T11:02:30.332 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: corporation. Support and training for ntp-4 are 2024-09-21T11:02:30.332 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: available at https://www.nwtime.org/support 2024-09-21T11:02:30.332 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: ---------------------------------------------------- 2024-09-21T11:02:30.333 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: proto: precision = 0.067 usec (-24) 2024-09-21T11:02:30.333 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: basedate set to 2022-02-04 2024-09-21T11:02:30.333 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: gps base set to 2022-02-06 (week 2196) 2024-09-21T11:02:30.333 INFO:teuthology.orchestra.run.smithi016.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T11:02:30.334 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T11:02:30.334 INFO:teuthology.orchestra.run.smithi016.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T11:02:30.335 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T11:02:30.335 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T11:02:30.335 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T11:02:30.335 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T11:02:30.335 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: Listen normally on 3 ens1f0 172.21.15.16:123 2024-09-21T11:02:30.335 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: Listen normally on 4 lo [::1]:123 2024-09-21T11:02:30.335 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1564%4]:123 2024-09-21T11:02:30.336 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:30 ntpd[18400]: Listening on routing socket on fd #22 for interface updates 2024-09-21T11:02:30.337 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T11:02:30.337 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: Command line: ntpd -gq 2024-09-21T11:02:30.337 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: ---------------------------------------------------- 2024-09-21T11:02:30.337 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T11:02:30.337 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T11:02:30.337 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: corporation. Support and training for ntp-4 are 2024-09-21T11:02:30.337 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: available at https://www.nwtime.org/support 2024-09-21T11:02:30.337 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: ---------------------------------------------------- 2024-09-21T11:02:30.338 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: proto: precision = 0.047 usec (-24) 2024-09-21T11:02:30.338 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: basedate set to 2022-02-04 2024-09-21T11:02:30.338 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: gps base set to 2022-02-06 (week 2196) 2024-09-21T11:02:30.338 INFO:teuthology.orchestra.run.smithi047.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T11:02:30.338 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T11:02:30.339 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T11:02:30.339 INFO:teuthology.orchestra.run.smithi047.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T11:02:30.339 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T11:02:30.340 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T11:02:30.340 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T11:02:30.340 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: Listen normally on 3 ens1f0 172.21.15.47:123 2024-09-21T11:02:30.340 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: Listen normally on 4 lo [::1]:123 2024-09-21T11:02:30.340 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:148e%4]:123 2024-09-21T11:02:30.340 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:30 ntpd[18372]: Listening on routing socket on fd #22 for interface updates 2024-09-21T11:02:30.357 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T11:02:30.358 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: Command line: ntpd -gq 2024-09-21T11:02:30.358 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: ---------------------------------------------------- 2024-09-21T11:02:30.358 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T11:02:30.358 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T11:02:30.358 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: corporation. Support and training for ntp-4 are 2024-09-21T11:02:30.358 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: available at https://www.nwtime.org/support 2024-09-21T11:02:30.358 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: ---------------------------------------------------- 2024-09-21T11:02:30.359 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: proto: precision = 0.060 usec (-24) 2024-09-21T11:02:30.359 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: basedate set to 2022-02-04 2024-09-21T11:02:30.359 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: gps base set to 2022-02-06 (week 2196) 2024-09-21T11:02:30.359 INFO:teuthology.orchestra.run.smithi094.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T11:02:30.360 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T11:02:30.360 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T11:02:30.360 INFO:teuthology.orchestra.run.smithi094.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T11:02:30.361 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T11:02:30.361 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T11:02:30.361 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T11:02:30.361 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: Listen normally on 3 enp3s0f1 172.21.15.94:123 2024-09-21T11:02:30.361 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: Listen normally on 4 lo [::1]:123 2024-09-21T11:02:30.361 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d763%5]:123 2024-09-21T11:02:30.361 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:30 ntpd[18527]: Listening on routing socket on fd #22 for interface updates 2024-09-21T11:02:31.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:31 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:31 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:31 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:31 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:31 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:31 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:31.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:31.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:31.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:31.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:31 ntpd[18372]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:31.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:31 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:31 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:31 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:31 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:31 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:31.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:31 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:31.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:31 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:31.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:31 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:32 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:32.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:32 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:32.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:32 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:32.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:32 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:32.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:32 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:32.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:32 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:32.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:32 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:33.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:33 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:33 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:33 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:33 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:33 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:33.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:33 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:33.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.335 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:33.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:33.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:33.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:33 ntpd[18372]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:33.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:33.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:33.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:33.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:33.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:33.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:33 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:34.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:34.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:34.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:34.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:34.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:34 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:34.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:34 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:34.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:34 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:34.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:34 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:34.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:34 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:34.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:34 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:34.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:34 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:35.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:35 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:35 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:35 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:35 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:35 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:35 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:35 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:35.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:35 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:35.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:35.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:35.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:35 ntpd[18372]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:35.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:35.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:35.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:35 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:36.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:36.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:36.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:36.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:36 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:36.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:36 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:36.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:36 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:36.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:36 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:36.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:36 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:36.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:36 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:36.358 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:36 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:37.332 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:37 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:37 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:37 ntpd[18400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:37 ntpd[18400]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:37 ntpd[18400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:37.333 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:37 ntpd[18400]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:37.334 INFO:teuthology.orchestra.run.smithi016.stdout:21 Sep 11:02:37 ntpd[18400]: ntpd: time slew +0.000046 s 2024-09-21T11:02:37.334 INFO:teuthology.orchestra.run.smithi016.stdout:ntpd: time slew +0.000046s 2024-09-21T11:02:37.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:37 ntpd[18400]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T11:02:37.334 INFO:teuthology.orchestra.run.smithi016.stderr:21 Sep 11:02:37 ntpd[18400]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T11:02:37.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.336 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:37.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:37.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:37.337 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:37.337 INFO:teuthology.orchestra.run.smithi047.stdout:21 Sep 11:02:37 ntpd[18372]: ntpd: time slew -0.001025 s 2024-09-21T11:02:37.337 INFO:teuthology.orchestra.run.smithi047.stdout:ntpd: time slew -0.001025s 2024-09-21T11:02:37.338 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T11:02:37.338 INFO:teuthology.orchestra.run.smithi047.stderr:21 Sep 11:02:37 ntpd[18372]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T11:02:37.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:37.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:37.359 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T11:02:37.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T11:02:37.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T11:02:37.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T11:02:37.360 INFO:teuthology.orchestra.run.smithi094.stdout:21 Sep 11:02:37 ntpd[18527]: ntpd: time slew -0.000192 s 2024-09-21T11:02:37.360 INFO:teuthology.orchestra.run.smithi094.stdout:ntpd: time slew -0.000192s 2024-09-21T11:02:37.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T11:02:37.360 INFO:teuthology.orchestra.run.smithi094.stderr:21 Sep 11:02:37 ntpd[18527]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T11:02:37.385 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T11:02:37.385 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-09-21T11:02:37.385 INFO:teuthology.orchestra.run.smithi047.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.386 INFO:teuthology.orchestra.run.smithi047.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.386 INFO:teuthology.orchestra.run.smithi047.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.386 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.389 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T11:02:37.389 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-09-21T11:02:37.390 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.390 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.390 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.390 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.406 INFO:teuthology.orchestra.run.smithi094.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T11:02:37.406 INFO:teuthology.orchestra.run.smithi094.stdout:============================================================================== 2024-09-21T11:02:37.406 INFO:teuthology.orchestra.run.smithi094.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.406 INFO:teuthology.orchestra.run.smithi094.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.407 INFO:teuthology.orchestra.run.smithi094.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.407 INFO:teuthology.orchestra.run.smithi094.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T11:02:37.407 INFO:teuthology.run_tasks:Running task install... 2024-09-21T11:02:37.415 DEBUG:teuthology.task.install:project ceph 2024-09-21T11:02:37.415 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5c1cdc3c470dae78e91a0ed2bcf13509a046d301'}} 2024-09-21T11:02:37.415 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5c1cdc3c470dae78e91a0ed2bcf13509a046d301'} 2024-09-21T11:02:37.415 INFO:teuthology.task.install:Using flavor: default 2024-09-21T11:02:37.420 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-21T11:02:37.420 INFO:teuthology.task.install:extra packages: [] 2024-09-21T11:02:37.421 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-key list | grep Ceph 2024-09-21T11:02:37.421 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-key list | grep Ceph 2024-09-21T11:02:37.422 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-key list | grep Ceph 2024-09-21T11:02:37.488 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-21T11:02:37.491 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-21T11:02:37.501 INFO:teuthology.orchestra.run.smithi094.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-21T11:02:37.519 INFO:teuthology.orchestra.run.smithi047.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-21T11:02:37.519 INFO:teuthology.orchestra.run.smithi047.stdout:uid [ unknown] Ceph.com (release key) 2024-09-21T11:02:37.519 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-21T11:02:37.519 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:02:37.523 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-21T11:02:37.523 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph.com (release key) 2024-09-21T11:02:37.524 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-21T11:02:37.524 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:02:37.534 INFO:teuthology.orchestra.run.smithi094.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-21T11:02:37.534 INFO:teuthology.orchestra.run.smithi094.stdout:uid [ unknown] Ceph.com (release key) 2024-09-21T11:02:37.534 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-21T11:02:37.534 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:02:37.663 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default/ 2024-09-21T11:02:37.664 INFO:teuthology.task.install.deb:Package version is 19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:02:37.674 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default/ 2024-09-21T11:02:37.674 INFO:teuthology.task.install.deb:Package version is 19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:02:37.676 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default/ 2024-09-21T11:02:37.677 INFO:teuthology.task.install.deb:Package version is 19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:02:37.772 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:02:37.772 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-21T11:02:37.782 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:02:37.782 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-21T11:02:37.786 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-09-21T11:02:37.789 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:02:37.789 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-21T11:02:37.798 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-09-21T11:02:37.802 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-09-21T11:02:37.957 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T11:02:37.965 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T11:02:37.965 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T11:02:37.967 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T11:02:37.971 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T11:02:37.971 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T11:02:37.976 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T11:02:37.981 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T11:02:37.984 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T11:02:37.993 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T11:02:37.998 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T11:02:38.012 INFO:teuthology.orchestra.run.smithi047.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy InRelease 2024-09-21T11:02:38.020 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy InRelease 2024-09-21T11:02:38.027 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy InRelease 2024-09-21T11:02:38.033 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-21T11:02:38.041 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-21T11:02:38.052 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-21T11:02:38.060 INFO:teuthology.orchestra.run.smithi047.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-21T11:02:38.062 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-21T11:02:38.074 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-21T11:02:38.079 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:7 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T11:02:38.081 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,433 B] 2024-09-21T11:02:38.083 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-21T11:02:38.095 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-21T11:02:38.110 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-21T11:02:38.111 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,433 B] 2024-09-21T11:02:38.122 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,433 B] 2024-09-21T11:02:38.309 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 29.3 kB in 0s (85.7 kB/s) 2024-09-21T11:02:38.333 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 29.3 kB in 0s (85.0 kB/s) 2024-09-21T11:02:38.338 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 29.3 kB in 0s (83.9 kB/s) 2024-09-21T11:02:39.314 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-09-21T11:02:39.331 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-5103-g5c1cdc3c-1jammy cephadm=19.3.0-5103-g5c1cdc3c-1jammy ceph-mds=19.3.0-5103-g5c1cdc3c-1jammy ceph-mgr=19.3.0-5103-g5c1cdc3c-1jammy ceph-common=19.3.0-5103-g5c1cdc3c-1jammy ceph-fuse=19.3.0-5103-g5c1cdc3c-1jammy ceph-test=19.3.0-5103-g5c1cdc3c-1jammy ceph-volume=19.3.0-5103-g5c1cdc3c-1jammy radosgw=19.3.0-5103-g5c1cdc3c-1jammy python3-rados=19.3.0-5103-g5c1cdc3c-1jammy python3-rgw=19.3.0-5103-g5c1cdc3c-1jammy python3-cephfs=19.3.0-5103-g5c1cdc3c-1jammy python3-rbd=19.3.0-5103-g5c1cdc3c-1jammy libcephfs2=19.3.0-5103-g5c1cdc3c-1jammy libcephfs-dev=19.3.0-5103-g5c1cdc3c-1jammy librados2=19.3.0-5103-g5c1cdc3c-1jammy librbd1=19.3.0-5103-g5c1cdc3c-1jammy rbd-fuse=19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:02:39.336 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-21T11:02:39.351 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-5103-g5c1cdc3c-1jammy cephadm=19.3.0-5103-g5c1cdc3c-1jammy ceph-mds=19.3.0-5103-g5c1cdc3c-1jammy ceph-mgr=19.3.0-5103-g5c1cdc3c-1jammy ceph-common=19.3.0-5103-g5c1cdc3c-1jammy ceph-fuse=19.3.0-5103-g5c1cdc3c-1jammy ceph-test=19.3.0-5103-g5c1cdc3c-1jammy ceph-volume=19.3.0-5103-g5c1cdc3c-1jammy radosgw=19.3.0-5103-g5c1cdc3c-1jammy python3-rados=19.3.0-5103-g5c1cdc3c-1jammy python3-rgw=19.3.0-5103-g5c1cdc3c-1jammy python3-cephfs=19.3.0-5103-g5c1cdc3c-1jammy python3-rbd=19.3.0-5103-g5c1cdc3c-1jammy libcephfs2=19.3.0-5103-g5c1cdc3c-1jammy libcephfs-dev=19.3.0-5103-g5c1cdc3c-1jammy librados2=19.3.0-5103-g5c1cdc3c-1jammy librbd1=19.3.0-5103-g5c1cdc3c-1jammy rbd-fuse=19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:02:39.462 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-09-21T11:02:39.462 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-21T11:02:39.463 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-5103-g5c1cdc3c-1jammy cephadm=19.3.0-5103-g5c1cdc3c-1jammy ceph-mds=19.3.0-5103-g5c1cdc3c-1jammy ceph-mgr=19.3.0-5103-g5c1cdc3c-1jammy ceph-common=19.3.0-5103-g5c1cdc3c-1jammy ceph-fuse=19.3.0-5103-g5c1cdc3c-1jammy ceph-test=19.3.0-5103-g5c1cdc3c-1jammy ceph-volume=19.3.0-5103-g5c1cdc3c-1jammy radosgw=19.3.0-5103-g5c1cdc3c-1jammy python3-rados=19.3.0-5103-g5c1cdc3c-1jammy python3-rgw=19.3.0-5103-g5c1cdc3c-1jammy python3-cephfs=19.3.0-5103-g5c1cdc3c-1jammy python3-rbd=19.3.0-5103-g5c1cdc3c-1jammy libcephfs2=19.3.0-5103-g5c1cdc3c-1jammy libcephfs-dev=19.3.0-5103-g5c1cdc3c-1jammy librados2=19.3.0-5103-g5c1cdc3c-1jammy librbd1=19.3.0-5103-g5c1cdc3c-1jammy rbd-fuse=19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:02:39.529 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-21T11:02:39.531 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-21T11:02:39.605 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-09-21T11:02:39.606 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-09-21T11:02:39.745 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-09-21T11:02:39.746 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-09-21T11:02:39.749 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-09-21T11:02:39.750 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-09-21T11:02:39.810 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T11:02:39.810 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T11:02:39.810 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T11:02:39.810 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T11:02:39.811 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T11:02:39.811 INFO:teuthology.orchestra.run.smithi094.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T11:02:39.811 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T11:02:39.811 INFO:teuthology.orchestra.run.smithi094.stdout:The following additional packages will be installed: 2024-09-21T11:02:39.811 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-21T11:02:39.811 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-21T11:02:39.812 INFO:teuthology.orchestra.run.smithi094.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-21T11:02:39.813 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet zip 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout:Suggested packages: 2024-09-21T11:02:39.814 INFO:teuthology.orchestra.run.smithi094.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-21T11:02:39.815 INFO:teuthology.orchestra.run.smithi094.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-21T11:02:39.815 INFO:teuthology.orchestra.run.smithi094.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-21T11:02:39.815 INFO:teuthology.orchestra.run.smithi094.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-21T11:02:39.815 INFO:teuthology.orchestra.run.smithi094.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-21T11:02:39.815 INFO:teuthology.orchestra.run.smithi094.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-21T11:02:39.815 INFO:teuthology.orchestra.run.smithi094.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-21T11:02:39.815 INFO:teuthology.orchestra.run.smithi094.stdout:Recommended packages: 2024-09-21T11:02:39.815 INFO:teuthology.orchestra.run.smithi094.stdout: btrfs-tools 2024-09-21T11:02:39.916 INFO:teuthology.orchestra.run.smithi094.stdout:The following NEW packages will be installed: 2024-09-21T11:02:39.916 INFO:teuthology.orchestra.run.smithi094.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-21T11:02:39.916 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-21T11:02:39.916 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-21T11:02:39.917 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-21T11:02:39.917 INFO:teuthology.orchestra.run.smithi094.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-21T11:02:39.917 INFO:teuthology.orchestra.run.smithi094.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-21T11:02:39.917 INFO:teuthology.orchestra.run.smithi094.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-21T11:02:39.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-21T11:02:39.919 INFO:teuthology.orchestra.run.smithi094.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-21T11:02:39.919 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-21T11:02:39.919 INFO:teuthology.orchestra.run.smithi094.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-21T11:02:39.919 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-21T11:02:39.919 INFO:teuthology.orchestra.run.smithi094.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-21T11:02:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T11:02:39.966 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T11:02:39.966 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T11:02:39.967 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T11:02:39.967 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T11:02:39.967 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T11:02:39.967 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T11:02:39.968 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-09-21T11:02:39.968 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-21T11:02:39.969 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-21T11:02:39.969 INFO:teuthology.orchestra.run.smithi047.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-21T11:02:39.969 INFO:teuthology.orchestra.run.smithi047.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-21T11:02:39.969 INFO:teuthology.orchestra.run.smithi047.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-21T11:02:39.970 INFO:teuthology.orchestra.run.smithi047.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-21T11:02:39.970 INFO:teuthology.orchestra.run.smithi047.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-21T11:02:39.970 INFO:teuthology.orchestra.run.smithi047.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-21T11:02:39.970 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-21T11:02:39.970 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-21T11:02:39.970 INFO:teuthology.orchestra.run.smithi047.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-21T11:02:39.970 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-21T11:02:39.971 INFO:teuthology.orchestra.run.smithi047.stdout: xmlstarlet zip 2024-09-21T11:02:39.972 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-09-21T11:02:39.972 INFO:teuthology.orchestra.run.smithi047.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-21T11:02:39.972 INFO:teuthology.orchestra.run.smithi047.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-21T11:02:39.972 INFO:teuthology.orchestra.run.smithi047.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-21T11:02:39.972 INFO:teuthology.orchestra.run.smithi047.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-21T11:02:39.973 INFO:teuthology.orchestra.run.smithi047.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-21T11:02:39.973 INFO:teuthology.orchestra.run.smithi047.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-21T11:02:39.973 INFO:teuthology.orchestra.run.smithi047.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-21T11:02:39.973 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-09-21T11:02:39.973 INFO:teuthology.orchestra.run.smithi047.stdout: btrfs-tools 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-21T11:02:39.974 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-21T11:02:39.975 INFO:teuthology.orchestra.run.smithi016.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-21T11:02:39.975 INFO:teuthology.orchestra.run.smithi016.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-21T11:02:39.975 INFO:teuthology.orchestra.run.smithi016.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-21T11:02:39.976 INFO:teuthology.orchestra.run.smithi016.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-21T11:02:39.976 INFO:teuthology.orchestra.run.smithi016.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-21T11:02:39.976 INFO:teuthology.orchestra.run.smithi016.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-21T11:02:39.977 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-21T11:02:39.978 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-21T11:02:39.978 INFO:teuthology.orchestra.run.smithi016.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-21T11:02:39.978 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-21T11:02:39.978 INFO:teuthology.orchestra.run.smithi016.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-21T11:02:39.978 INFO:teuthology.orchestra.run.smithi016.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-21T11:02:39.978 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-21T11:02:39.978 INFO:teuthology.orchestra.run.smithi016.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-21T11:02:39.978 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-21T11:02:39.979 INFO:teuthology.orchestra.run.smithi016.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-21T11:02:39.979 INFO:teuthology.orchestra.run.smithi016.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-21T11:02:39.979 INFO:teuthology.orchestra.run.smithi016.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-21T11:02:39.979 INFO:teuthology.orchestra.run.smithi016.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-21T11:02:39.979 INFO:teuthology.orchestra.run.smithi016.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-21T11:02:39.979 INFO:teuthology.orchestra.run.smithi016.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-21T11:02:39.979 INFO:teuthology.orchestra.run.smithi016.stdout: xmlstarlet zip 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-09-21T11:02:39.980 INFO:teuthology.orchestra.run.smithi016.stdout: btrfs-tools 2024-09-21T11:02:40.062 INFO:teuthology.orchestra.run.smithi094.stdout:0 upgraded, 119 newly installed, 0 to remove and 332 not upgraded. 2024-09-21T11:02:40.062 INFO:teuthology.orchestra.run.smithi094.stdout:Need to get 244 MB of archives. 2024-09-21T11:02:40.062 INFO:teuthology.orchestra.run.smithi094.stdout:After this operation, 909 MB of additional disk space will be used. 2024-09-21T11:02:40.062 INFO:teuthology.orchestra.run.smithi094.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-5103-g5c1cdc3c-1jammy [3,634 kB] 2024-09-21T11:02:40.082 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-09-21T11:02:40.082 INFO:teuthology.orchestra.run.smithi047.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-21T11:02:40.082 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-21T11:02:40.082 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T11:02:40.084 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-21T11:02:40.085 INFO:teuthology.orchestra.run.smithi047.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-21T11:02:40.086 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-09-21T11:02:40.086 INFO:teuthology.orchestra.run.smithi016.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-21T11:02:40.086 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-21T11:02:40.087 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T11:02:40.088 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T11:02:40.089 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T11:02:40.089 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-21T11:02:40.089 INFO:teuthology.orchestra.run.smithi016.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-21T11:02:40.089 INFO:teuthology.orchestra.run.smithi016.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-21T11:02:40.089 INFO:teuthology.orchestra.run.smithi016.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-21T11:02:40.089 INFO:teuthology.orchestra.run.smithi016.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-21T11:02:40.089 INFO:teuthology.orchestra.run.smithi016.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-21T11:02:40.089 INFO:teuthology.orchestra.run.smithi016.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-21T11:02:40.089 INFO:teuthology.orchestra.run.smithi016.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-21T11:02:40.109 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-21T11:02:40.146 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 119 newly installed, 0 to remove and 332 not upgraded. 2024-09-21T11:02:40.146 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 244 MB of archives. 2024-09-21T11:02:40.146 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 909 MB of additional disk space will be used. 2024-09-21T11:02:40.146 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-21T11:02:40.233 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-21T11:02:40.236 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-21T11:02:40.253 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-21T11:02:40.273 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 119 newly installed, 0 to remove and 332 not upgraded. 2024-09-21T11:02:40.273 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 244 MB of archives. 2024-09-21T11:02:40.273 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 909 MB of additional disk space will be used. 2024-09-21T11:02:40.273 INFO:teuthology.orchestra.run.smithi047.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-21T11:02:40.279 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-5103-g5c1cdc3c-1jammy [3,634 kB] 2024-09-21T11:02:40.314 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-21T11:02:40.316 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-5103-g5c1cdc3c-1jammy [3,634 kB] 2024-09-21T11:02:40.319 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-21T11:02:40.322 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-5103-g5c1cdc3c-1jammy [3,336 kB] 2024-09-21T11:02:40.331 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-21T11:02:40.335 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-21T11:02:40.337 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-21T11:02:40.337 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-21T11:02:40.338 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-21T11:02:40.347 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-21T11:02:40.349 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-21T11:02:40.351 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-21T11:02:40.353 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-21T11:02:40.353 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-21T11:02:40.370 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-21T11:02:40.372 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-21T11:02:40.374 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-21T11:02:40.375 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-21T11:02:40.375 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.376 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-21T11:02:40.387 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-21T11:02:40.388 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-21T11:02:40.388 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-21T11:02:40.388 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-21T11:02:40.406 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-21T11:02:40.406 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-21T11:02:40.409 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-21T11:02:40.409 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-21T11:02:40.410 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-21T11:02:40.410 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.424 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-21T11:02:40.424 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-21T11:02:40.424 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.426 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-21T11:02:40.440 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-21T11:02:40.441 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-21T11:02:40.446 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-21T11:02:40.447 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-21T11:02:40.447 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-21T11:02:40.448 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-21T11:02:40.457 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-21T11:02:40.459 INFO:teuthology.orchestra.run.smithi016.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-21T11:02:40.460 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.461 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.474 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.475 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-5103-g5c1cdc3c-1jammy [722 kB] 2024-09-21T11:02:40.477 INFO:teuthology.orchestra.run.smithi016.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-21T11:02:40.478 INFO:teuthology.orchestra.run.smithi016.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-21T11:02:40.479 INFO:teuthology.orchestra.run.smithi016.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-21T11:02:40.482 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.488 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-5103-g5c1cdc3c-1jammy [356 kB] 2024-09-21T11:02:40.530 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-21T11:02:40.536 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.537 INFO:teuthology.orchestra.run.smithi016.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-21T11:02:40.538 INFO:teuthology.orchestra.run.smithi016.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-21T11:02:40.538 INFO:teuthology.orchestra.run.smithi016.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-21T11:02:40.539 INFO:teuthology.orchestra.run.smithi016.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-21T11:02:40.540 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-5103-g5c1cdc3c-1jammy [32.7 kB] 2024-09-21T11:02:40.541 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-5103-g5c1cdc3c-1jammy [180 kB] 2024-09-21T11:02:40.542 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-21T11:02:40.545 INFO:teuthology.orchestra.run.smithi094.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-5103-g5c1cdc3c-1jammy [72.8 kB] 2024-09-21T11:02:40.547 INFO:teuthology.orchestra.run.smithi094.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-5103-g5c1cdc3c-1jammy [340 kB] 2024-09-21T11:02:40.554 INFO:teuthology.orchestra.run.smithi094.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-5103-g5c1cdc3c-1jammy [7,965 kB] 2024-09-21T11:02:40.557 INFO:teuthology.orchestra.run.smithi016.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-21T11:02:40.559 INFO:teuthology.orchestra.run.smithi016.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-21T11:02:40.559 INFO:teuthology.orchestra.run.smithi016.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-21T11:02:40.574 INFO:teuthology.orchestra.run.smithi016.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-21T11:02:40.574 INFO:teuthology.orchestra.run.smithi016.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-21T11:02:40.575 INFO:teuthology.orchestra.run.smithi016.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-21T11:02:40.575 INFO:teuthology.orchestra.run.smithi016.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-21T11:02:40.575 INFO:teuthology.orchestra.run.smithi016.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-21T11:02:40.576 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.592 INFO:teuthology.orchestra.run.smithi016.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-21T11:02:40.592 INFO:teuthology.orchestra.run.smithi016.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-21T11:02:40.595 INFO:teuthology.orchestra.run.smithi016.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-21T11:02:40.597 INFO:teuthology.orchestra.run.smithi016.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-21T11:02:40.598 INFO:teuthology.orchestra.run.smithi016.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-21T11:02:40.609 INFO:teuthology.orchestra.run.smithi016.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-21T11:02:40.612 INFO:teuthology.orchestra.run.smithi016.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-21T11:02:40.614 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:40.615 INFO:teuthology.orchestra.run.smithi016.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-21T11:02:40.615 INFO:teuthology.orchestra.run.smithi016.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-21T11:02:40.623 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:40.625 INFO:teuthology.orchestra.run.smithi016.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-21T11:02:40.626 INFO:teuthology.orchestra.run.smithi016.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-21T11:02:40.629 INFO:teuthology.orchestra.run.smithi016.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-21T11:02:40.629 INFO:teuthology.orchestra.run.smithi016.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-21T11:02:40.629 INFO:teuthology.orchestra.run.smithi016.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-21T11:02:40.642 INFO:teuthology.orchestra.run.smithi016.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-21T11:02:40.644 INFO:teuthology.orchestra.run.smithi016.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-21T11:02:40.645 INFO:teuthology.orchestra.run.smithi016.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-21T11:02:40.651 INFO:teuthology.orchestra.run.smithi016.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-21T11:02:40.651 INFO:teuthology.orchestra.run.smithi016.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-21T11:02:40.659 INFO:teuthology.orchestra.run.smithi016.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-21T11:02:40.661 INFO:teuthology.orchestra.run.smithi016.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-21T11:02:40.662 INFO:teuthology.orchestra.run.smithi016.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-21T11:02:40.694 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-21T11:02:40.707 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-21T11:02:40.788 INFO:teuthology.orchestra.run.smithi047.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-21T11:02:40.853 INFO:teuthology.orchestra.run.smithi094.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-21T11:02:40.864 INFO:teuthology.orchestra.run.smithi094.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-21T11:02:40.883 INFO:teuthology.orchestra.run.smithi094.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-5103-g5c1cdc3c-1jammy [112 kB] 2024-09-21T11:02:40.886 INFO:teuthology.orchestra.run.smithi094.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-5103-g5c1cdc3c-1jammy [473 kB] 2024-09-21T11:02:40.893 INFO:teuthology.orchestra.run.smithi094.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-21T11:02:40.902 INFO:teuthology.orchestra.run.smithi094.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-21T11:02:40.904 INFO:teuthology.orchestra.run.smithi094.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-21T11:02:40.905 INFO:teuthology.orchestra.run.smithi094.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-21T11:02:40.906 INFO:teuthology.orchestra.run.smithi094.stdout:Get:22 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-5103-g5c1cdc3c-1jammy [28.3 MB] 2024-09-21T11:02:40.907 INFO:teuthology.orchestra.run.smithi094.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-21T11:02:40.925 INFO:teuthology.orchestra.run.smithi094.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-21T11:02:40.929 INFO:teuthology.orchestra.run.smithi094.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-21T11:02:40.935 INFO:teuthology.orchestra.run.smithi094.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-21T11:02:41.015 INFO:teuthology.orchestra.run.smithi094.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-21T11:02:41.016 INFO:teuthology.orchestra.run.smithi094.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-21T11:02:41.017 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-21T11:02:41.020 INFO:teuthology.orchestra.run.smithi094.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-21T11:02:41.024 INFO:teuthology.orchestra.run.smithi094.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-21T11:02:41.027 INFO:teuthology.orchestra.run.smithi094.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-21T11:02:41.028 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-21T11:02:41.028 INFO:teuthology.orchestra.run.smithi094.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-21T11:02:41.029 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:41.031 INFO:teuthology.orchestra.run.smithi094.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-21T11:02:41.032 INFO:teuthology.orchestra.run.smithi094.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-21T11:02:41.057 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-21T11:02:41.066 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-21T11:02:41.068 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-21T11:02:41.069 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-21T11:02:41.071 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-21T11:02:41.088 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-21T11:02:41.092 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-21T11:02:41.098 INFO:teuthology.orchestra.run.smithi094.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-21T11:02:41.099 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-21T11:02:41.114 INFO:teuthology.orchestra.run.smithi094.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-21T11:02:41.115 INFO:teuthology.orchestra.run.smithi094.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-21T11:02:41.116 INFO:teuthology.orchestra.run.smithi094.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-21T11:02:41.117 INFO:teuthology.orchestra.run.smithi094.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-21T11:02:41.122 INFO:teuthology.orchestra.run.smithi094.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-21T11:02:41.123 INFO:teuthology.orchestra.run.smithi094.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-21T11:02:41.179 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-21T11:02:41.179 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-21T11:02:41.180 INFO:teuthology.orchestra.run.smithi094.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-21T11:02:41.180 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:41.182 INFO:teuthology.orchestra.run.smithi094.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-21T11:02:41.184 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-21T11:02:41.189 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-21T11:02:41.192 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-21T11:02:41.194 INFO:teuthology.orchestra.run.smithi047.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-21T11:02:41.194 INFO:teuthology.orchestra.run.smithi047.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-21T11:02:41.197 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-21T11:02:41.197 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-21T11:02:41.261 INFO:teuthology.orchestra.run.smithi094.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-21T11:02:41.261 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:41.262 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-21T11:02:41.264 INFO:teuthology.orchestra.run.smithi094.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-21T11:02:41.265 INFO:teuthology.orchestra.run.smithi094.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-21T11:02:41.267 INFO:teuthology.orchestra.run.smithi094.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-21T11:02:41.277 INFO:teuthology.orchestra.run.smithi094.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-21T11:02:41.280 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-21T11:02:41.281 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-21T11:02:41.281 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-21T11:02:41.283 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-21T11:02:41.287 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-21T11:02:41.342 INFO:teuthology.orchestra.run.smithi094.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-21T11:02:41.343 INFO:teuthology.orchestra.run.smithi094.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-21T11:02:41.344 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-21T11:02:41.344 INFO:teuthology.orchestra.run.smithi094.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-21T11:02:41.345 INFO:teuthology.orchestra.run.smithi047.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-21T11:02:41.346 INFO:teuthology.orchestra.run.smithi047.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-21T11:02:41.347 INFO:teuthology.orchestra.run.smithi094.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-21T11:02:41.348 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-21T11:02:41.424 INFO:teuthology.orchestra.run.smithi094.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-21T11:02:41.425 INFO:teuthology.orchestra.run.smithi047.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-21T11:02:41.425 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:41.426 INFO:teuthology.orchestra.run.smithi047.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-21T11:02:41.428 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:41.428 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-21T11:02:41.430 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:41.430 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-21T11:02:41.430 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-21T11:02:41.434 INFO:teuthology.orchestra.run.smithi094.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-21T11:02:41.435 INFO:teuthology.orchestra.run.smithi094.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-21T11:02:41.505 INFO:teuthology.orchestra.run.smithi094.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-21T11:02:41.506 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-21T11:02:41.507 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-21T11:02:41.508 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-21T11:02:41.509 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-21T11:02:41.510 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:41.511 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-21T11:02:41.588 INFO:teuthology.orchestra.run.smithi047.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-21T11:02:41.589 INFO:teuthology.orchestra.run.smithi047.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-21T11:02:41.592 INFO:teuthology.orchestra.run.smithi047.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-21T11:02:41.594 INFO:teuthology.orchestra.run.smithi047.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-21T11:02:41.598 INFO:teuthology.orchestra.run.smithi047.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-21T11:02:41.669 INFO:teuthology.orchestra.run.smithi047.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-21T11:02:41.670 INFO:teuthology.orchestra.run.smithi047.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-21T11:02:41.671 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:41.673 INFO:teuthology.orchestra.run.smithi094.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-21T11:02:41.675 INFO:teuthology.orchestra.run.smithi047.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-21T11:02:41.676 INFO:teuthology.orchestra.run.smithi094.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-21T11:02:41.676 INFO:teuthology.orchestra.run.smithi094.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-21T11:02:41.678 INFO:teuthology.orchestra.run.smithi094.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-21T11:02:41.710 INFO:teuthology.orchestra.run.smithi094.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-21T11:02:41.714 INFO:teuthology.orchestra.run.smithi094.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-21T11:02:41.714 INFO:teuthology.orchestra.run.smithi094.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-21T11:02:41.737 INFO:teuthology.orchestra.run.smithi047.stdout:Get:53 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-5103-g5c1cdc3c-1jammy [3,336 kB] 2024-09-21T11:02:41.774 INFO:teuthology.orchestra.run.smithi094.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-21T11:02:41.774 INFO:teuthology.orchestra.run.smithi094.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-21T11:02:41.822 INFO:teuthology.orchestra.run.smithi016.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-5103-g5c1cdc3c-1jammy [3,336 kB] 2024-09-21T11:02:41.837 INFO:teuthology.orchestra.run.smithi094.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-21T11:02:41.838 INFO:teuthology.orchestra.run.smithi094.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-21T11:02:41.838 INFO:teuthology.orchestra.run.smithi047.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-21T11:02:41.839 INFO:teuthology.orchestra.run.smithi094.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-21T11:02:41.840 INFO:teuthology.orchestra.run.smithi094.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-21T11:02:41.840 INFO:teuthology.orchestra.run.smithi047.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-21T11:02:41.841 INFO:teuthology.orchestra.run.smithi094.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-21T11:02:41.842 INFO:teuthology.orchestra.run.smithi094.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-21T11:02:41.843 INFO:teuthology.orchestra.run.smithi047.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-21T11:02:41.843 INFO:teuthology.orchestra.run.smithi047.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-21T11:02:41.845 INFO:teuthology.orchestra.run.smithi047.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-21T11:02:41.848 INFO:teuthology.orchestra.run.smithi094.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-21T11:02:41.881 INFO:teuthology.orchestra.run.smithi047.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-21T11:02:41.885 INFO:teuthology.orchestra.run.smithi047.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-21T11:02:41.885 INFO:teuthology.orchestra.run.smithi047.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-21T11:02:41.918 INFO:teuthology.orchestra.run.smithi094.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-21T11:02:41.922 INFO:teuthology.orchestra.run.smithi094.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-21T11:02:41.923 INFO:teuthology.orchestra.run.smithi094.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-21T11:02:41.941 INFO:teuthology.orchestra.run.smithi047.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-21T11:02:41.943 INFO:teuthology.orchestra.run.smithi047.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-21T11:02:42.000 INFO:teuthology.orchestra.run.smithi094.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-21T11:02:42.005 INFO:teuthology.orchestra.run.smithi047.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-21T11:02:42.006 INFO:teuthology.orchestra.run.smithi094.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-21T11:02:42.006 INFO:teuthology.orchestra.run.smithi047.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-21T11:02:42.007 INFO:teuthology.orchestra.run.smithi047.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-21T11:02:42.008 INFO:teuthology.orchestra.run.smithi094.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-21T11:02:42.009 INFO:teuthology.orchestra.run.smithi047.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-21T11:02:42.009 INFO:teuthology.orchestra.run.smithi047.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-21T11:02:42.010 INFO:teuthology.orchestra.run.smithi094.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-21T11:02:42.011 INFO:teuthology.orchestra.run.smithi047.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-21T11:02:42.018 INFO:teuthology.orchestra.run.smithi047.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-21T11:02:42.021 INFO:teuthology.orchestra.run.smithi094.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-21T11:02:42.022 INFO:teuthology.orchestra.run.smithi094.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-21T11:02:42.030 INFO:teuthology.orchestra.run.smithi094.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-21T11:02:42.081 INFO:teuthology.orchestra.run.smithi094.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-21T11:02:42.083 INFO:teuthology.orchestra.run.smithi094.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-21T11:02:42.084 INFO:teuthology.orchestra.run.smithi094.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-21T11:02:42.087 INFO:teuthology.orchestra.run.smithi047.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-21T11:02:42.090 INFO:teuthology.orchestra.run.smithi047.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-21T11:02:42.092 INFO:teuthology.orchestra.run.smithi047.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-21T11:02:42.138 INFO:teuthology.orchestra.run.smithi047.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-5103-g5c1cdc3c-1jammy [722 kB] 2024-09-21T11:02:42.162 INFO:teuthology.orchestra.run.smithi094.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-21T11:02:42.164 INFO:teuthology.orchestra.run.smithi047.stdout:Get:75 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-5103-g5c1cdc3c-1jammy [356 kB] 2024-09-21T11:02:42.164 INFO:teuthology.orchestra.run.smithi094.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-21T11:02:42.168 INFO:teuthology.orchestra.run.smithi047.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-21T11:02:42.174 INFO:teuthology.orchestra.run.smithi047.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-21T11:02:42.177 INFO:teuthology.orchestra.run.smithi047.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-21T11:02:42.178 INFO:teuthology.orchestra.run.smithi016.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-5103-g5c1cdc3c-1jammy [722 kB] 2024-09-21T11:02:42.178 INFO:teuthology.orchestra.run.smithi047.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-21T11:02:42.181 INFO:teuthology.orchestra.run.smithi094.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-21T11:02:42.182 INFO:teuthology.orchestra.run.smithi094.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-21T11:02:42.183 INFO:teuthology.orchestra.run.smithi047.stdout:Get:80 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-5103-g5c1cdc3c-1jammy [32.7 kB] 2024-09-21T11:02:42.183 INFO:teuthology.orchestra.run.smithi094.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-21T11:02:42.184 INFO:teuthology.orchestra.run.smithi047.stdout:Get:81 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-5103-g5c1cdc3c-1jammy [180 kB] 2024-09-21T11:02:42.188 INFO:teuthology.orchestra.run.smithi094.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-21T11:02:42.190 INFO:teuthology.orchestra.run.smithi047.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-21T11:02:42.190 INFO:teuthology.orchestra.run.smithi094.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-21T11:02:42.191 INFO:teuthology.orchestra.run.smithi047.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-21T11:02:42.198 INFO:teuthology.orchestra.run.smithi047.stdout:Get:84 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-5103-g5c1cdc3c-1jammy [72.8 kB] 2024-09-21T11:02:42.199 INFO:teuthology.orchestra.run.smithi047.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-21T11:02:42.200 INFO:teuthology.orchestra.run.smithi047.stdout:Get:86 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-5103-g5c1cdc3c-1jammy [340 kB] 2024-09-21T11:02:42.214 INFO:teuthology.orchestra.run.smithi047.stdout:Get:87 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-5103-g5c1cdc3c-1jammy [7,965 kB] 2024-09-21T11:02:42.214 INFO:teuthology.orchestra.run.smithi016.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-5103-g5c1cdc3c-1jammy [356 kB] 2024-09-21T11:02:42.223 INFO:teuthology.orchestra.run.smithi016.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-5103-g5c1cdc3c-1jammy [32.7 kB] 2024-09-21T11:02:42.224 INFO:teuthology.orchestra.run.smithi016.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-5103-g5c1cdc3c-1jammy [180 kB] 2024-09-21T11:02:42.239 INFO:teuthology.orchestra.run.smithi016.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-5103-g5c1cdc3c-1jammy [72.8 kB] 2024-09-21T11:02:42.241 INFO:teuthology.orchestra.run.smithi016.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-5103-g5c1cdc3c-1jammy [340 kB] 2024-09-21T11:02:42.250 INFO:teuthology.orchestra.run.smithi047.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-21T11:02:42.251 INFO:teuthology.orchestra.run.smithi047.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-21T11:02:42.252 INFO:teuthology.orchestra.run.smithi047.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-21T11:02:42.259 INFO:teuthology.orchestra.run.smithi016.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-5103-g5c1cdc3c-1jammy [7,965 kB] 2024-09-21T11:02:42.331 INFO:teuthology.orchestra.run.smithi047.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-21T11:02:42.333 INFO:teuthology.orchestra.run.smithi047.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-21T11:02:42.350 INFO:teuthology.orchestra.run.smithi047.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-21T11:02:42.351 INFO:teuthology.orchestra.run.smithi047.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-21T11:02:42.352 INFO:teuthology.orchestra.run.smithi047.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-21T11:02:42.357 INFO:teuthology.orchestra.run.smithi047.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-21T11:02:42.359 INFO:teuthology.orchestra.run.smithi047.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-21T11:02:42.485 INFO:teuthology.orchestra.run.smithi047.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-5103-g5c1cdc3c-1jammy [112 kB] 2024-09-21T11:02:42.487 INFO:teuthology.orchestra.run.smithi047.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-5103-g5c1cdc3c-1jammy [473 kB] 2024-09-21T11:02:42.523 INFO:teuthology.orchestra.run.smithi047.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-5103-g5c1cdc3c-1jammy [28.3 MB] 2024-09-21T11:02:42.613 INFO:teuthology.orchestra.run.smithi016.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-5103-g5c1cdc3c-1jammy [112 kB] 2024-09-21T11:02:42.619 INFO:teuthology.orchestra.run.smithi016.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-5103-g5c1cdc3c-1jammy [473 kB] 2024-09-21T11:02:42.664 INFO:teuthology.orchestra.run.smithi016.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-5103-g5c1cdc3c-1jammy [28.3 MB] 2024-09-21T11:02:42.930 INFO:teuthology.orchestra.run.smithi094.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-5103-g5c1cdc3c-1jammy [5,212 kB] 2024-09-21T11:02:43.172 INFO:teuthology.orchestra.run.smithi094.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-5103-g5c1cdc3c-1jammy [252 kB] 2024-09-21T11:02:43.202 INFO:teuthology.orchestra.run.smithi094.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-5103-g5c1cdc3c-1jammy [124 kB] 2024-09-21T11:02:43.204 INFO:teuthology.orchestra.run.smithi094.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-5103-g5c1cdc3c-1jammy [1,561 kB] 2024-09-21T11:02:43.323 INFO:teuthology.orchestra.run.smithi094.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-5103-g5c1cdc3c-1jammy [6,312 kB] 2024-09-21T11:02:43.865 INFO:teuthology.orchestra.run.smithi094.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-5103-g5c1cdc3c-1jammy [23.1 MB] 2024-09-21T11:02:44.304 INFO:teuthology.orchestra.run.smithi016.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-5103-g5c1cdc3c-1jammy [5,212 kB] 2024-09-21T11:02:44.504 INFO:teuthology.orchestra.run.smithi016.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-5103-g5c1cdc3c-1jammy [252 kB] 2024-09-21T11:02:44.510 INFO:teuthology.orchestra.run.smithi016.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-5103-g5c1cdc3c-1jammy [124 kB] 2024-09-21T11:02:44.512 INFO:teuthology.orchestra.run.smithi016.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-5103-g5c1cdc3c-1jammy [1,561 kB] 2024-09-21T11:02:44.612 INFO:teuthology.orchestra.run.smithi016.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-5103-g5c1cdc3c-1jammy [6,312 kB] 2024-09-21T11:02:44.931 INFO:teuthology.orchestra.run.smithi016.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-5103-g5c1cdc3c-1jammy [23.1 MB] 2024-09-21T11:02:45.376 INFO:teuthology.orchestra.run.smithi047.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-5103-g5c1cdc3c-1jammy [5,212 kB] 2024-09-21T11:02:45.846 INFO:teuthology.orchestra.run.smithi047.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-5103-g5c1cdc3c-1jammy [252 kB] 2024-09-21T11:02:45.870 INFO:teuthology.orchestra.run.smithi047.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-5103-g5c1cdc3c-1jammy [124 kB] 2024-09-21T11:02:45.873 INFO:teuthology.orchestra.run.smithi047.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-5103-g5c1cdc3c-1jammy [1,561 kB] 2024-09-21T11:02:45.928 INFO:teuthology.orchestra.run.smithi094.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-5103-g5c1cdc3c-1jammy [14.0 kB] 2024-09-21T11:02:45.929 INFO:teuthology.orchestra.run.smithi094.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-5103-g5c1cdc3c-1jammy [880 kB] 2024-09-21T11:02:45.956 INFO:teuthology.orchestra.run.smithi094.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-5103-g5c1cdc3c-1jammy [2,452 kB] 2024-09-21T11:02:46.010 INFO:teuthology.orchestra.run.smithi047.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-5103-g5c1cdc3c-1jammy [6,312 kB] 2024-09-21T11:02:46.135 INFO:teuthology.orchestra.run.smithi016.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-5103-g5c1cdc3c-1jammy [14.0 kB] 2024-09-21T11:02:46.136 INFO:teuthology.orchestra.run.smithi016.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-5103-g5c1cdc3c-1jammy [880 kB] 2024-09-21T11:02:46.153 INFO:teuthology.orchestra.run.smithi016.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-5103-g5c1cdc3c-1jammy [2,452 kB] 2024-09-21T11:02:46.159 INFO:teuthology.orchestra.run.smithi094.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-5103-g5c1cdc3c-1jammy [813 kB] 2024-09-21T11:02:46.200 INFO:teuthology.orchestra.run.smithi016.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-5103-g5c1cdc3c-1jammy [813 kB] 2024-09-21T11:02:46.228 INFO:teuthology.orchestra.run.smithi094.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-5103-g5c1cdc3c-1jammy [160 kB] 2024-09-21T11:02:46.237 INFO:teuthology.orchestra.run.smithi016.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-5103-g5c1cdc3c-1jammy [160 kB] 2024-09-21T11:02:46.240 INFO:teuthology.orchestra.run.smithi016.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-5103-g5c1cdc3c-1jammy [61.5 MB] 2024-09-21T11:02:46.254 INFO:teuthology.orchestra.run.smithi094.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-5103-g5c1cdc3c-1jammy [61.5 MB] 2024-09-21T11:02:46.703 INFO:teuthology.orchestra.run.smithi047.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-5103-g5c1cdc3c-1jammy [23.1 MB] 2024-09-21T11:02:49.238 INFO:teuthology.orchestra.run.smithi047.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-5103-g5c1cdc3c-1jammy [14.0 kB] 2024-09-21T11:02:49.239 INFO:teuthology.orchestra.run.smithi047.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-5103-g5c1cdc3c-1jammy [880 kB] 2024-09-21T11:02:49.256 INFO:teuthology.orchestra.run.smithi047.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-5103-g5c1cdc3c-1jammy [2,452 kB] 2024-09-21T11:02:49.357 INFO:teuthology.orchestra.run.smithi016.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-5103-g5c1cdc3c-1jammy [8,625 kB] 2024-09-21T11:02:49.439 INFO:teuthology.orchestra.run.smithi047.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-5103-g5c1cdc3c-1jammy [813 kB] 2024-09-21T11:02:49.542 INFO:teuthology.orchestra.run.smithi047.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-5103-g5c1cdc3c-1jammy [160 kB] 2024-09-21T11:02:49.545 INFO:teuthology.orchestra.run.smithi047.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-5103-g5c1cdc3c-1jammy [61.5 MB] 2024-09-21T11:02:49.611 INFO:teuthology.orchestra.run.smithi016.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-5103-g5c1cdc3c-1jammy [14.2 kB] 2024-09-21T11:02:49.612 INFO:teuthology.orchestra.run.smithi016.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-5103-g5c1cdc3c-1jammy [48.5 MB] 2024-09-21T11:02:52.038 INFO:teuthology.orchestra.run.smithi094.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-5103-g5c1cdc3c-1jammy [8,625 kB] 2024-09-21T11:02:52.048 INFO:teuthology.orchestra.run.smithi016.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-5103-g5c1cdc3c-1jammy [131 kB] 2024-09-21T11:02:52.051 INFO:teuthology.orchestra.run.smithi016.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-5103-g5c1cdc3c-1jammy [39.0 kB] 2024-09-21T11:02:52.052 INFO:teuthology.orchestra.run.smithi016.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-5103-g5c1cdc3c-1jammy [15.8 MB] 2024-09-21T11:02:52.475 INFO:teuthology.orchestra.run.smithi094.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-5103-g5c1cdc3c-1jammy [14.2 kB] 2024-09-21T11:02:52.475 INFO:teuthology.orchestra.run.smithi094.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-5103-g5c1cdc3c-1jammy [48.5 MB] 2024-09-21T11:02:52.697 INFO:teuthology.orchestra.run.smithi016.stdout:Get:119 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-5103-g5c1cdc3c-1jammy [91.2 kB] 2024-09-21T11:02:53.300 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 244 MB in 13s (19.3 MB/s) 2024-09-21T11:02:53.647 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-21T11:02:53.752 INFO:teuthology.orchestra.run.smithi016.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-21T11:02:53.757 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-21T11:02:53.962 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T11:02:54.299 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-21T11:02:54.326 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-21T11:02:54.366 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T11:02:54.442 INFO:teuthology.orchestra.run.smithi047.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-5103-g5c1cdc3c-1jammy [8,625 kB] 2024-09-21T11:02:54.612 INFO:teuthology.orchestra.run.smithi047.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-5103-g5c1cdc3c-1jammy [14.2 kB] 2024-09-21T11:02:54.612 INFO:teuthology.orchestra.run.smithi047.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-5103-g5c1cdc3c-1jammy [48.5 MB] 2024-09-21T11:02:54.677 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-21T11:02:54.693 INFO:teuthology.orchestra.run.smithi094.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-5103-g5c1cdc3c-1jammy [131 kB] 2024-09-21T11:02:54.696 INFO:teuthology.orchestra.run.smithi094.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-5103-g5c1cdc3c-1jammy [39.0 kB] 2024-09-21T11:02:54.697 INFO:teuthology.orchestra.run.smithi094.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-5103-g5c1cdc3c-1jammy [15.8 MB] 2024-09-21T11:02:54.704 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-21T11:02:54.744 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T11:02:55.206 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-21T11:02:55.233 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T11:02:55.281 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:02:55.284 INFO:teuthology.orchestra.run.smithi094.stdout:Get:119 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-5103-g5c1cdc3c-1jammy [91.2 kB] 2024-09-21T11:02:55.667 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-21T11:02:55.683 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T11:02:55.726 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:02:55.869 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 244 MB in 15s (15.9 MB/s) 2024-09-21T11:02:56.051 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-21T11:02:56.087 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-21T11:02:56.114 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T11:02:56.152 INFO:teuthology.orchestra.run.smithi094.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-21T11:02:56.154 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:02:56.157 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-21T11:02:56.258 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T11:02:56.445 INFO:teuthology.orchestra.run.smithi047.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-5103-g5c1cdc3c-1jammy [131 kB] 2024-09-21T11:02:56.448 INFO:teuthology.orchestra.run.smithi047.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-5103-g5c1cdc3c-1jammy [39.0 kB] 2024-09-21T11:02:56.449 INFO:teuthology.orchestra.run.smithi047.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-5103-g5c1cdc3c-1jammy [15.8 MB] 2024-09-21T11:02:56.499 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-21T11:02:56.526 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-21T11:02:56.582 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T11:02:56.670 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-21T11:02:56.697 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-21T11:02:56.746 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T11:02:56.885 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librados2. 2024-09-21T11:02:56.898 INFO:teuthology.orchestra.run.smithi047.stdout:Get:119 https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-5103-g5c1cdc3c-1jammy [91.2 kB] 2024-09-21T11:02:56.912 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../007-librados2_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:02:56.951 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librados2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:02:57.123 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-21T11:02:57.149 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-21T11:02:57.190 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T11:02:57.421 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libnbd0. 2024-09-21T11:02:57.448 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-21T11:02:57.488 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-21T11:02:57.500 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 244 MB in 17s (14.5 MB/s) 2024-09-21T11:02:57.727 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-21T11:02:57.753 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T11:02:57.807 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librbd1. 2024-09-21T11:02:57.811 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:02:57.834 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../009-librbd1_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:02:57.874 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librbd1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:02:57.930 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-21T11:02:58.034 INFO:teuthology.orchestra.run.smithi047.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-21T11:02:58.040 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-21T11:02:58.128 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T11:02:58.306 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-21T11:02:58.332 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T11:02:58.343 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs2. 2024-09-21T11:02:58.370 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:02:58.381 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:02:58.410 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:02:58.671 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rados. 2024-09-21T11:02:58.687 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../011-python3-rados_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:02:58.729 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rados (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:02:58.759 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-21T11:02:58.785 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T11:02:58.790 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-21T11:02:58.817 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-21T11:02:58.833 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:02:58.856 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T11:02:59.032 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-21T11:02:59.060 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:02:59.099 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-argparse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:02:59.168 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-21T11:02:59.194 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-21T11:02:59.220 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-21T11:02:59.234 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T11:02:59.246 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-21T11:02:59.295 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T11:02:59.351 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cephfs. 2024-09-21T11:02:59.367 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:02:59.410 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cephfs (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:02:59.663 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-21T11:02:59.682 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librados2. 2024-09-21T11:02:59.690 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T11:02:59.704 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-21T11:02:59.708 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../007-librados2_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:02:59.731 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:02:59.738 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:02:59.748 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librados2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:02:59.771 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:00.091 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-21T11:03:00.107 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-21T11:03:00.124 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-21T11:03:00.141 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T11:03:00.151 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T11:03:00.191 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:03:00.193 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libnbd0. 2024-09-21T11:03:00.221 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-21T11:03:00.251 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-21T11:03:00.469 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-prettytable. 2024-09-21T11:03:00.496 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-21T11:03:00.535 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-21T11:03:00.544 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-21T11:03:00.571 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T11:03:00.610 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:03:00.698 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librbd1. 2024-09-21T11:03:00.724 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../009-librbd1_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:00.771 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rbd. 2024-09-21T11:03:00.787 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:00.805 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librbd1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:00.821 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rbd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:00.930 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-21T11:03:00.957 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-21T11:03:00.988 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T11:03:01.185 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-21T11:03:01.212 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-21T11:03:01.251 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T11:03:01.257 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libcephfs2. 2024-09-21T11:03:01.284 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:01.299 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librados2. 2024-09-21T11:03:01.324 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libcephfs2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:01.327 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../007-librados2_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:01.366 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librados2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:01.537 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-21T11:03:01.553 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-21T11:03:01.595 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T11:03:01.635 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rados. 2024-09-21T11:03:01.661 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../011-python3-rados_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:01.702 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rados (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:01.844 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libnbd0. 2024-09-21T11:03:01.871 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-21T11:03:01.881 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-21T11:03:01.898 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-21T11:03:01.910 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-21T11:03:01.931 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T11:03:01.997 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-21T11:03:02.023 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:02.055 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-ceph-argparse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:02.238 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librbd1. 2024-09-21T11:03:02.265 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../009-librbd1_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:02.268 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua5.1. 2024-09-21T11:03:02.295 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-21T11:03:02.304 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librbd1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:02.307 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cephfs. 2024-09-21T11:03:02.333 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:02.335 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-21T11:03:02.374 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cephfs (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:02.652 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-21T11:03:02.654 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-any. 2024-09-21T11:03:02.678 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:02.682 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-21T11:03:02.718 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:02.721 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-21T11:03:02.783 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libcephfs2. 2024-09-21T11:03:02.809 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:02.849 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libcephfs2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:02.949 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package zip. 2024-09-21T11:03:02.965 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-21T11:03:02.999 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking zip (3.0-12build2) ... 2024-09-21T11:03:03.005 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-21T11:03:03.031 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-21T11:03:03.063 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T11:03:03.143 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rados. 2024-09-21T11:03:03.159 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../011-python3-rados_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:03.201 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rados (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:03.294 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package unzip. 2024-09-21T11:03:03.321 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-21T11:03:03.360 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-21T11:03:03.366 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-prettytable. 2024-09-21T11:03:03.392 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-21T11:03:03.433 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-21T11:03:03.529 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-21T11:03:03.556 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:03.596 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-ceph-argparse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:03.711 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rbd. 2024-09-21T11:03:03.737 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:03.777 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rbd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:03.840 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cephfs. 2024-09-21T11:03:03.856 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:03.890 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cephfs (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:03.956 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package luarocks. 2024-09-21T11:03:03.983 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-21T11:03:04.022 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-21T11:03:04.097 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-21T11:03:04.123 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-21T11:03:04.164 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T11:03:04.334 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-21T11:03:04.361 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:04.401 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:04.413 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librgw2. 2024-09-21T11:03:04.416 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-21T11:03:04.432 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-21T11:03:04.441 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../026-librgw2_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:04.475 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T11:03:04.480 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librgw2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:04.720 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-21T11:03:04.747 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-21T11:03:04.778 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-21T11:03:04.787 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T11:03:04.793 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-21T11:03:04.836 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T11:03:05.082 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-prettytable. 2024-09-21T11:03:05.082 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rgw. 2024-09-21T11:03:05.098 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:05.108 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-21T11:03:05.132 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:05.140 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-21T11:03:05.156 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua5.1. 2024-09-21T11:03:05.183 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-21T11:03:05.215 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-21T11:03:05.392 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rbd. 2024-09-21T11:03:05.408 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:05.451 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rbd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:05.452 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-21T11:03:05.479 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-21T11:03:05.518 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T11:03:05.526 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-any. 2024-09-21T11:03:05.552 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-21T11:03:05.593 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-21T11:03:05.803 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-21T11:03:05.828 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package zip. 2024-09-21T11:03:05.830 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-21T11:03:05.843 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-21T11:03:05.863 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libradosstriper1. 2024-09-21T11:03:05.870 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T11:03:05.887 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking zip (3.0-12build2) ... 2024-09-21T11:03:05.890 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:05.930 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libradosstriper1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:06.197 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-21T11:03:06.224 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-21T11:03:06.273 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T11:03:06.300 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-common. 2024-09-21T11:03:06.315 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package unzip. 2024-09-21T11:03:06.327 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../030-ceph-common_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:06.342 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-21T11:03:06.358 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:06.382 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-21T11:03:06.550 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-21T11:03:06.566 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-21T11:03:06.600 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T11:03:06.836 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package luarocks. 2024-09-21T11:03:06.862 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-21T11:03:06.911 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-21T11:03:06.945 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua5.1. 2024-09-21T11:03:06.972 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-21T11:03:07.011 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-21T11:03:07.278 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librgw2. 2024-09-21T11:03:07.304 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../026-librgw2_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:07.331 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-any. 2024-09-21T11:03:07.336 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librgw2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:07.347 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-21T11:03:07.389 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-21T11:03:07.634 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package zip. 2024-09-21T11:03:07.650 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-21T11:03:07.683 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking zip (3.0-12build2) ... 2024-09-21T11:03:07.953 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package unzip. 2024-09-21T11:03:07.969 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-21T11:03:07.980 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rgw. 2024-09-21T11:03:07.995 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:08.003 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-21T11:03:08.013 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-base. 2024-09-21T11:03:08.038 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:08.040 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../031-ceph-base_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:08.090 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-base (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:08.384 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-21T11:03:08.399 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package luarocks. 2024-09-21T11:03:08.410 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-21T11:03:08.426 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-21T11:03:08.450 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T11:03:08.465 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-21T11:03:08.701 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-21T11:03:08.728 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-21T11:03:08.753 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libradosstriper1. 2024-09-21T11:03:08.767 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-21T11:03:08.779 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:08.819 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libradosstriper1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:08.847 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librgw2. 2024-09-21T11:03:08.875 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../026-librgw2_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:08.914 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librgw2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:09.220 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cheroot. 2024-09-21T11:03:09.232 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-common. 2024-09-21T11:03:09.248 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-21T11:03:09.258 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../030-ceph-common_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:09.287 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T11:03:09.298 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:09.583 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rgw. 2024-09-21T11:03:09.590 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-21T11:03:09.611 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:09.617 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-21T11:03:09.641 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:09.656 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-21T11:03:09.918 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-21T11:03:09.945 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-21T11:03:09.953 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-21T11:03:09.980 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-21T11:03:09.984 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-21T11:03:10.019 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T11:03:10.264 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libradosstriper1. 2024-09-21T11:03:10.287 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-21T11:03:10.290 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:10.314 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-21T11:03:10.330 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libradosstriper1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:10.354 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-21T11:03:10.657 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempora. 2024-09-21T11:03:10.684 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-21T11:03:10.723 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-21T11:03:10.734 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-common. 2024-09-21T11:03:10.753 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-base. 2024-09-21T11:03:10.761 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../030-ceph-common_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:10.779 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../031-ceph-base_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:10.800 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:10.830 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-base (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:10.985 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-portend. 2024-09-21T11:03:11.011 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-21T11:03:11.043 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-21T11:03:11.337 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-21T11:03:11.364 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-21T11:03:11.404 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-21T11:03:11.408 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-21T11:03:11.434 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-21T11:03:11.475 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-21T11:03:11.707 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-21T11:03:11.734 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-21T11:03:11.773 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-21T11:03:11.794 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cheroot. 2024-09-21T11:03:11.821 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-21T11:03:11.861 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T11:03:12.111 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-natsort. 2024-09-21T11:03:12.137 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-21T11:03:12.156 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-21T11:03:12.177 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-21T11:03:12.182 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-21T11:03:12.214 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-21T11:03:12.438 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-base. 2024-09-21T11:03:12.466 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../031-ceph-base_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:12.513 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-logutils. 2024-09-21T11:03:12.515 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-base (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:12.525 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-21T11:03:12.540 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-21T11:03:12.552 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-21T11:03:12.580 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-21T11:03:12.592 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-21T11:03:12.883 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-21T11:03:12.895 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-21T11:03:12.909 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-21T11:03:12.921 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-21T11:03:12.949 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-21T11:03:12.962 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-21T11:03:13.134 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-21T11:03:13.161 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-21T11:03:13.211 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-mako. 2024-09-21T11:03:13.238 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-21T11:03:13.265 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-tempora. 2024-09-21T11:03:13.269 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T11:03:13.291 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-21T11:03:13.323 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-21T11:03:13.693 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-21T11:03:14.179 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cheroot. 2024-09-21T11:03:14.206 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-21T11:03:14.245 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T11:03:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-21T11:03:14.382 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-21T11:03:14.385 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-portend. 2024-09-21T11:03:14.411 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-21T11:03:14.422 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-21T11:03:14.451 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-21T11:03:14.717 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-21T11:03:14.743 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-21T11:03:14.754 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-21T11:03:14.781 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-21T11:03:14.791 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-21T11:03:14.807 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-21T11:03:14.821 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-21T11:03:14.834 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-21T11:03:14.874 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-21T11:03:15.094 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webob. 2024-09-21T11:03:15.121 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-21T11:03:15.141 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-21T11:03:15.161 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T11:03:15.167 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-21T11:03:15.199 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-21T11:03:15.268 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-21T11:03:15.295 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-21T11:03:15.343 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-21T11:03:15.472 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-waitress. 2024-09-21T11:03:15.499 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-21T11:03:15.536 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-natsort. 2024-09-21T11:03:15.542 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T11:03:15.563 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-21T11:03:15.603 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-21T11:03:15.712 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-21T11:03:15.739 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-21T11:03:15.779 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-21T11:03:15.816 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempita. 2024-09-21T11:03:15.833 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-21T11:03:15.875 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T11:03:15.889 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-logutils. 2024-09-21T11:03:15.905 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-21T11:03:15.940 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-21T11:03:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-tempora. 2024-09-21T11:03:16.098 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-21T11:03:16.140 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-21T11:03:16.186 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-paste. 2024-09-21T11:03:16.213 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-21T11:03:16.253 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T11:03:16.410 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-portend. 2024-09-21T11:03:16.437 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-21T11:03:16.442 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-21T11:03:16.468 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-21T11:03:16.469 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-21T11:03:16.509 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-21T11:03:16.622 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-21T11:03:16.639 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-21T11:03:16.681 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T11:03:16.737 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-21T11:03:16.764 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-21T11:03:16.804 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-21T11:03:16.812 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-mako. 2024-09-21T11:03:16.838 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-21T11:03:16.879 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T11:03:16.958 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-21T11:03:16.975 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-21T11:03:17.017 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-21T11:03:17.107 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-21T11:03:17.134 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-21T11:03:17.173 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-21T11:03:17.191 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-21T11:03:17.217 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-21T11:03:17.257 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-21T11:03:17.262 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webtest. 2024-09-21T11:03:17.289 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-21T11:03:17.328 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-21T11:03:17.468 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-natsort. 2024-09-21T11:03:17.495 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-21T11:03:17.526 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-21T11:03:17.543 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-21T11:03:17.570 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-21T11:03:17.601 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-21T11:03:17.639 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pecan. 2024-09-21T11:03:17.666 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-21T11:03:17.706 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T11:03:17.788 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-logutils. 2024-09-21T11:03:17.815 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-21T11:03:17.854 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-21T11:03:17.888 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-webob. 2024-09-21T11:03:17.914 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-21T11:03:17.954 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T11:03:18.078 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-certifi. 2024-09-21T11:03:18.105 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-21T11:03:18.144 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-21T11:03:18.157 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-21T11:03:18.184 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-21T11:03:18.224 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-21T11:03:18.308 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-waitress. 2024-09-21T11:03:18.334 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-21T11:03:18.377 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T11:03:18.464 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-idna. 2024-09-21T11:03:18.491 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-21T11:03:18.526 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-mako. 2024-09-21T11:03:18.530 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T11:03:18.553 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-21T11:03:18.593 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T11:03:18.686 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-tempita. 2024-09-21T11:03:18.712 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-21T11:03:18.752 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T11:03:18.799 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-urllib3. 2024-09-21T11:03:18.827 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-21T11:03:18.866 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T11:03:18.929 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-21T11:03:18.956 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-21T11:03:18.996 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-21T11:03:19.039 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-paste. 2024-09-21T11:03:19.065 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-21T11:03:19.105 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T11:03:19.169 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests. 2024-09-21T11:03:19.185 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-21T11:03:19.219 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T11:03:19.274 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-21T11:03:19.301 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-21T11:03:19.340 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-21T11:03:19.400 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-21T11:03:19.427 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-21T11:03:19.467 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T11:03:19.660 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-webob. 2024-09-21T11:03:19.664 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-21T11:03:19.687 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-21T11:03:19.691 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-21T11:03:19.726 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T11:03:19.730 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T11:03:19.770 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-21T11:03:19.796 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-21T11:03:19.836 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-21T11:03:20.009 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-21T11:03:20.025 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:20.067 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-modules-core (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:20.082 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-waitress. 2024-09-21T11:03:20.106 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-21T11:03:20.132 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-webtest. 2024-09-21T11:03:20.149 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T11:03:20.158 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-21T11:03:20.198 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-21T11:03:20.464 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-21T11:03:20.465 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-tempita. 2024-09-21T11:03:20.468 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pecan. 2024-09-21T11:03:20.491 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:20.492 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-21T11:03:20.494 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-21T11:03:20.532 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T11:03:20.534 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T11:03:20.538 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:20.833 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-21T11:03:20.835 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-paste. 2024-09-21T11:03:20.860 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-21T11:03:20.862 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-21T11:03:20.873 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-certifi. 2024-09-21T11:03:20.899 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-21T11:03:20.900 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-21T11:03:20.901 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T11:03:20.956 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-21T11:03:21.169 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-openssl. 2024-09-21T11:03:21.185 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-21T11:03:21.219 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-21T11:03:21.229 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-21T11:03:21.245 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-21T11:03:21.284 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-idna. 2024-09-21T11:03:21.287 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T11:03:21.310 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-21T11:03:21.359 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T11:03:21.547 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr. 2024-09-21T11:03:21.574 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:21.582 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-21T11:03:21.609 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-21T11:03:21.613 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:21.649 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-21T11:03:21.687 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-urllib3. 2024-09-21T11:03:21.713 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-21T11:03:21.754 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T11:03:21.927 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-webtest. 2024-09-21T11:03:21.954 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-21T11:03:21.985 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-21T11:03:22.017 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mon. 2024-09-21T11:03:22.044 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:22.083 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mon (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:22.091 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-requests. 2024-09-21T11:03:22.118 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-21T11:03:22.157 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T11:03:22.229 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pecan. 2024-09-21T11:03:22.256 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-21T11:03:22.295 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T11:03:22.444 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-21T11:03:22.471 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-21T11:03:22.510 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T11:03:22.650 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-certifi. 2024-09-21T11:03:22.678 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-21T11:03:22.717 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-21T11:03:22.753 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-osd. 2024-09-21T11:03:22.780 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-21T11:03:22.780 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:22.795 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:22.811 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-osd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:22.838 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-modules-core (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:23.045 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-idna. 2024-09-21T11:03:23.072 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-21T11:03:23.111 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T11:03:23.193 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-21T11:03:23.220 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:23.260 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:23.447 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-urllib3. 2024-09-21T11:03:23.474 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-21T11:03:23.514 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T11:03:23.563 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-21T11:03:23.590 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-21T11:03:23.629 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-21T11:03:23.842 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-requests. 2024-09-21T11:03:23.869 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-21T11:03:23.881 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph. 2024-09-21T11:03:23.908 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../067-ceph_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:23.909 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T11:03:23.933 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-openssl. 2024-09-21T11:03:23.948 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:23.960 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-21T11:03:23.999 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-21T11:03:24.195 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-21T11:03:24.222 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-21T11:03:24.261 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T11:03:24.267 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-fuse. 2024-09-21T11:03:24.286 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr. 2024-09-21T11:03:24.294 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:24.312 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:24.344 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:24.350 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:24.556 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-21T11:03:24.572 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:24.614 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-modules-core (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:24.739 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mon. 2024-09-21T11:03:24.745 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mds. 2024-09-21T11:03:24.765 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:24.772 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:24.805 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mon (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:24.812 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mds (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:25.169 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-21T11:03:25.173 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package cephadm. 2024-09-21T11:03:25.196 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:25.200 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../070-cephadm_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:25.231 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:25.235 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:25.395 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-osd. 2024-09-21T11:03:25.421 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:25.461 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-osd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:25.546 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-21T11:03:25.550 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-21T11:03:25.573 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-21T11:03:25.577 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-21T11:03:25.613 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-21T11:03:25.617 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-21T11:03:25.886 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-21T11:03:25.890 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-openssl. 2024-09-21T11:03:25.903 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T11:03:25.918 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-21T11:03:25.945 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T11:03:25.957 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-21T11:03:26.269 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr. 2024-09-21T11:03:26.296 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:26.335 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:26.564 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph. 2024-09-21T11:03:26.580 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../067-ceph_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:26.622 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:26.730 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mon. 2024-09-21T11:03:26.757 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:26.796 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mon (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:27.000 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-babel. 2024-09-21T11:03:27.027 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T11:03:27.066 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T11:03:27.083 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-fuse. 2024-09-21T11:03:27.110 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:27.150 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:27.394 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jinja2. 2024-09-21T11:03:27.417 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-osd. 2024-09-21T11:03:27.421 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-21T11:03:27.444 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:27.460 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T11:03:27.483 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-osd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:27.537 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mds. 2024-09-21T11:03:27.563 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:27.603 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mds (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:27.814 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-21T11:03:27.841 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:27.880 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:27.965 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package cephadm. 2024-09-21T11:03:27.991 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../070-cephadm_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:28.031 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-21T11:03:28.175 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-21T11:03:28.208 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-21T11:03:28.351 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-21T11:03:28.378 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-21T11:03:28.417 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-21T11:03:28.512 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-routes. 2024-09-21T11:03:28.536 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph. 2024-09-21T11:03:28.538 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-21T11:03:28.549 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../067-ceph_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:28.577 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:28.578 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T11:03:28.729 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-21T11:03:28.755 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T11:03:28.795 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T11:03:28.897 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-fuse. 2024-09-21T11:03:28.924 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:28.956 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-21T11:03:28.963 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:28.983 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:29.022 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-dashboard (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:29.408 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mds. 2024-09-21T11:03:29.436 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:29.474 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mds (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:29.767 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-babel. 2024-09-21T11:03:29.783 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T11:03:29.825 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T11:03:29.869 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package cephadm. 2024-09-21T11:03:29.885 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../070-cephadm_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:29.919 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:30.137 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jinja2. 2024-09-21T11:03:30.152 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-21T11:03:30.187 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T11:03:30.230 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-21T11:03:30.257 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-21T11:03:30.296 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-21T11:03:30.473 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-21T11:03:30.489 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:30.532 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:30.607 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-21T11:03:30.677 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T11:03:30.678 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T11:03:30.911 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-21T11:03:30.937 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-21T11:03:30.977 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-21T11:03:31.280 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-routes. 2024-09-21T11:03:31.307 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-21T11:03:31.346 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T11:03:31.675 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-21T11:03:31.702 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:31.737 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-babel. 2024-09-21T11:03:31.742 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-dashboard (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:31.753 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T11:03:31.787 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T11:03:31.961 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-21T11:03:31.979 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-21T11:03:32.019 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T11:03:32.048 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jinja2. 2024-09-21T11:03:32.061 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-21T11:03:32.089 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T11:03:32.426 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-21T11:03:32.453 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:32.473 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-joblib. 2024-09-21T11:03:32.489 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-21T11:03:32.492 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:32.522 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T11:03:32.837 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-21T11:03:32.864 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-21T11:03:32.884 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-21T11:03:32.904 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-21T11:03:32.912 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-21T11:03:32.959 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-21T11:03:33.165 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-routes. 2024-09-21T11:03:33.181 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-21T11:03:33.214 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T11:03:33.271 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn. 2024-09-21T11:03:33.299 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-21T11:03:33.423 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T11:03:33.526 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-21T11:03:33.554 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:33.584 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-dashboard (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:34.148 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-21T11:03:34.165 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:34.198 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:34.522 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-21T11:03:34.552 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-21T11:03:34.597 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T11:03:35.167 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-joblib. 2024-09-21T11:03:35.183 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-21T11:03:35.226 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T11:03:35.227 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cachetools. 2024-09-21T11:03:35.255 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-21T11:03:35.301 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-21T11:03:35.554 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-21T11:03:35.582 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-21T11:03:35.604 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-21T11:03:35.621 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-21T11:03:35.632 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-21T11:03:35.671 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-21T11:03:35.924 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-sklearn. 2024-09-21T11:03:35.951 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-21T11:03:36.016 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-21T11:03:36.044 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-21T11:03:36.068 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T11:03:36.082 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T11:03:36.352 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rsa. 2024-09-21T11:03:36.381 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-21T11:03:36.419 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-21T11:03:36.656 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-21T11:03:36.686 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-21T11:03:36.730 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T11:03:36.739 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-google-auth. 2024-09-21T11:03:36.768 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-21T11:03:36.778 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-21T11:03:36.805 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-21T11:03:36.806 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:36.844 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:37.150 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-21T11:03:37.179 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-21T11:03:37.217 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T11:03:37.234 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-joblib. 2024-09-21T11:03:37.262 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-21T11:03:37.300 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T11:03:37.528 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-websocket. 2024-09-21T11:03:37.545 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-21T11:03:37.586 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-21T11:03:37.679 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-21T11:03:37.707 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-21T11:03:37.745 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-21T11:03:37.815 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cachetools. 2024-09-21T11:03:37.842 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-21T11:03:37.865 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-21T11:03:37.881 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-21T11:03:37.893 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-21T11:03:37.931 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T11:03:37.998 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-sklearn. 2024-09-21T11:03:38.026 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-21T11:03:38.144 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T11:03:38.184 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-21T11:03:38.211 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-21T11:03:38.250 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-21T11:03:38.563 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-21T11:03:38.590 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-21T11:03:38.604 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-21T11:03:38.629 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T11:03:38.633 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:38.662 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:38.886 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-21T11:03:38.915 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:38.940 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rsa. 2024-09-21T11:03:38.952 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:38.968 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-21T11:03:38.973 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-21T11:03:38.998 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-21T11:03:39.001 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-21T11:03:39.039 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T11:03:39.295 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-google-auth. 2024-09-21T11:03:39.322 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-21T11:03:39.361 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-21T11:03:39.384 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-21T11:03:39.412 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T11:03:39.451 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T11:03:39.681 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-21T11:03:39.704 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package jq. 2024-09-21T11:03:39.709 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-21T11:03:39.722 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T11:03:39.748 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T11:03:39.753 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-21T11:03:39.906 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cachetools. 2024-09-21T11:03:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-21T11:03:39.972 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-21T11:03:40.015 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package socat. 2024-09-21T11:03:40.043 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-21T11:03:40.076 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-websocket. 2024-09-21T11:03:40.089 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-21T11:03:40.103 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-21T11:03:40.142 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-21T11:03:40.258 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-21T11:03:40.286 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-21T11:03:40.316 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-21T11:03:40.426 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package xmlstarlet. 2024-09-21T11:03:40.454 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-21T11:03:40.462 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-21T11:03:40.490 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-21T11:03:40.492 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-21T11:03:40.529 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T11:03:40.645 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-21T11:03:40.673 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-21T11:03:40.711 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T11:03:40.857 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-test. 2024-09-21T11:03:40.886 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../098-ceph-test_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:40.924 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-test (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:41.015 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rsa. 2024-09-21T11:03:41.043 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-21T11:03:41.072 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-21T11:03:41.168 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-21T11:03:41.184 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:41.235 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:41.393 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-google-auth. 2024-09-21T11:03:41.421 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-21T11:03:41.467 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-21T11:03:41.555 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-21T11:03:41.583 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-21T11:03:41.621 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T11:03:41.854 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-21T11:03:41.883 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-21T11:03:41.929 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T11:03:41.941 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-21T11:03:41.969 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T11:03:41.999 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T11:03:42.261 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package jq. 2024-09-21T11:03:42.288 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T11:03:42.307 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-websocket. 2024-09-21T11:03:42.327 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-21T11:03:42.335 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-21T11:03:42.382 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-21T11:03:42.580 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package socat. 2024-09-21T11:03:42.596 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-21T11:03:42.638 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-21T11:03:42.744 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-21T11:03:42.771 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-21T11:03:42.810 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T11:03:42.958 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package xmlstarlet. 2024-09-21T11:03:42.974 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-21T11:03:43.016 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-21T11:03:43.253 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-volume. 2024-09-21T11:03:43.282 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:43.319 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-volume (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:43.396 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-test. 2024-09-21T11:03:43.424 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../098-ceph-test_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:43.432 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-21T11:03:43.449 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:43.462 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-test (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:43.490 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:43.615 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-21T11:03:43.632 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:43.674 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs-dev (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:43.809 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-21T11:03:43.838 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-21T11:03:43.892 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T11:03:43.943 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-21T11:03:43.972 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-21T11:03:44.009 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T11:03:44.204 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-21T11:03:44.232 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T11:03:44.270 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T11:03:44.348 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-21T11:03:44.376 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-21T11:03:44.414 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-21T11:03:44.532 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package jq. 2024-09-21T11:03:44.560 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T11:03:44.598 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-21T11:03:44.785 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package nvme-cli. 2024-09-21T11:03:44.813 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-21T11:03:44.851 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package socat. 2024-09-21T11:03:44.851 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T11:03:44.867 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-21T11:03:44.909 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-21T11:03:45.238 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package xmlstarlet. 2024-09-21T11:03:45.256 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package pkg-config. 2024-09-21T11:03:45.266 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-21T11:03:45.285 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-21T11:03:45.304 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-21T11:03:45.323 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T11:03:45.551 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-21T11:03:45.565 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-21T11:03:45.609 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-21T11:03:45.666 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-test. 2024-09-21T11:03:45.694 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../098-ceph-test_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:45.732 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-test (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:45.776 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-volume. 2024-09-21T11:03:45.804 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:45.842 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-volume (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:45.996 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-21T11:03:46.024 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-21T11:03:46.053 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-21T11:03:46.130 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-21T11:03:46.158 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:46.196 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libcephfs-dev (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:46.349 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastescript. 2024-09-21T11:03:46.377 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-21T11:03:46.415 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-21T11:03:46.482 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-21T11:03:46.510 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-21T11:03:46.540 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T11:03:46.735 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pluggy. 2024-09-21T11:03:46.763 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-21T11:03:46.801 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-21T11:03:46.871 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-21T11:03:46.899 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-21T11:03:46.937 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-21T11:03:47.129 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-psutil. 2024-09-21T11:03:47.158 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-21T11:03:47.204 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-21T11:03:47.308 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package nvme-cli. 2024-09-21T11:03:47.336 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-21T11:03:47.374 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T11:03:47.532 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-py. 2024-09-21T11:03:47.561 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-21T11:03:47.607 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-21T11:03:47.780 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package pkg-config. 2024-09-21T11:03:47.808 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-21T11:03:47.846 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T11:03:47.927 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pygments. 2024-09-21T11:03:47.956 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-21T11:03:47.993 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T11:03:48.074 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-21T11:03:48.092 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-21T11:03:48.133 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-21T11:03:48.195 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-volume. 2024-09-21T11:03:48.224 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-5103-g5c1cdc3c-1jammy_all.deb ... 2024-09-21T11:03:48.262 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-volume (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:48.473 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-21T11:03:48.501 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-21T11:03:48.528 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-21T11:03:48.539 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-21T11:03:48.548 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-21T11:03:48.556 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-21T11:03:48.565 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:48.586 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-21T11:03:48.607 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libcephfs-dev (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:48.850 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-toml. 2024-09-21T11:03:48.876 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-21T11:03:48.879 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-21T11:03:48.889 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pastescript. 2024-09-21T11:03:48.904 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-21T11:03:48.916 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-21T11:03:48.917 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-21T11:03:48.934 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T11:03:48.955 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-21T11:03:49.220 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pytest. 2024-09-21T11:03:49.242 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pluggy. 2024-09-21T11:03:49.248 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-21T11:03:49.258 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-21T11:03:49.272 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-21T11:03:49.286 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T11:03:49.300 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-21T11:03:49.301 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-21T11:03:49.339 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-21T11:03:49.637 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-psutil. 2024-09-21T11:03:49.648 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplejson. 2024-09-21T11:03:49.665 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-21T11:03:49.677 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-21T11:03:49.703 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-21T11:03:49.709 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package nvme-cli. 2024-09-21T11:03:49.714 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-21T11:03:49.738 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-21T11:03:49.784 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T11:03:49.992 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-21T11:03:50.007 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-py. 2024-09-21T11:03:50.021 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-21T11:03:50.035 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-21T11:03:50.058 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-21T11:03:50.073 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-21T11:03:50.214 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package pkg-config. 2024-09-21T11:03:50.243 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-21T11:03:50.280 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T11:03:50.393 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pygments. 2024-09-21T11:03:50.421 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-21T11:03:50.460 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T11:03:50.517 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-21T11:03:50.545 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-21T11:03:50.575 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-21T11:03:50.713 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package radosgw. 2024-09-21T11:03:50.741 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../117-radosgw_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:50.779 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking radosgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:50.914 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-21T11:03:50.942 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-21T11:03:50.978 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-21T11:03:50.980 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-21T11:03:51.007 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-21T11:03:51.044 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-21T11:03:51.289 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pastescript. 2024-09-21T11:03:51.292 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-toml. 2024-09-21T11:03:51.317 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-21T11:03:51.320 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-21T11:03:51.355 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-21T11:03:51.358 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-21T11:03:51.637 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pytest. 2024-09-21T11:03:51.658 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pluggy. 2024-09-21T11:03:51.665 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-21T11:03:51.687 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-21T11:03:51.695 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T11:03:51.724 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-21T11:03:51.765 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package rbd-fuse. 2024-09-21T11:03:51.782 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:51.823 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking rbd-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:52.011 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-psutil. 2024-09-21T11:03:52.032 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-simplejson. 2024-09-21T11:03:52.040 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-21T11:03:52.060 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-21T11:03:52.094 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-21T11:03:52.098 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-21T11:03:52.129 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-21T11:03:52.370 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T11:03:52.376 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-21T11:03:52.392 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-21T11:03:52.422 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-py. 2024-09-21T11:03:52.434 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-21T11:03:52.451 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-21T11:03:52.488 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T11:03:52.489 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-21T11:03:52.729 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-21T11:03:52.792 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pygments. 2024-09-21T11:03:52.820 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-21T11:03:52.850 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T11:03:53.056 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-21T11:03:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package radosgw. 2024-09-21T11:03:53.150 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../117-radosgw_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:53.188 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking radosgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:53.321 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-21T11:03:53.350 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-21T11:03:53.387 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-21T11:03:53.495 INFO:teuthology.orchestra.run.smithi016.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-21T11:03:53.573 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:53.682 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-toml. 2024-09-21T11:03:53.710 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-21T11:03:53.739 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-21T11:03:54.009 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pytest. 2024-09-21T11:03:54.022 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user cephadm....done 2024-09-21T11:03:54.038 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-21T11:03:54.075 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T11:03:54.100 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package rbd-fuse. 2024-09-21T11:03:54.116 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:54.158 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking rbd-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:54.162 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T11:03:54.404 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-simplejson. 2024-09-21T11:03:54.433 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-21T11:03:54.463 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-21T11:03:54.464 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-21T11:03:54.470 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-21T11:03:54.705 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T11:03:54.724 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-21T11:03:54.740 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-21T11:03:54.757 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-21T11:03:54.798 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-21T11:03:54.831 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T11:03:54.850 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-21T11:03:55.092 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-21T11:03:55.109 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-21T11:03:55.377 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T11:03:55.411 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-21T11:03:55.503 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-21T11:03:55.552 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package radosgw. 2024-09-21T11:03:55.581 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../117-radosgw_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:55.618 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking radosgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:55.813 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T11:03:55.831 INFO:teuthology.orchestra.run.smithi094.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-21T11:03:55.925 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:56.182 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-21T11:03:56.425 INFO:teuthology.orchestra.run.smithi094.stdout:Adding system user cephadm....done 2024-09-21T11:03:56.450 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-21T11:03:56.571 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package rbd-fuse. 2024-09-21T11:03:56.573 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T11:03:56.588 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-5103-g5c1cdc3c-1jammy_amd64.deb ... 2024-09-21T11:03:56.629 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking rbd-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:56.726 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-21T11:03:56.850 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-21T11:03:56.901 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-21T11:03:56.969 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-21T11:03:57.101 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-21T11:03:57.227 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-21T11:03:57.267 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T11:03:57.393 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T11:03:57.420 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-21T11:03:57.478 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-21T11:03:57.676 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-21T11:03:57.680 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-21T11:03:57.729 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T11:03:57.856 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-21T11:03:57.948 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-argparse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:58.001 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-21T11:03:58.166 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T11:03:58.207 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T11:03:58.333 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-21T11:03:58.418 INFO:teuthology.orchestra.run.smithi047.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-21T11:03:58.459 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T11:03:58.487 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:03:58.526 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-21T11:03:58.568 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T11:03:58.669 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-21T11:03:58.777 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-21T11:03:58.920 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-21T11:03:59.054 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-21T11:03:59.128 INFO:teuthology.orchestra.run.smithi047.stdout:Adding system user cephadm....done 2024-09-21T11:03:59.284 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T11:03:59.285 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-21T11:03:59.319 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-21T11:03:59.356 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-21T11:03:59.382 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T11:03:59.508 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-21T11:03:59.561 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-21T11:03:59.740 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-21T11:03:59.820 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-21T11:03:59.876 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T11:03:59.946 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-21T11:03:59.977 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-21T11:04:00.000 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-21T11:04:00.236 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T11:04:00.239 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-21T11:04:00.376 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-ceph-argparse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:00.512 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-21T11:04:00.540 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T11:04:00.635 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T11:04:00.666 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-21T11:04:00.762 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-21T11:04:00.814 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up zip (3.0-12build2) ... 2024-09-21T11:04:00.863 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T11:04:00.915 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T11:04:00.976 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T11:04:00.980 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T11:04:01.106 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-21T11:04:01.336 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-21T11:04:01.357 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-21T11:04:01.604 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-21T11:04:01.625 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T11:04:01.872 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-21T11:04:01.893 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T11:04:01.900 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-21T11:04:01.930 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-21T11:04:01.994 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-21T11:04:01.994 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T11:04:02.095 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T11:04:02.107 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-21T11:04:02.120 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-21T11:04:02.366 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-21T11:04:02.396 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-21T11:04:02.472 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T11:04:02.598 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-21T11:04:02.626 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-21T11:04:02.789 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-21T11:04:02.865 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T11:04:02.943 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-ceph-argparse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:03.048 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T11:04:03.142 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-21T11:04:03.203 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T11:04:03.329 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-21T11:04:03.441 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T11:04:03.451 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up zip (3.0-12build2) ... 2024-09-21T11:04:03.455 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T11:04:03.577 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T11:04:03.581 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T11:04:03.723 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-21T11:04:03.759 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T11:04:03.982 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-21T11:04:04.102 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-21T11:04:04.271 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T11:04:04.353 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-21T11:04:04.394 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-21T11:04:04.455 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-21T11:04:04.471 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:04.519 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T11:04:04.531 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T11:04:04.645 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-21T11:04:04.657 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-21T11:04:04.781 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T11:04:04.783 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T11:04:05.030 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T11:04:05.084 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-21T11:04:05.090 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T11:04:05.139 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-21T11:04:05.390 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T11:04:05.469 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-21T11:04:05.649 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-21T11:04:05.711 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T11:04:05.950 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up zip (3.0-12build2) ... 2024-09-21T11:04:06.060 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T11:04:06.063 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T11:04:06.338 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T11:04:06.348 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T11:04:06.598 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:04:06.691 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-21T11:04:06.732 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-21T11:04:06.770 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T11:04:06.951 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-21T11:04:07.000 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T11:04:07.077 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:07.126 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-21T11:04:07.252 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T11:04:07.263 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T11:04:07.363 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-21T11:04:07.378 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T11:04:07.464 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T11:04:07.545 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-21T11:04:07.671 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T11:04:07.749 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-21T11:04:07.796 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-21T11:04:08.064 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:04:08.150 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-21T11:04:08.190 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-21T11:04:08.401 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T11:04:08.491 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-21T11:04:08.759 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-21T11:04:08.803 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T11:04:08.836 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T11:04:09.018 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-21T11:04:09.089 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:04:09.104 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T11:04:09.223 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-21T11:04:09.261 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-21T11:04:09.464 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-21T11:04:09.491 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T11:04:09.512 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-21T11:04:09.617 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-21T11:04:09.715 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-21T11:04:09.760 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T11:04:09.780 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T11:04:09.841 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:09.881 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-21T11:04:10.069 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-21T11:04:10.150 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T11:04:10.165 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T11:04:10.292 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T11:04:10.312 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-21T11:04:10.468 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T11:04:10.538 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:04:10.618 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T11:04:10.673 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-21T11:04:10.919 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-21T11:04:10.999 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-21T11:04:11.161 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T11:04:11.258 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-21T11:04:11.271 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-21T11:04:11.405 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T11:04:11.495 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-21T11:04:11.517 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-21T11:04:11.732 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T11:04:11.740 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T11:04:11.785 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-21T11:04:11.867 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T11:04:11.967 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:04:12.036 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-21T11:04:12.126 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-21T11:04:12.259 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-21T11:04:12.279 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T11:04:12.380 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-21T11:04:12.385 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T11:04:12.512 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-21T11:04:12.519 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-21T11:04:12.645 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-21T11:04:12.663 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T11:04:12.664 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T11:04:12.790 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T11:04:12.905 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:04:12.989 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-21T11:04:13.030 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T11:04:13.091 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T11:04:13.240 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-21T11:04:13.357 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T11:04:13.409 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-21T11:04:13.491 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:04:13.617 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-21T11:04:13.658 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T11:04:13.668 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T11:04:13.794 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-21T11:04:13.912 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T11:04:13.926 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-21T11:04:13.959 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-21T11:04:13.993 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-21T11:04:14.085 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-21T11:04:14.169 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-21T11:04:14.230 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T11:04:14.352 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-21T11:04:14.365 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T11:04:14.429 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-21T11:04:14.688 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-21T11:04:14.706 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T11:04:14.757 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-21T11:04:14.939 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-21T11:04:14.965 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-21T11:04:15.067 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-21T11:04:15.193 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-21T11:04:15.207 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T11:04:15.333 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-21T11:04:15.351 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-21T11:04:15.452 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:04:15.578 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T11:04:15.609 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T11:04:15.635 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T11:04:15.735 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T11:04:15.896 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T11:04:15.988 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T11:04:16.036 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T11:04:16.114 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librados2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:16.197 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T11:04:16.223 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libsqlite3-mod-ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:16.337 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-21T11:04:16.349 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-21T11:04:16.473 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-21T11:04:16.597 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T11:04:16.599 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-21T11:04:16.702 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:16.747 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-21T11:04:16.828 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libradosstriper1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:16.867 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-21T11:04:16.882 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T11:04:16.954 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-21T11:04:16.971 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-21T11:04:17.208 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T11:04:17.228 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T11:04:17.231 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librbd1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:17.334 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T11:04:17.349 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-modules-core (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:17.475 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:17.479 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-21T11:04:17.718 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T11:04:17.718 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T11:04:17.727 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-21T11:04:17.848 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-21T11:04:17.987 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-21T11:04:18.113 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-21T11:04:18.153 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T11:04:18.234 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs-dev (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:18.355 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T11:04:18.360 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rados (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:18.482 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T11:04:18.486 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librgw2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:18.493 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T11:04:18.612 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T11:04:18.619 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librados2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:18.745 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libsqlite3-mod-ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:18.807 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T11:04:18.871 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-21T11:04:19.117 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T11:04:19.191 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libcephfs2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:19.316 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libradosstriper1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:19.410 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-21T11:04:19.442 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-21T11:04:19.510 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-21T11:04:19.719 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librbd1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:19.803 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-21T11:04:19.837 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-modules-core (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:19.891 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rbd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:20.017 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up rbd-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:20.094 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:20.126 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:20.173 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T11:04:20.227 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cephfs (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:20.328 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:20.419 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T11:04:20.419 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T11:04:20.466 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-21T11:04:20.860 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-21T11:04:20.880 INFO:teuthology.orchestra.run.smithi016.stdout:Adding group ceph....done 2024-09-21T11:04:20.914 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libcephfs-dev (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:21.048 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rados (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:21.136 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T11:04:21.174 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librgw2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:21.223 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user ceph....done 2024-09-21T11:04:21.300 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T11:04:21.392 INFO:teuthology.orchestra.run.smithi016.stdout:Setting system user ceph properties....done 2024-09-21T11:04:21.406 INFO:teuthology.orchestra.run.smithi016.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-21T11:04:21.490 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T11:04:21.551 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-21T11:04:21.589 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librados2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:21.699 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libsqlite3-mod-ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:21.825 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-21T11:04:21.893 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-21T11:04:22.161 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libcephfs2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.287 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libradosstriper1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.405 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-test (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.413 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-21T11:04:22.503 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rbd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.532 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up radosgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.612 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up rbd-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.681 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librbd1 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.714 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.807 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-modules-core (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.840 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cephfs (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.933 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:22.966 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:23.163 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T11:04:23.163 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T11:04:23.467 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T11:04:23.467 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T11:04:23.508 INFO:teuthology.orchestra.run.smithi094.stdout:Adding group ceph....done 2024-09-21T11:04:23.701 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libcephfs-dev (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:23.827 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rados (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:23.867 INFO:teuthology.orchestra.run.smithi094.stdout:Adding system user ceph....done 2024-09-21T11:04:23.953 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librgw2 (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:23.959 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-base (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:24.053 INFO:teuthology.orchestra.run.smithi094.stdout:Setting system user ceph properties....done 2024-09-21T11:04:24.066 INFO:teuthology.orchestra.run.smithi094.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-21T11:04:24.079 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T11:04:24.206 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-21T11:04:24.323 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-21T11:04:24.561 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-21T11:04:24.835 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mds (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:25.016 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-test (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:25.084 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T11:04:25.084 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T11:04:25.142 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up radosgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:25.316 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rbd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:25.442 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up rbd-fuse (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:25.543 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:25.554 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:25.601 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T11:04:25.601 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T11:04:25.644 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cephfs (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:25.755 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-common (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:25.775 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T11:04:25.775 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T11:04:26.077 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-base (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:26.256 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-osd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:26.298 INFO:teuthology.orchestra.run.smithi047.stdout:Adding group ceph....done 2024-09-21T11:04:26.425 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-21T11:04:26.532 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T11:04:26.532 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T11:04:26.691 INFO:teuthology.orchestra.run.smithi047.stdout:Adding system user ceph....done 2024-09-21T11:04:26.852 INFO:teuthology.orchestra.run.smithi047.stdout:Setting system user ceph properties....done 2024-09-21T11:04:26.871 INFO:teuthology.orchestra.run.smithi047.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-21T11:04:26.887 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mds (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:27.019 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-21T11:04:27.049 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-k8sevents (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:27.134 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T11:04:27.134 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T11:04:27.175 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:27.326 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mon (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:27.335 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-21T11:04:27.544 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T11:04:27.544 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T11:04:27.597 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:27.815 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-test (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:27.823 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T11:04:27.823 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T11:04:27.941 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up radosgw (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:28.172 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:28.332 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-osd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:28.379 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:28.412 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T11:04:28.413 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T11:04:28.572 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-dashboard (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:28.631 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T11:04:28.631 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T11:04:28.723 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-volume (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:28.876 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-base (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:29.076 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-21T11:04:29.126 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-k8sevents (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:29.177 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-21T11:04:29.257 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-21T11:04:29.313 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-21T11:04:29.370 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:29.623 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mon (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:29.719 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mds (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:29.893 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T11:04:29.893 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T11:04:29.972 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T11:04:29.972 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T11:04:30.371 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:30.422 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-21T11:04:30.437 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:30.539 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:30.665 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-dashboard (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:30.676 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T11:04:30.676 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T11:04:30.833 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-volume (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:31.083 INFO:teuthology.orchestra.run.smithi016.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-21T11:04:31.088 DEBUG:teuthology.parallel:result is None 2024-09-21T11:04:31.131 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-osd (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:31.219 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-21T11:04:31.328 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-21T11:04:31.414 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T11:04:31.414 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T11:04:31.464 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-21T11:04:31.832 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-k8sevents (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:31.958 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:32.101 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mon (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:32.221 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-21T11:04:32.321 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T11:04:32.321 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T11:04:32.870 INFO:teuthology.orchestra.run.smithi094.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-21T11:04:32.874 DEBUG:teuthology.parallel:result is None 2024-09-21T11:04:33.104 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-cephadm (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:33.263 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:33.373 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-dashboard (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:33.499 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-volume (19.3.0-5103-g5c1cdc3c-1jammy) ... 2024-09-21T11:04:34.018 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-21T11:04:34.127 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-21T11:04:34.280 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-21T11:04:35.430 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-21T11:04:36.093 INFO:teuthology.orchestra.run.smithi047.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-21T11:04:36.097 DEBUG:teuthology.parallel:result is None 2024-09-21T11:04:36.098 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:04:36.247 DEBUG:teuthology.orchestra.run.smithi016:> dpkg-query -W -f '${Version}' ceph 2024-09-21T11:04:36.267 INFO:teuthology.orchestra.run.smithi016.stdout:19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:04:36.267 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:04:36.268 INFO:teuthology.task.install:The correct ceph version 19.3.0-5103-g5c1cdc3c-1jammy is installed. 2024-09-21T11:04:36.270 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:04:36.409 DEBUG:teuthology.orchestra.run.smithi047:> dpkg-query -W -f '${Version}' ceph 2024-09-21T11:04:36.429 INFO:teuthology.orchestra.run.smithi047.stdout:19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:04:36.429 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:04:36.430 INFO:teuthology.task.install:The correct ceph version 19.3.0-5103-g5c1cdc3c-1jammy is installed. 2024-09-21T11:04:36.431 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:04:36.568 DEBUG:teuthology.orchestra.run.smithi094:> dpkg-query -W -f '${Version}' ceph 2024-09-21T11:04:36.586 INFO:teuthology.orchestra.run.smithi094.stdout:19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:04:36.587 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:04:36.587 INFO:teuthology.task.install:The correct ceph version 19.3.0-5103-g5c1cdc3c-1jammy is installed. 2024-09-21T11:04:36.588 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-21T11:04:36.589 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:04:36.589 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T11:04:36.604 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:04:36.604 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T11:04:36.619 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:04:36.619 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T11:04:36.640 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-21T11:04:36.640 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:04:36.640 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T11:04:36.663 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T11:04:36.718 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:04:36.718 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T11:04:36.733 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T11:04:36.788 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:04:36.788 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T11:04:36.802 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T11:04:36.855 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-21T11:04:36.855 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:04:36.855 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T11:04:36.870 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T11:04:36.927 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:04:36.927 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T11:04:36.941 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T11:04:36.996 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:04:36.996 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T11:04:37.009 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T11:04:37.064 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-21T11:04:37.064 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:04:37.064 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T11:04:37.079 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T11:04:37.134 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:04:37.134 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T11:04:37.148 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T11:04:37.200 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:04:37.200 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T11:04:37.213 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T11:04:37.267 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T11:04:37.360 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': '5c1cdc3c470dae78e91a0ed2bcf13509a046d301'} 2024-09-21T11:04:37.360 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:04:37.361 INFO:tasks.cephadm:Cluster fsid is 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:04:37.361 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T11:04:37.361 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.16', 'mon.b': '172.21.15.47', 'mon.c': '172.21.15.94'} 2024-09-21T11:04:37.361 INFO:tasks.cephadm:First mon is mon.a on smithi016 2024-09-21T11:04:37.361 INFO:tasks.cephadm:First mgr is a 2024-09-21T11:04:37.361 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T11:04:37.362 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2024-09-21T11:04:37.377 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-09-21T11:04:37.392 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2024-09-21T11:04:37.405 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T11:04:37.406 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:04:37.551 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5c1cdc3c470dae78e91a0ed2bcf13509a046d301', '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/83200/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5103-g5c1cdc3c', 'node_name': '172.21.2.16+braggi16', '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-5103-g5c1cdc3c-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-21 09:54:26.368275', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-21-0813', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-21T11:04:37.693 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-guits-main-2024-09-21-0813, sha1 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:04:37.694 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T11:04:37.694 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T11:04:37.695 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T11:04:38.164 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811798 Sep 21 11:04 /home/ubuntu/cephtest/cephadm 2024-09-21T11:04:38.164 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T11:04:38.607 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811798 Sep 21 11:04 /home/ubuntu/cephtest/cephadm 2024-09-21T11:04:38.608 DEBUG:teuthology.orchestra.run.smithi094:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T11:04:39.062 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811798 Sep 21 11:04 /home/ubuntu/cephtest/cephadm 2024-09-21T11:04:39.063 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T11:04:39.071 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T11:04:39.078 DEBUG:teuthology.orchestra.run.smithi094:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T11:04:39.095 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 on all hosts... 2024-09-21T11:04:39.095 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 pull 2024-09-21T11:04:39.115 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 pull 2024-09-21T11:04:39.122 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 pull 2024-09-21T11:04:39.304 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301... 2024-09-21T11:04:39.309 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301... 2024-09-21T11:04:39.311 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301... 2024-09-21T11:05:43.134 INFO:teuthology.orchestra.run.smithi094.stdout:{ 2024-09-21T11:05:43.134 INFO:teuthology.orchestra.run.smithi094.stdout: "ceph_version": "ceph version 19.3.0-5103-g5c1cdc3c (5c1cdc3c470dae78e91a0ed2bcf13509a046d301) squid (dev)", 2024-09-21T11:05:43.134 INFO:teuthology.orchestra.run.smithi094.stdout: "image_id": "8f4d013db793795fef09ff5edf96e6b42ba8cd2c9158b2f0b7a5d7c1e657c063", 2024-09-21T11:05:43.134 INFO:teuthology.orchestra.run.smithi094.stdout: "repo_digests": [ 2024-09-21T11:05:43.134 INFO:teuthology.orchestra.run.smithi094.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3855b8c483c85027fea24c112434955a9e8e6f629214baaca7b99a8fabb55472" 2024-09-21T11:05:43.134 INFO:teuthology.orchestra.run.smithi094.stdout: ] 2024-09-21T11:05:43.134 INFO:teuthology.orchestra.run.smithi094.stdout:} 2024-09-21T11:06:01.339 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-09-21T11:06:01.339 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 19.3.0-5103-g5c1cdc3c (5c1cdc3c470dae78e91a0ed2bcf13509a046d301) squid (dev)", 2024-09-21T11:06:01.339 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "8f4d013db793795fef09ff5edf96e6b42ba8cd2c9158b2f0b7a5d7c1e657c063", 2024-09-21T11:06:01.339 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2024-09-21T11:06:01.339 INFO:teuthology.orchestra.run.smithi016.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3855b8c483c85027fea24c112434955a9e8e6f629214baaca7b99a8fabb55472" 2024-09-21T11:06:01.339 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2024-09-21T11:06:01.339 INFO:teuthology.orchestra.run.smithi016.stdout:} 2024-09-21T11:06:04.062 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-09-21T11:06:04.063 INFO:teuthology.orchestra.run.smithi047.stdout: "ceph_version": "ceph version 19.3.0-5103-g5c1cdc3c (5c1cdc3c470dae78e91a0ed2bcf13509a046d301) squid (dev)", 2024-09-21T11:06:04.063 INFO:teuthology.orchestra.run.smithi047.stdout: "image_id": "8f4d013db793795fef09ff5edf96e6b42ba8cd2c9158b2f0b7a5d7c1e657c063", 2024-09-21T11:06:04.063 INFO:teuthology.orchestra.run.smithi047.stdout: "repo_digests": [ 2024-09-21T11:06:04.063 INFO:teuthology.orchestra.run.smithi047.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3855b8c483c85027fea24c112434955a9e8e6f629214baaca7b99a8fabb55472" 2024-09-21T11:06:04.063 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-09-21T11:06:04.063 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-09-21T11:06:04.114 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2024-09-21T11:06:04.129 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-09-21T11:06:04.144 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /etc/ceph 2024-09-21T11:06:04.159 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2024-09-21T11:06:04.186 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-09-21T11:06:04.203 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 777 /etc/ceph 2024-09-21T11:06:04.216 INFO:tasks.cephadm:Writing seed config... 2024-09-21T11:06:04.218 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-21T11:06:04.218 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T11:06:04.218 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T11:06:04.219 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-21T11:06:04.219 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T11:06:04.219 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T11:06:04.219 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T11:06:04.219 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T11:06:04.219 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T11:06:04.220 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:06:04.220 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T11:06:04.234 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 = 4a9cefac-7809-11ef-baf6-efdc52797490 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-21T11:06:04.235 DEBUG:teuthology.orchestra.run.smithi016:mon.a> sudo journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.a.service 2024-09-21T11:06:04.279 DEBUG:teuthology.orchestra.run.smithi016:mgr.a> sudo journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.a.service 2024-09-21T11:06:04.323 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T11:06:04.323 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 -v bootstrap --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 --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.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T11:06:04.552 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-09-21T11:06:04.553 INFO:teuthology.orchestra.run.smithi016.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301', '-v', 'bootstrap', '--fsid', '4a9cefac-7809-11ef-baf6-efdc52797490', '--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.16', '--skip-admin-label'] 2024-09-21T11:06:04.553 INFO:teuthology.orchestra.run.smithi016.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T11:06:04.553 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying podman|docker is present... 2024-09-21T11:06:04.554 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying lvm2 is present... 2024-09-21T11:06:04.554 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying time synchronization is in place... 2024-09-21T11:06:04.558 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T11:06:04.558 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T11:06:04.563 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T11:06:04.563 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-09-21T11:06:04.567 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T11:06:04.567 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T11:06:04.571 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T11:06:04.571 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-09-21T11:06:04.575 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T11:06:04.575 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-09-21T11:06:04.578 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T11:06:04.579 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-09-21T11:06:04.582 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T11:06:04.582 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T11:06:04.586 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T11:06:04.586 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-09-21T11:06:04.590 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-09-21T11:06:04.594 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-09-21T11:06:04.594 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-09-21T11:06:04.595 INFO:teuthology.orchestra.run.smithi016.stdout:Repeating the final host check... 2024-09-21T11:06:04.595 INFO:teuthology.orchestra.run.smithi016.stdout:docker (/usr/bin/docker) is present 2024-09-21T11:06:04.595 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl is present 2024-09-21T11:06:04.595 INFO:teuthology.orchestra.run.smithi016.stdout:lvcreate is present 2024-09-21T11:06:04.598 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T11:06:04.598 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T11:06:04.602 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T11:06:04.602 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-09-21T11:06:04.605 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T11:06:04.605 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T11:06:04.609 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T11:06:04.609 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-09-21T11:06:04.613 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T11:06:04.613 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-09-21T11:06:04.617 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T11:06:04.617 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-09-21T11:06:04.620 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T11:06:04.620 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T11:06:04.624 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T11:06:04.624 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-09-21T11:06:04.628 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-09-21T11:06:04.632 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-09-21T11:06:04.632 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-09-21T11:06:04.632 INFO:teuthology.orchestra.run.smithi016.stdout:Host looks OK 2024-09-21T11:06:04.632 INFO:teuthology.orchestra.run.smithi016.stdout:Cluster fsid: 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:04.632 INFO:teuthology.orchestra.run.smithi016.stdout:Acquiring lock 140513579251504 on /run/cephadm/4a9cefac-7809-11ef-baf6-efdc52797490.lock 2024-09-21T11:06:04.633 INFO:teuthology.orchestra.run.smithi016.stdout:Lock 140513579251504 acquired on /run/cephadm/4a9cefac-7809-11ef-baf6-efdc52797490.lock 2024-09-21T11:06:04.633 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 3300 ... 2024-09-21T11:06:04.633 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 6789 ... 2024-09-21T11:06:04.633 INFO:teuthology.orchestra.run.smithi016.stdout:Base mon IP(s) is [172.21.15.16:3300, 172.21.15.16:6789], mon addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-09-21T11:06:04.635 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-21T11:06:04.635 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-21T11:06:04.635 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 2024-09-21T11:06:04.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T11:06:04.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-21T11:06:04.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-09-21T11:06:04.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T11:06:04.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T11:06:04.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T11:06:04.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-21T11:06:04.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1564/64 scope link 2024-09-21T11:06:04.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T11:06:04.641 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-09-21T11:06:04.641 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-09-21T11:06:04.641 INFO:teuthology.orchestra.run.smithi016.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-21T11:06:04.641 INFO:teuthology.orchestra.run.smithi016.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T11:06:04.642 INFO:teuthology.orchestra.run.smithi016.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301... 2024-09-21T11:06:04.988 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout 5c1cdc3c470dae78e91a0ed2bcf13509a046d301: Pulling from ceph-ci/ceph 2024-09-21T11:06:04.988 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Digest: sha256:3855b8c483c85027fea24c112434955a9e8e6f629214baaca7b99a8fabb55472 2024-09-21T11:06:04.988 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:06:04.988 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:06:06.477 INFO:teuthology.orchestra.run.smithi016.stdout:ceph: stdout ceph version 19.3.0-5103-g5c1cdc3c (5c1cdc3c470dae78e91a0ed2bcf13509a046d301) squid (dev) 2024-09-21T11:06:06.477 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph version: ceph version 19.3.0-5103-g5c1cdc3c (5c1cdc3c470dae78e91a0ed2bcf13509a046d301) squid (dev) 2024-09-21T11:06:06.478 INFO:teuthology.orchestra.run.smithi016.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T11:06:07.732 INFO:teuthology.orchestra.run.smithi016.stdout:stat: stdout 167 167 2024-09-21T11:06:07.732 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial keys... 2024-09-21T11:06:09.005 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQCgqO5msYDPHxAAZy/xKEdDRyVB62nUEKF/ug== 2024-09-21T11:06:10.228 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQChqO5mS4HgMBAACYeuPRnuLZLyedlwTSNjQw== 2024-09-21T11:06:11.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQCjqO5mfIopBxAAmEvtY+QXevvhcgU1sPPaKQ== 2024-09-21T11:06:11.600 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial monmap... 2024-09-21T11:06:13.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T11:06:13.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T11:06:13.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:13.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T11:06:13.000 INFO:teuthology.orchestra.run.smithi016.stdout:monmaptool for a [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T11:06:13.001 INFO:teuthology.orchestra.run.smithi016.stdout:setting min_mon_release = quincy 2024-09-21T11:06:13.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: set fsid to 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:13.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T11:06:13.001 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:06:13.001 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mon... 2024-09-21T11:06:14.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.856+0000 7fe0fd13cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T11:06:14.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.856+0000 7fe0fd13cc80 1 imported monmap: 2024-09-21T11:06:14.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-21T11:06:14.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:14.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:14.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:14.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-21T11:06:14.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.856+0000 7fe0fd13cc80 0 /usr/bin/ceph-mon: set fsid to 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Git sha 0 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Compile date 2024-09-21 08:36:07 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: DB SUMMARY 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: DB Session ID: KAUMTI9YC5J2PHSBJFU9 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-21T11:06:14.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.create_if_missing: 1 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.env: 0x564270292120 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.info_log: 0x564272788bc0 2024-09-21T11:06:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.statistics: (nil) 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.use_fsync: 0 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T11:06:14.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.db_log_dir: 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.wal_dir: 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.write_buffer_manager: 0x564272781cc0 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T11:06:14.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.unordered_write: 0 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.row_cache: None 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.wal_filter: None 2024-09-21T11:06:14.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.wal_compression: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T11:06:14.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T11:06:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_open_files: -1 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Compression algorithms supported: 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: kZSTD supported: 0 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T11:06:14.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.merge_operator: 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_filter: None 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T11:06:14.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564272788820) 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-21T11:06:14.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x564272771610 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-21T11:06:14.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression: NoCompression 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.num_levels: 7 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T11:06:14.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T11:06:14.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T11:06:14.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T11:06:14.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T11:06:14.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.ttl: 2592000 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T11:06:14.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 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-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 98a64087-d62a-4af2-a216-f77dde5bf139 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.860+0000 7fe0fd13cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.864+0000 7fe0fd13cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5642727a0e00 2024-09-21T11:06:14.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.864+0000 7fe0fd13cc80 4 rocksdb: DB pointer 0x564272882000 2024-09-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.864+0000 7fe0f48c7640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.864+0000 7fe0f48c7640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T11:06:14.372 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T11:06:14.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.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-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x564272771610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.864+0000 7fe0fd13cc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.864+0000 7fe0fd13cc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-21T11:06:14.374 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T11:06:13.864+0000 7fe0fd13cc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-21T11:06:14.375 INFO:teuthology.orchestra.run.smithi016.stdout:create mon.a on 2024-09-21T11:06:14.617 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-21T11:06:14.798 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-21T11:06:15.044 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4a9cefac-7809-11ef-baf6-efdc52797490.target -> /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490.target. 2024-09-21T11:06:15.044 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-4a9cefac-7809-11ef-baf6-efdc52797490.target -> /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490.target. 2024-09-21T11:06:15.319 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.a 2024-09-21T11:06:15.319 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.a.service: Unit ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.a.service not loaded. 2024-09-21T11:06:15.511 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490.target.wants/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.a.service -> /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.service. 2024-09-21T11:06:15.521 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-09-21T11:06:15.521 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T11:06:15.521 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon to start... 2024-09-21T11:06:15.521 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon... 2024-09-21T11:06:17.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:17 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.003363+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T11:06:17.729 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout id: 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout services: 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.233439s) 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout data: 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T11:06:17.730 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T11:06:17.731 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T11:06:17.731 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:17.731 INFO:teuthology.orchestra.run.smithi016.stdout:mon is available 2024-09-21T11:06:17.731 INFO:teuthology.orchestra.run.smithi016.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006459+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006459+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006610+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006610+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006622+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006622+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006630+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006630+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006638+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006638+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006648+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006648+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:06:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006656+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006656+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006663+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.006663+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.008715+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.008715+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.011347+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.011347+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.012052+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: cluster 2024-09-21T11:06:17.012052+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: audit 2024-09-21T11:06:17.239842+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/1724873550' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T11:06:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:18 smithi016 bash[22273]: audit 2024-09-21T11:06:17.239842+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/1724873550' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T11:06:19.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:19 smithi016 bash[22273]: audit 2024-09-21T11:06:18.929937+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.16:0/1671693559' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T11:06:19.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:19 smithi016 bash[22273]: audit 2024-09-21T11:06:18.929937+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.16:0/1671693559' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T11:06:19.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:19 smithi016 bash[22273]: audit 2024-09-21T11:06:18.932766+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.16:0/1671693559' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T11:06:19.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:19 smithi016 bash[22273]: audit 2024-09-21T11:06:18.932766+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.16:0/1671693559' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T11:06:19.444 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T11:06:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-21T11:06:19.446 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T11:06:19.446 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:19.446 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T11:06:19.446 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T11:06:19.446 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T11:06:19.446 INFO:teuthology.orchestra.run.smithi016.stdout:Generating new minimal ceph.conf... 2024-09-21T11:06:21.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:20 smithi016 bash[22273]: audit 2024-09-21T11:06:20.523618+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.16:0/2653061050' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:06:21.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:20 smithi016 bash[22273]: audit 2024-09-21T11:06:20.523618+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.16:0/2653061050' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:06:21.049 INFO:teuthology.orchestra.run.smithi016.stdout:Restarting the monitor... 2024-09-21T11:06:21.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:21 smithi016 systemd[1]: Stopping Ceph mon.a for 4a9cefac-7809-11ef-baf6-efdc52797490... 2024-09-21T11:06:21.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:21 smithi016 bash[22273]: debug 2024-09-21T11:06:21.188+0000 7f54bfbd3640 -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-21T11:06:21.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:21 smithi016 bash[22273]: debug 2024-09-21T11:06:21.188+0000 7f54bfbd3640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T11:06:21.695 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:21 smithi016 bash[22657]: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-mon-a 2024-09-21T11:06:21.704 INFO:teuthology.orchestra.run.smithi016.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-21T11:06:22.009 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:21 smithi016 bash[22716]: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-mon-a 2024-09-21T11:06:22.009 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:21 smithi016 systemd[1]: ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T11:06:22.009 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:21 smithi016 systemd[1]: Stopped Ceph mon.a for 4a9cefac-7809-11ef-baf6-efdc52797490. 2024-09-21T11:06:22.009 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:21 smithi016 systemd[1]: Started Ceph mon.a for 4a9cefac-7809-11ef-baf6-efdc52797490. 2024-09-21T11:06:23.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:22 smithi016 bash[22756]: debug 2024-09-21T11:06:22.992+0000 7f7adf04cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T11:06:23.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:22 smithi016 bash[22756]: debug 2024-09-21T11:06:22.992+0000 7f7adf04cc80 0 ceph version 19.3.0-5103-g5c1cdc3c (5c1cdc3c470dae78e91a0ed2bcf13509a046d301) squid (dev), process ceph-mon, pid 7 2024-09-21T11:06:23.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:22 smithi016 bash[22756]: debug 2024-09-21T11:06:22.992+0000 7f7adf04cc80 0 pidfile_write: ignore empty --pid-file 2024-09-21T11:06:23.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 0 load: jerasure load: lrc 2024-09-21T11:06:23.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Git sha 0 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Compile date 2024-09-21 08:36:07 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: DB SUMMARY 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: DB Session ID: VMMFG5BCD5CESPI2IP6X 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88810 ; 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T11:06:23.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.env: 0x55f6c54f5120 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.info_log: 0x55f6c7a91700 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.statistics: (nil) 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.use_fsync: 0 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T11:06:23.254 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.db_log_dir: 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.wal_dir: 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T11:06:23.255 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.write_buffer_manager: 0x55f6c7a95b80 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T11:06:23.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.unordered_write: 0 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.row_cache: None 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.wal_filter: None 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T11:06:23.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T11:06:23.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T11:06:23.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T11:06:23.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.wal_compression: 0 2024-09-21T11:06:23.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T11:06:23.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T11:06:23.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T11:06:23.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T11:06:23.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T11:06:23.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T11:06:23.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T11:06:23.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T11:06:23.261 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_open_files: -1 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Compression algorithms supported: 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: kZSTD supported: 0 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T11:06:23.262 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.merge_operator: 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_filter: None 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T11:06:23.263 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f6c7a91320) 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: cache_index_and_filter_blocks: 1 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: pin_top_level_index_and_filter: 1 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: index_type: 0 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: data_block_index_type: 0 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: index_shortening: 1 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: checksum: 4 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: no_block_cache: 0 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: block_cache: 0x55f6c7a87610 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: block_cache_name: BinnedLRUCache 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: block_cache_options: 2024-09-21T11:06:23.264 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: capacity : 536870912 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: num_shard_bits : 4 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: strict_capacity_limit : 0 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: high_pri_pool_ratio: 0.000 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: block_cache_compressed: (nil) 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: persistent_cache: (nil) 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: block_size: 4096 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: block_size_deviation: 10 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: block_restart_interval: 16 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: index_block_restart_interval: 1 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: metadata_block_size: 4096 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: partition_filters: 0 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: use_delta_encoding: 1 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: filter_policy: bloomfilter 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: whole_key_filtering: 1 2024-09-21T11:06:23.265 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: verify_compression: 0 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: read_amp_bytes_per_bit: 0 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: format_version: 5 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: enable_index_compression: 1 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: block_align: 0 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: max_auto_readahead_size: 262144 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: prepopulate_block_cache: 0 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: initial_auto_readahead_size: 8192 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: num_file_reads_for_auto_readahead: 2 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression: NoCompression 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T11:06:23.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.num_levels: 7 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T11:06:23.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T11:06:23.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T11:06:23.269 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T11:06:23.270 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.ttl: 2592000 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T11:06:23.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:22.996+0000 7f7adf04cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 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-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T11:06:23.272 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 98a64087-d62a-4af2-a216-f77dde5bf139 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726916783002732, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726916783003807, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85555, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83702, "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": 77842, "raw_average_value_size": 357, "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": 1726916783, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "98a64087-d62a-4af2-a216-f77dde5bf139", "db_session_id": "VMMFG5BCD5CESPI2IP6X", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726916783003967, "job": 1, "event": "recovery_finished"} 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 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-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f6c7ab4e00 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7adf04cc80 4 rocksdb: DB pointer 0x55f6c7bb8000 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7ad4e14640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.000+0000 7f7ad4e14640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: ** DB Stats ** 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: 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-21T11:06:23.273 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: 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-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: ** Compaction Stats [default] ** 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: 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-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: L0 2/0 85.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Sum 2/0 85.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: ** Compaction Stats [default] ** 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: 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-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T11:06:23.274 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 123.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Cumulative compaction: 0.00 GB write, 21.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Interval compaction: 0.00 GB write, 21.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: 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-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: Block cache BinnedLRUCache@0x55f6c7a87610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: 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-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T11:06:23.275 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.004+0000 7f7adf04cc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.004+0000 7f7adf04cc80 1 mon.a@-1(???) e1 preinit fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.004+0000 7f7adf04cc80 0 mon.a@-1(???).mds e1 new map 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.004+0000 7f7adf04cc80 0 mon.a@-1(???).mds e1 print_map 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: e1 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: btime 2024-09-21T11:06:17:007048+0000 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: 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-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: legacy client fscid: -1 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: No filesystems configured 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.004+0000 7f7adf04cc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.004+0000 7f7adf04cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.004+0000 7f7adf04cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.004+0000 7f7adf04cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T11:06:23.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 bash[22756]: debug 2024-09-21T11:06:23.004+0000 7f7adf04cc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T11:06:23.721 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T11:06:23.748 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T11:06:23.748 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mgr... 2024-09-21T11:06:23.749 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T11:06:23.749 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T11:06:24.076 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:23 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:06:24.076 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034685+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T11:06:24.076 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034685+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T11:06:24.076 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034777+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-21T11:06:24.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034777+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-21T11:06:24.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034792+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:24.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034792+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:24.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034806+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:24.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034806+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:24.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034820+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:24.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034820+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:06:24.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034832+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:06:24.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034832+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034844+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034844+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034857+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.034857+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.035319+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.035319+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.035356+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.035356+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.035761+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T11:06:24.078 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: cluster 2024-09-21T11:06:23.035761+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T11:06:24.079 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: audit 2024-09-21T11:06:23.240677+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.16:0/1738659351' entity='client.admin' 2024-09-21T11:06:24.079 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 bash[22756]: audit 2024-09-21T11:06:23.240677+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.16:0/1738659351' entity='client.admin' 2024-09-21T11:06:24.086 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.a 2024-09-21T11:06:24.086 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.a.service: Unit ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.a.service not loaded. 2024-09-21T11:06:24.304 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490.target.wants/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.a.service -> /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.service. 2024-09-21T11:06:24.313 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-09-21T11:06:24.313 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T11:06:24.313 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-09-21T11:06:24.313 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-21T11:06:24.313 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr to start... 2024-09-21T11:06:24.313 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr... 2024-09-21T11:06:24.411 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:24 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:06:24.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:24 smithi016 systemd[1]: Started Ceph mgr.a for 4a9cefac-7809-11ef-baf6-efdc52797490. 2024-09-21T11:06:26.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:26 smithi016 bash[22756]: audit 2024-09-21T11:06:25.974204+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/257879951' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T11:06:26.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:26 smithi016 bash[22756]: audit 2024-09-21T11:06:25.974204+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/257879951' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T11:06:26.557 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:26.557 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-09-21T11:06:26.557 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "4a9cefac-7809-11ef-baf6-efdc52797490", 2024-09-21T11:06:26.557 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T11:06:26.557 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T11:06:26.557 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T11:06:26.557 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T11:06:26.557 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:26.557 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T11:06:26.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T11:06:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T11:06:17:007048+0000", 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T11:06:26.560 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T11:06:17.007794+0000", 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T11:06:26.561 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-09-21T11:06:26.562 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (1/15)... 2024-09-21T11:06:30.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:29 smithi016 bash[22756]: audit 2024-09-21T11:06:29.700120+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.16:0/3078203182' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T11:06:30.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:29 smithi016 bash[22756]: audit 2024-09-21T11:06:29.700120+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.16:0/3078203182' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T11:06:30.230 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:30.230 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-09-21T11:06:30.230 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "4a9cefac-7809-11ef-baf6-efdc52797490", 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-21T11:06:30.231 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:30.232 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T11:06:30.233 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T11:06:17:007048+0000", 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T11:06:30.234 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T11:06:17.007794+0000", 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-09-21T11:06:30.235 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (2/15)... 2024-09-21T11:06:32.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: cluster 2024-09-21T11:06:32.069064+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-21T11:06:32.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: cluster 2024-09-21T11:06:32.069064+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-21T11:06:32.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: cluster 2024-09-21T11:06:32.076428+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00789289s) 2024-09-21T11:06:32.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: cluster 2024-09-21T11:06:32.076428+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00789289s) 2024-09-21T11:06:32.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.077454+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:06:32.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.077454+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:06:32.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.077595+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:06:32.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.077595+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:06:32.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.077741+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:06:32.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.077741+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:06:32.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.077886+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:06:32.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.077886+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:06:32.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.079269+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:06:32.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.079269+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:06:32.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: cluster 2024-09-21T11:06:32.104200+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-21T11:06:32.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: cluster 2024-09-21T11:06:32.104200+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-21T11:06:32.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.116645+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:06:32.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:32 smithi016 bash[22756]: audit 2024-09-21T11:06:32.116645+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:06:33.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: audit 2024-09-21T11:06:32.120599+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' 2024-09-21T11:06:33.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: audit 2024-09-21T11:06:32.120599+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' 2024-09-21T11:06:33.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: audit 2024-09-21T11:06:32.120912+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:06:33.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: audit 2024-09-21T11:06:32.120912+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:06:33.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: audit 2024-09-21T11:06:32.125008+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' 2024-09-21T11:06:33.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: audit 2024-09-21T11:06:32.125008+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' 2024-09-21T11:06:33.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: audit 2024-09-21T11:06:32.126815+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' 2024-09-21T11:06:33.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: audit 2024-09-21T11:06:32.126815+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.16:0/3012613215' entity='mgr.a' 2024-09-21T11:06:33.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: cluster 2024-09-21T11:06:33.084394+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01586s) 2024-09-21T11:06:33.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:33 smithi016 bash[22756]: cluster 2024-09-21T11:06:33.084394+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01586s) 2024-09-21T11:06:34.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:34 smithi016 bash[22756]: audit 2024-09-21T11:06:33.869761+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.16:0/2408920905' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T11:06:34.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:34 smithi016 bash[22756]: audit 2024-09-21T11:06:33.869761+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.16:0/2408920905' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T11:06:34.433 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:34.433 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-09-21T11:06:34.433 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "4a9cefac-7809-11ef-baf6-efdc52797490", 2024-09-21T11:06:34.434 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T11:06:34.434 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T11:06:34.434 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T11:06:34.434 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T11:06:34.434 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:34.434 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T11:06:34.434 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T11:06:34.434 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-09-21T11:06:34.434 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T11:06:34.436 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T11:06:34.440 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T11:06:17:007048+0000", 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:34.441 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T11:06:34.442 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T11:06:17.007794+0000", 2024-09-21T11:06:34.443 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T11:06:34.443 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-09-21T11:06:34.443 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T11:06:34.443 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-09-21T11:06:34.443 INFO:teuthology.orchestra.run.smithi016.stdout:mgr is available 2024-09-21T11:06:35.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:35 smithi016 bash[22756]: cluster 2024-09-21T11:06:34.129635+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-21T11:06:35.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:35 smithi016 bash[22756]: cluster 2024-09-21T11:06:34.129635+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-21T11:06:36.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:36 smithi016 bash[22756]: audit 2024-09-21T11:06:35.880257+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.16:0/1943489062' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T11:06:36.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:36 smithi016 bash[22756]: audit 2024-09-21T11:06:35.880257+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.16:0/1943489062' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T11:06:36.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:36 smithi016 bash[22756]: audit 2024-09-21T11:06:35.885040+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.16:0/1943489062' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T11:06:36.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:36 smithi016 bash[22756]: audit 2024-09-21T11:06:35.885040+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.16:0/1943489062' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T11:06:36.381 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:36.383 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T11:06:36.383 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:36.383 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T11:06:36.383 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T11:06:36.384 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling cephadm module... 2024-09-21T11:06:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:38 smithi016 bash[22756]: audit 2024-09-21T11:06:37.975786+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.16:0/461971789' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T11:06:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:38 smithi016 bash[22756]: audit 2024-09-21T11:06:37.975786+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.16:0/461971789' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T11:06:38.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:38 smithi016 bash[23009]: ignoring --setuser ceph since I am not root 2024-09-21T11:06:38.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:38 smithi016 bash[23009]: ignoring --setgroup ceph since I am not root 2024-09-21T11:06:39.406 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:39 smithi016 bash[22756]: audit 2024-09-21T11:06:38.027543+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.16:0/461971789' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T11:06:39.406 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:39 smithi016 bash[22756]: audit 2024-09-21T11:06:38.027543+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.16:0/461971789' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T11:06:39.406 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:39 smithi016 bash[22756]: cluster 2024-09-21T11:06:38.031865+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 5s) 2024-09-21T11:06:39.406 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:39 smithi016 bash[22756]: cluster 2024-09-21T11:06:38.031865+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 5s) 2024-09-21T11:06:40.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:40 smithi016 bash[22756]: audit 2024-09-21T11:06:40.056144+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.16:0/2817628869' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T11:06:40.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:40 smithi016 bash[22756]: audit 2024-09-21T11:06:40.056144+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.16:0/2817628869' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T11:06:40.612 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-09-21T11:06:40.612 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T11:06:40.612 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T11:06:40.612 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T11:06:40.612 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T11:06:40.612 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-09-21T11:06:40.612 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-09-21T11:06:40.613 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 5... 2024-09-21T11:06:44.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.312824+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.312824+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.313299+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.313299+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.316666+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.316666+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.316779+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00367852s) 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.316779+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00367852s) 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.321038+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.321038+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.322875+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.322875+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:06:44.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.323822+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:06:44.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.323822+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:06:44.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.324108+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:06:44.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.324108+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:06:44.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.324327+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:06:44.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: audit 2024-09-21T11:06:44.324327+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:06:44.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.352660+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-21T11:06:44.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:44 smithi016 bash[22756]: cluster 2024-09-21T11:06:44.352660+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-21T11:06:45.890 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-09-21T11:06:45.891 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T11:06:45.891 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T11:06:45.891 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-09-21T11:06:45.891 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 5 is available 2024-09-21T11:06:45.891 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying orchestrator module is enabled... 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.007880+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.007880+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.013146+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.013146+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: cephadm 2024-09-21T11:06:45.013660+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: cephadm 2024-09-21T11:06:45.013660+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.017019+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.017019+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.022773+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.022773+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.027585+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.027585+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.032348+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.032348+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.035172+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.035172+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.044974+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.044974+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.047062+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: audit 2024-09-21T11:06:45.047062+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: cluster 2024-09-21T11:06:45.325550+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01244s) 2024-09-21T11:06:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[22756]: cluster 2024-09-21T11:06:45.325550+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01244s) 2024-09-21T11:06:47.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:47 smithi016 bash[22756]: audit 2024-09-21T11:06:45.323023+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T11:06:47.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:47 smithi016 bash[22756]: audit 2024-09-21T11:06:45.323023+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T11:06:47.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:47 smithi016 bash[22756]: audit 2024-09-21T11:06:45.338667+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T11:06:47.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:47 smithi016 bash[22756]: audit 2024-09-21T11:06:45.338667+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T11:06:47.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:47 smithi016 bash[22756]: audit 2024-09-21T11:06:46.836051+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:06:47.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:47 smithi016 bash[22756]: audit 2024-09-21T11:06:46.836051+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:06:47.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: debug 2024-09-21T11:06:46.831+0000 7f70079f3640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:11:06:46] ENGINE Error in HTTPServer.serve 2024-09-21T11:06:47.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: Traceback (most recent call last): 2024-09-21T11:06:47.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:06:47.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: self._connections.run(self.expiration_interval) 2024-09-21T11:06:47.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:06:47.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: self._run(expiration_interval) 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: s = self.context.wrap_socket( 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: return self.sslsocket_class._create( 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: self.do_handshake() 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: self._sslobj.do_handshake() 2024-09-21T11:06:47.285 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:46 smithi016 bash[23009]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:06:48.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.606629+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [21/Sep/2024:11:06:46] ENGINE Bus STARTING 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.606629+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [21/Sep/2024:11:06:46] ENGINE Bus STARTING 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.708535+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [21/Sep/2024:11:06:46] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.708535+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [21/Sep/2024:11:06:46] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.835110+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [21/Sep/2024:11:06:46] ENGINE Serving on https://172.21.15.16:7150 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.835110+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [21/Sep/2024:11:06:46] ENGINE Serving on https://172.21.15.16:7150 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.835287+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [21/Sep/2024:11:06:46] ENGINE Bus STARTED 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.835287+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [21/Sep/2024:11:06:46] ENGINE Bus STARTED 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.837678+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [21/Sep/2024:11:06:46] ENGINE Error in HTTPServer.serve 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: Traceback (most recent call last): 2024-09-21T11:06:48.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: self._connections.run(self.expiration_interval) 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: self._run(expiration_interval) 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: s = self.context.wrap_socket( 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: return self.sslsocket_class._create( 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:06:48.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: self.do_handshake() 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: self._sslobj.do_handshake() 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cephadm 2024-09-21T11:06:46.837678+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [21/Sep/2024:11:06:46] ENGINE Error in HTTPServer.serve 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: Traceback (most recent call last): 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: self._connections.run(self.expiration_interval) 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: self._run(expiration_interval) 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:06:48.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: s = self.context.wrap_socket( 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: return self.sslsocket_class._create( 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: self.do_handshake() 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: self._sslobj.do_handshake() 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cluster 2024-09-21T11:06:47.009733+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: cluster 2024-09-21T11:06:47.009733+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: audit 2024-09-21T11:06:47.461505+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.16:0/3596039639' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T11:06:48.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:48 smithi016 bash[22756]: audit 2024-09-21T11:06:47.461505+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.16:0/3596039639' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T11:06:48.608 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-21T11:06:48.608 INFO:teuthology.orchestra.run.smithi016.stdout:Setting orchestrator backend to cephadm... 2024-09-21T11:06:49.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:49 smithi016 bash[22756]: audit 2024-09-21T11:06:48.018574+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.16:0/3596039639' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T11:06:49.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:49 smithi016 bash[22756]: audit 2024-09-21T11:06:48.018574+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.16:0/3596039639' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T11:06:49.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:49 smithi016 bash[22756]: cluster 2024-09-21T11:06:48.023590+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 3s) 2024-09-21T11:06:49.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:49 smithi016 bash[22756]: cluster 2024-09-21T11:06:48.023590+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 3s) 2024-09-21T11:06:51.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:51 smithi016 bash[22756]: audit 2024-09-21T11:06:50.052321+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-21T11:06:51.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:51 smithi016 bash[22756]: audit 2024-09-21T11:06:50.052321+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-21T11:06:51.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:51 smithi016 bash[22756]: audit 2024-09-21T11:06:50.058572+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:51.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:51 smithi016 bash[22756]: audit 2024-09-21T11:06:50.058572+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:51.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:51 smithi016 bash[22756]: audit 2024-09-21T11:06:50.076321+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:06:51.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:51 smithi016 bash[22756]: audit 2024-09-21T11:06:50.076321+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:06:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:52 smithi016 bash[22756]: audit 2024-09-21T11:06:52.009139+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-21T11:06:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:52 smithi016 bash[22756]: audit 2024-09-21T11:06:52.009139+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-21T11:06:52.522 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T11:06:52.522 INFO:teuthology.orchestra.run.smithi016.stdout:Generating ssh key... 2024-09-21T11:06:54.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[22756]: audit 2024-09-21T11:06:53.919979+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-21T11:06:54.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[22756]: audit 2024-09-21T11:06:53.919979+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-21T11:06:54.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[22756]: cephadm 2024-09-21T11:06:53.920186+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[22756]: cephadm 2024-09-21T11:06:53.920186+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: Generating public/private rsa key pair. 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: Your identification has been saved in /tmp/tmp1u4gyy0w/key 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: Your public key has been saved in /tmp/tmp1u4gyy0w/key.pub 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: The key fingerprint is: 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: SHA256:D+u3Sc7pUkT4ALxEHhflaYue5H443ehtv3GNKO9ilEk ceph-4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: The key's randomart image is: 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: +---[RSA 3072]----+ 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: | o+.o+. | 2024-09-21T11:06:54.467 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: | .ooo... | 2024-09-21T11:06:54.468 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: | ... ++ | 2024-09-21T11:06:54.468 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: | . oE. | 2024-09-21T11:06:54.468 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: | So.o | 2024-09-21T11:06:54.468 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: | + == . ..| 2024-09-21T11:06:54.468 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: | ==+o. o o| 2024-09-21T11:06:54.468 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: | o++B*o o | 2024-09-21T11:06:54.468 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: | oOO=+.o. | 2024-09-21T11:06:54.468 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:06:54 smithi016 bash[23009]: +----[SHA256]-----+ 2024-09-21T11:06:55.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:55 smithi016 bash[22756]: audit 2024-09-21T11:06:54.242244+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:55.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:55 smithi016 bash[22756]: audit 2024-09-21T11:06:54.242244+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:55.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:55 smithi016 bash[22756]: audit 2024-09-21T11:06:54.246500+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:55.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:55 smithi016 bash[22756]: audit 2024-09-21T11:06:54.246500+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:06:56.719 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCS3kIvCxp7nVD2ihKTG8Y09JZarrzexpsiKSJfxKGGoFDQlrXXKdpAAf/d97EASmHQqPfVFqpNpfq9QwDIAothVVkuVWoeqcZOnhJ36QQC56/bqLP3QZPisF42Zpm0XNSnrqchfvsokcF3R00xTtV0QCoxz3vG7Ou4NUPR3CGjy1ecmnUG35MSd4mOMLRwCdYohc4psIXQE2YcZuwlnmdgeYuC3DoyRJnL3ORwhZ3r0EsjuWvbYj4AtmJhmTt+iz2IcD+5wWjS6fv4gJq4jPSlWHai/tfTaMhq2MrTJILKTlhPJuYbiIFxpXOMWUFuNPYBJqEwg+MrNimyuL+4WGT6Wr5LXYdkJL+knh1VkfOPBbH7InguuCOLuf6yFfaxAQAvgcY1au77dp4nsIXz/I24z7cxWFnOKGVebKDdIqDvvT8HWLQ6PRg5tGXwvAlAJrrBmmhrA2QxxGIMCJzAN5mb+9YRT8rs4BxkMgThC3aD5U/0DA5CFXjMSrB3HATCvE= ceph-4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:06:56.719 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T11:06:56.719 INFO:teuthology.orchestra.run.smithi016.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T11:06:56.720 INFO:teuthology.orchestra.run.smithi016.stdout:Adding host smithi016... 2024-09-21T11:06:57.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:57 smithi016 bash[22756]: audit 2024-09-21T11:06:56.150455+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-21T11:06:57.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:57 smithi016 bash[22756]: audit 2024-09-21T11:06:56.150455+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-21T11:06:59.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:59 smithi016 bash[22756]: audit 2024-09-21T11:06:58.165800+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:06:59.260 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:06:59 smithi016 bash[22756]: audit 2024-09-21T11:06:58.165800+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:07:00.511 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:00 smithi016 bash[22756]: cephadm 2024-09-21T11:06:59.386064+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi016 2024-09-21T11:07:00.512 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:00 smithi016 bash[22756]: cephadm 2024-09-21T11:06:59.386064+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi016 2024-09-21T11:07:03.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Added host 'smithi016' with addr '172.21.15.16' 2024-09-21T11:07:03.737 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying unmanaged mon service... 2024-09-21T11:07:04.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:03 smithi016 bash[22756]: audit 2024-09-21T11:07:02.906512+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:03 smithi016 bash[22756]: audit 2024-09-21T11:07:02.906512+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:03 smithi016 bash[22756]: cephadm 2024-09-21T11:07:02.906986+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi016 2024-09-21T11:07:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:03 smithi016 bash[22756]: cephadm 2024-09-21T11:07:02.906986+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi016 2024-09-21T11:07:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:03 smithi016 bash[22756]: audit 2024-09-21T11:07:02.907388+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:03 smithi016 bash[22756]: audit 2024-09-21T11:07:02.907388+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:05.511 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:05 smithi016 bash[22756]: cluster 2024-09-21T11:07:04.325388+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-21T11:07:05.511 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:05 smithi016 bash[22756]: cluster 2024-09-21T11:07:04.325388+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-21T11:07:06.558 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T11:07:06.558 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying unmanaged mgr service... 2024-09-21T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:06 smithi016 bash[22756]: audit 2024-09-21T11:07:05.769887+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-21T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:06 smithi016 bash[22756]: audit 2024-09-21T11:07:05.769887+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-21T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:06 smithi016 bash[22756]: cephadm 2024-09-21T11:07:05.771135+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-21T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:06 smithi016 bash[22756]: cephadm 2024-09-21T11:07:05.771135+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-21T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:06 smithi016 bash[22756]: audit 2024-09-21T11:07:05.774774+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:06 smithi016 bash[22756]: audit 2024-09-21T11:07:05.774774+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:06 smithi016 bash[22756]: audit 2024-09-21T11:07:06.260536+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:06 smithi016 bash[22756]: audit 2024-09-21T11:07:06.260536+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:08.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:07 smithi016 bash[22756]: cluster 2024-09-21T11:07:06.325764+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-21T11:07:08.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:07 smithi016 bash[22756]: cluster 2024-09-21T11:07:06.325764+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-21T11:07:08.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:07 smithi016 bash[22756]: audit 2024-09-21T11:07:06.835946+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:08.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:07 smithi016 bash[22756]: audit 2024-09-21T11:07:06.835946+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:08.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T11:07:09.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:09 smithi016 bash[22756]: audit 2024-09-21T11:07:08.008011+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-21T11:07:09.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:09 smithi016 bash[22756]: audit 2024-09-21T11:07:08.008011+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-21T11:07:09.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:09 smithi016 bash[22756]: cephadm 2024-09-21T11:07:08.010072+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-21T11:07:09.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:09 smithi016 bash[22756]: cephadm 2024-09-21T11:07:08.010072+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-21T11:07:09.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:09 smithi016 bash[22756]: audit 2024-09-21T11:07:08.014628+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:09.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:09 smithi016 bash[22756]: audit 2024-09-21T11:07:08.014628+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.16:0/3294977127' entity='mgr.a' 2024-09-21T11:07:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:10 smithi016 bash[22756]: cluster 2024-09-21T11:07:08.326196+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-21T11:07:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:10 smithi016 bash[22756]: cluster 2024-09-21T11:07:08.326196+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-21T11:07:10.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:10 smithi016 bash[22756]: audit 2024-09-21T11:07:09.954544+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.16:0/1833872376' entity='client.admin' 2024-09-21T11:07:10.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:10 smithi016 bash[22756]: audit 2024-09-21T11:07:09.954544+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.16:0/1833872376' entity='client.admin' 2024-09-21T11:07:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:12 smithi016 bash[22756]: cluster 2024-09-21T11:07:10.326530+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-21T11:07:12.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:12 smithi016 bash[22756]: cluster 2024-09-21T11:07:10.326530+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-21T11:07:12.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:12 smithi016 bash[22756]: audit 2024-09-21T11:07:11.823713+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.16:0/4120221861' entity='client.admin' 2024-09-21T11:07:12.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:12 smithi016 bash[22756]: audit 2024-09-21T11:07:11.823713+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.16:0/4120221861' entity='client.admin' 2024-09-21T11:07:12.413 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling the dashboard module... 2024-09-21T11:07:14.283 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:14 smithi016 bash[23009]: ignoring --setuser ceph since I am not root 2024-09-21T11:07:14.283 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:14 smithi016 bash[23009]: ignoring --setgroup ceph since I am not root 2024-09-21T11:07:14.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:14 smithi016 bash[22756]: cluster 2024-09-21T11:07:12.326994+0000 mgr.a (mgr.14118) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:07:14.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:14 smithi016 bash[22756]: cluster 2024-09-21T11:07:12.326994+0000 mgr.a (mgr.14118) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:07:14.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:14 smithi016 bash[22756]: audit 2024-09-21T11:07:13.962572+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.16:0/2809075344' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T11:07:14.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:14 smithi016 bash[22756]: audit 2024-09-21T11:07:13.962572+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.16:0/2809075344' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T11:07:15.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:15 smithi016 bash[22756]: audit 2024-09-21T11:07:14.020436+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.16:0/2809075344' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T11:07:15.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:15 smithi016 bash[22756]: audit 2024-09-21T11:07:14.020436+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.16:0/2809075344' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T11:07:15.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:15 smithi016 bash[22756]: cluster 2024-09-21T11:07:14.024403+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e10: a(active, since 29s) 2024-09-21T11:07:15.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:15 smithi016 bash[22756]: cluster 2024-09-21T11:07:14.024403+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e10: a(active, since 29s) 2024-09-21T11:07:16.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:16 smithi016 bash[22756]: audit 2024-09-21T11:07:16.165843+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.16:0/2358889980' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T11:07:16.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:16 smithi016 bash[22756]: audit 2024-09-21T11:07:16.165843+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.16:0/2358889980' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T11:07:16.701 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-09-21T11:07:16.701 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-21T11:07:16.701 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T11:07:16.701 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T11:07:16.702 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T11:07:16.702 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-09-21T11:07:16.702 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-09-21T11:07:16.702 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 10... 2024-09-21T11:07:20.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.368196+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:07:20.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.368196+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:07:20.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.368646+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon a 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.368646+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon a 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.376606+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.376606+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.376851+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00840156s) 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.376851+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00840156s) 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.378416+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.378416+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.381050+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.381050+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.382235+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:07:20.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.382235+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:07:20.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.382440+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:07:20.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.382440+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:07:20.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.382650+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:07:20.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: audit 2024-09-21T11:07:20.382650+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:07:20.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.408374+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon a is now available 2024-09-21T11:07:20.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:20 smithi016 bash[22756]: cluster 2024-09-21T11:07:20.408374+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon a is now available 2024-09-21T11:07:22.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-09-21T11:07:22.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-21T11:07:22.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T11:07:22.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-09-21T11:07:22.001 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 10 is available 2024-09-21T11:07:22.001 INFO:teuthology.orchestra.run.smithi016.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: audit 2024-09-21T11:07:20.845851+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: audit 2024-09-21T11:07:20.845851+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: audit 2024-09-21T11:07:20.850557+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: audit 2024-09-21T11:07:20.850557+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: audit 2024-09-21T11:07:20.867301+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: audit 2024-09-21T11:07:20.867301+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: audit 2024-09-21T11:07:20.870039+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: audit 2024-09-21T11:07:20.870039+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: cluster 2024-09-21T11:07:21.382601+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 1.01415s) 2024-09-21T11:07:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:21 smithi016 bash[22756]: cluster 2024-09-21T11:07:21.382601+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 1.01415s) 2024-09-21T11:07:22.968 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[22756]: audit 2024-09-21T11:07:21.380165+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T11:07:22.968 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[22756]: audit 2024-09-21T11:07:21.380165+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T11:07:22.968 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[22756]: audit 2024-09-21T11:07:21.397521+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T11:07:22.968 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[22756]: audit 2024-09-21T11:07:21.397521+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T11:07:22.968 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: debug 2024-09-21T11:07:22.698+0000 7fc2bb673640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:11:07:22] ENGINE Error in HTTPServer.serve 2024-09-21T11:07:22.968 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: Traceback (most recent call last): 2024-09-21T11:07:22.968 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:07:22.968 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: self._connections.run(self.expiration_interval) 2024-09-21T11:07:22.968 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: self._run(expiration_interval) 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: s = self.context.wrap_socket( 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: return self.sslsocket_class._create( 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: self.do_handshake() 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: self._sslobj.do_handshake() 2024-09-21T11:07:22.969 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:22 smithi016 bash[23009]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:07:24.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.475033+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/Sep/2024:11:07:22] ENGINE Bus STARTING 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.475033+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/Sep/2024:11:07:22] ENGINE Bus STARTING 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.576624+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Sep/2024:11:07:22] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.576624+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Sep/2024:11:07:22] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.700705+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [21/Sep/2024:11:07:22] ENGINE Serving on https://172.21.15.16:7150 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.700705+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [21/Sep/2024:11:07:22] ENGINE Serving on https://172.21.15.16:7150 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.700853+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/Sep/2024:11:07:22] ENGINE Bus STARTED 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.700853+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/Sep/2024:11:07:22] ENGINE Bus STARTED 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.702779+0000 mgr.a (mgr.14152) 7 : cephadm [ERR] [21/Sep/2024:11:07:22] ENGINE Error in HTTPServer.serve 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: Traceback (most recent call last): 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:07:24.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: self._connections.run(self.expiration_interval) 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: self._run(expiration_interval) 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: s = self.context.wrap_socket( 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: return self.sslsocket_class._create( 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:07:24.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: self.do_handshake() 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: self._sslobj.do_handshake() 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cephadm 2024-09-21T11:07:22.702779+0000 mgr.a (mgr.14152) 7 : cephadm [ERR] [21/Sep/2024:11:07:22] ENGINE Error in HTTPServer.serve 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: Traceback (most recent call last): 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: self._connections.run(self.expiration_interval) 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: self._run(expiration_interval) 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:07:24.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: s = self.context.wrap_socket( 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: return self.sslsocket_class._create( 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: self.do_handshake() 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: self._sslobj.do_handshake() 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cluster 2024-09-21T11:07:22.851670+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-21T11:07:24.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:23 smithi016 bash[22756]: cluster 2024-09-21T11:07:22.851670+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-21T11:07:24.932 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUMwdqRZQQKyspWI9oFDdyuPW9znkwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkyMTExMDcyNFoXDTM0\nMDkyMjExMDcyNFowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjE2MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAwY8Y0r7FKynZfBPaL1vrTVBXx96OXT2HkNrh\nW9oBfsey4nddFjyjYSQq36PDitYR9n0KNyjjzCFSxCye/M1yGajqf37DqUknIrx5\norrzar3ratBW+4RUFQjGC2t4VGu2PDWvX7RBVPgG+I8wmtFZGGafueUylOefNzt8\nkROYHI5CX9Zp62rMZZinFwSQuwHKGER7rnYue/x+CIcq7xCrx+r5K//td+1y/muY\neePpOEj6Y0b1CW7xB+D13nQg1mwdvgTxb8dyAXlbhQGDGFdUZ8TyKll3i5phMRr9\n7KwwJMzjyZ+oYDXfB/dMU6UnC1JsvDwPBJtPY1h+1uZoCpaBc3JfbyXPnWHQcnNf\nSSi7LZhxt5sb1ngYZdEmf3cHrGYq8DiHCPi+QrYFosxcJX44YCTYsQ6NpKITKPUI\nmrMmQClm7AwFtOFZUlQ86iJuj6r3nklqlXKqIIKp0OSJ0Nf3ngR3Qtfl6bE+iQRE\nnd5nxdr/Y0SUCvB/1tQUjeuU9qkMbIgjqZKz3qBmpvAR+hLAjTxxBwNPWb6xK/ey\n/ai967VfIUmvHThcayFEju7/WNsWeAbzki4ZI9UdQeYkEqM6qeYJ1XEAL6vQuCiq\nVxOlATTyxH3ls15+Jzl6/Q7QsM76wNKspT7goL1UNRagMOIAUjK0Bmmj/nKJaA/h\no12b5r8CAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDE2ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPEDAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAp\n44r4U+BoAex3FaQRQ0/HIiBeNbc5Me36hJQySvnysy90U3jW0N0xVK9CXWIzxtij\n3QSquuJRofyq5xybbEDuKHez7DwSaPVOeDvdzii4Id5BzahSF+N4FU6KcHrcyqrM\nzdhG8lrxIsIas/QLlkkUHt5cYr85SLPGDtEd4vkceQJf4lW9BzXksc8RZAcwF23S\nhLOOq5jv2vnnRa0GRMtl5guE3quBoz2c7goY2q1VddqKQ2uW1pGOJEiyOjc+sjsa\nMK/Mf4kd2/mglr0JLyapY2ZqYbGbvHM9wPh/k12WKpQxpzVdvCwAjP5fmk9bwojJ\nlb6NNR2DAq9oz/XTi64A2a0JBAGH/rVzPU/Gue2WYZgHO+WAI+36HAgMfcssExpt\nMMnk4fi5vD/b82EfVVtUUMnuA04gc+BUgKTpJo896H+0iwRDK6dAvmeBo2Fjrtxt\n0iHlG6tbj4EzUpxqDC+F+XbEQoNy0qy3WLLw9083T6qjjxO575nN6Y0FDglAJskM\nL0LzqF1Ctme7WHiR7auw4nJ4+odU5s99jEWkWdTN32BZEt+w+jhWqiUAU8RkQ/Rg\n7fs+2Cb+I7v7y9u7wIqkJKktWFdZvYO6Z3td2laVT5bXCnV3ozPklLIxuJddZKpG\nmQ+SV9N8eqzQ27y4ZDSY+9pnoWV6mJBESGPD0kDDiw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAwY8Y0r7FKynZfBPaL1vrTVBXx96OXT2HkNrhW9oBfsey4ndd\nFjyjYSQq36PDitYR9n0KNyjjzCFSxCye/M1yGajqf37DqUknIrx5orrzar3ratBW\n+4RUFQjGC2t4VGu2PDWvX7RBVPgG+I8wmtFZGGafueUylOefNzt8kROYHI5CX9Zp\n62rMZZinFwSQuwHKGER7rnYue/x+CIcq7xCrx+r5K//td+1y/muYeePpOEj6Y0b1\nCW7xB+D13nQg1mwdvgTxb8dyAXlbhQGDGFdUZ8TyKll3i5phMRr97KwwJMzjyZ+o\nYDXfB/dMU6UnC1JsvDwPBJtPY1h+1uZoCpaBc3JfbyXPnWHQcnNfSSi7LZhxt5sb\n1ngYZdEmf3cHrGYq8DiHCPi+QrYFosxcJX44YCTYsQ6NpKITKPUImrMmQClm7AwF\ntOFZUlQ86iJuj6r3nklqlXKqIIKp0OSJ0Nf3ngR3Qtfl6bE+iQREnd5nxdr/Y0SU\nCvB/1tQUjeuU9qkMbIgjqZKz3qBmpvAR+hLAjTxxBwNPWb6xK/ey/ai967VfIUmv\nHThcayFEju7/WNsWeAbzki4ZI9UdQeYkEqM6qeYJ1XEAL6vQuCiqVxOlATTyxH3l\ns15+Jzl6/Q7QsM76wNKspT7goL1UNRagMOIAUjK0Bmmj/nKJaA/ho12b5r8CAwEA\nAQKCAgAHhg4iGdOpUdqMmUap3Aes3RhVi2bNP+FPaCBcrjb1PFTNceHCITuPZV43\njFcw6KOQ9u2UcHOYDNOL6kb2E4G4dsKv2Nxtkmbvmrh2hSJhFPDJq9HIBQlWg2aB\nmyGH+NEAA9rFRZIkijr7IvpNQSFfu7jlH8lPi9pxDpksYVMrv9dJNvRkwRMg20Ys\nkARLnAUN3G3kmQNqHlwepCuKfRWwSfVVhjd4PDO9O2YDBJ6dROakZUEey5t1Jl8f\nGetV/KS5CGy6FdxJvc8EUjmVJTRvRnLMdOb2ZRHSE2TNqt8voUvHG7NXyglrm5AW\nPfiZ+32lYSuvs0wPQalaN/OsftQG+JBQWi4iZKm9S3GNIvoU4hfir5dXIbot/1vN\nTn/OqoCWqg770FjTJgZQ8yKv9PqgAAa8EhlHbBLn9wTKBCmTMX/zWe2CKa16cqlv\nGqiIC9sYXd0SIX7JX0KQMM3ikJpB+C6IZLvxbPc9l78MzSzkOWlESwfu6QJZI9KZ\nYKz0FMPrNUreq5bI0MGF1Ay7FdcA9nTqj8sWko+BsM9QdGJgwEo2uE6EHN/mvnh7\njezQB32LjxaWLUdAWaNHJhLFQqXKbEV9ENhex3+4UR8uztLD0yW2FbIi7cSBNub9\nphU3hd1Rm2tgJOCEJbHE7pSB8BGM24U40Z2/iRYg7vlTR1twQQKCAQEA70BenDte\n10nfYRCjzisOY8PDFVKYm86PI6ad1GG86xELcM8uncwiWghExLcNdlKYHKahpNAL\n4L7rdOLHRcO78XRSsA6GGVZsH88OWmlIwg2dwFWzhwNoT8CZAwefEFIWK6wVoiMA\nKBXWZzDO/qi2JW5CHB72s3KB/RGevy7FhKy6gP0skOWE60ysJPcOjGJq0uEB/UWX\nKFCvWFXkEfZwtsbSvmRwLNb0Eg5YQ7btiOkMT5pcbqSzbzPgQq0lgxsUS8/Bwoxm\nIO7DtIO3VcYaOTa0CYSmkrI7kR3/ybI9emP933Msg6r8tvIvkO804b8GjHJKscGw\nHVsf/+SL18zo/QKCAQEAzxvfIY/+oh0s6J4tr0koqc5vzxYW7xtaJBLDxdo/TIwN\nSSkUMSI94GELiWd0Dxp02BX4PpgAuwIPtjk/D4lJG0OKPXGpLZMUlwobOfz3OP5A\nLkNlrrBO9pBhO6EYUgPoiOwyDMicJo0MhyJIE0IxpUfbPfgK10ibiprunVlszln0\nokaXsTUoXkUTYq3mU/fsdWAjyhfSNquhdRzjAhvWmy6Dz498d6ajNeEFcZdpZUGs\nJAKojcDwBYhehEMjeqmyy/c2/i+asm1JPjjG/a8WoEZVmKY92Ld2+PeUPzQNm8TB\nJzXIaV7E0nNUY40ZZuy7AOTX278L1kbi05SU/B4pawKCAQB9I9cYsrkltH8Bfzme\nsciiCBf3BC/MdxtJk3HET6cH8O9h/wwr/0UMgHyvw+tns0Xa3pF36lX8JQB1L9T5\nOasJXUWOztn3UMvXS27/fUhQL90OaAUyHmcmJ+AgxJC/caAlEapzFwmS7fEqIk5y\nxv4Wz/gGS2/QZpl1LA0zhJxNjCc1JrdzxolipcT4xLy4UxX63TQ0LH0m2iUM+EgF\n2TgVciNy8If3/CrHcvdZ28mcrgEBdgTY3o74IFMxrO0NCVHxYWbAgr08hoaY2bhA\nRhEbUfCTde3GlzEu81kCP5eGd9ynTs++wuXSLxUQIv4vAcLEHVfSaDPc9vfi2cEH\njCdlAoIBABZLis6jIKc0+tOjy4k2F/GHrpOdbiSZTi/Z8UdIQk4sOXXpvSm45O5V\npBdLkrvZfkCQxOOAG3wGMcjNCtPSVJNhxuzsYmjsj2ffB6VLbRWukRwp1zVh924l\nhsITinmxwAOVYaHsqpqfznxxnU6tboi7XoeiPxCD2XKnUQ6RRNxF5MbfUI8cCNd1\nGiwiSkw5wTO1gMTNoayO91eTH4DnnEeiT0A10xFSV/mB2sMqqIbk9fH+c0SnQ29l\nCb+1NomK4RuB5mKgn0eb6imPlSRUB9yDFc3T/45n2Z/djxDquphNKvncmVF2iTua\nfLgmxVhGHa9v8yjNvSl5AgwCz7MAUDcCggEAYgL0NVb/OBJjlElRPif3jtbXON4T\nZzmkyDlFCR0O7rAwn2ngqFsvl6Q6fMg3RtJc52uSO9YFfmxgT2GicBT5e3+DLMs+\n4PFXiFhy2iuYg54hn76s4dStqFh8zVsJLpcDIFoDHXdEcxBTTj0Ehv0mJwDBR8eq\nwmjyUWWcTeRQ0yfEquXB6mumIe+AdDL5ZyjdszX+MLHY5cDH/3YCJBQYpMu+iY/q\nBPoODQ+33hEJVIno2Cm6KNL2IJ7p8IyeyILD3febjVIqTBhlVuQpbP3KOM8J7ny0\nG43g46AeUPDLqtzxwsVc1BTuligdaEAJnowCX4/pHuLcHoFt2tqzrUVlJw==\n-----END RSA PRIVATE KEY-----\n"} 2024-09-21T11:07:25.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:24 smithi016 bash[22756]: audit 2024-09-21T11:07:23.485380+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-21T11:07:25.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:24 smithi016 bash[22756]: audit 2024-09-21T11:07:23.485380+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-21T11:07:26.980 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-21T11:07:27.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:27 smithi016 bash[22756]: audit 2024-09-21T11:07:26.438310+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-21T11:07:27.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:27 smithi016 bash[22756]: audit 2024-09-21T11:07:26.438310+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-21T11:07:27.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:27 smithi016 bash[22756]: audit 2024-09-21T11:07:26.443525+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:27.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:27 smithi016 bash[22756]: audit 2024-09-21T11:07:26.443525+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:28.995 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-21T11:07:28.996 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial admin user... 2024-09-21T11:07:29.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.670278+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:29.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.670278+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.670963+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"} : dispatch 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.670963+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"} : dispatch 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.674598+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.674598+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.676223+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.676223+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.676817+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]': finished 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:27.676817+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]': finished 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:28.398177+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:28 smithi016 bash[22756]: audit 2024-09-21T11:07:28.398177+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:29.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:29 smithi016 bash[22756]: audit 2024-09-21T11:07:28.394693+0000 mgr.a (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:07:29.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:29 smithi016 bash[22756]: audit 2024-09-21T11:07:28.394693+0000 mgr.a (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:07:30.985 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:30 smithi016 bash[22756]: cephadm 2024-09-21T11:07:29.419993+0000 mgr.a (mgr.14152) 11 : cephadm [INF] Deploying daemon agent.smithi016 on smithi016 2024-09-21T11:07:30.986 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:30 smithi016 bash[22756]: cephadm 2024-09-21T11:07:29.419993+0000 mgr.a (mgr.14152) 11 : cephadm [INF] Deploying daemon agent.smithi016 on smithi016 2024-09-21T11:07:31.312 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$evxwkg4XPtJZAynLm/f7MuMJg4ST6.KUKLZeEA4E816naoJ.xLHIy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726916850, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T11:07:31.312 INFO:teuthology.orchestra.run.smithi016.stdout:Fetching dashboard port number... 2024-09-21T11:07:32.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:31 smithi016 bash[22756]: audit 2024-09-21T11:07:30.498291+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-21T11:07:32.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:31 smithi016 bash[22756]: audit 2024-09-21T11:07:30.498291+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-21T11:07:32.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:31 smithi016 bash[22756]: audit 2024-09-21T11:07:30.796530+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:32.142 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:31 smithi016 bash[22756]: audit 2024-09-21T11:07:30.796530+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:33.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:32 smithi016 bash[22756]: audit 2024-09-21T11:07:32.693392+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.16:0/3133627719' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T11:07:33.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:32 smithi016 bash[22756]: audit 2024-09-21T11:07:32.693392+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.16:0/3133627719' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T11:07:33.269 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T11:07:33.270 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-09-21T11:07:33.270 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T11:07:33.273 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph Dashboard is now available at: 2024-09-21T11:07:33.273 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:33.273 INFO:teuthology.orchestra.run.smithi016.stdout: URL: https://smithi016.front.sepia.ceph.com:8443/ 2024-09-21T11:07:33.273 INFO:teuthology.orchestra.run.smithi016.stdout: User: admin 2024-09-21T11:07:33.273 INFO:teuthology.orchestra.run.smithi016.stdout: Password: g4au2yyiye 2024-09-21T11:07:33.273 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:33.273 INFO:teuthology.orchestra.run.smithi016.stdout:Saving cluster configuration to /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config directory 2024-09-21T11:07:34.149 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:33 smithi016 bash[22756]: cluster 2024-09-21T11:07:32.798852+0000 mon.a (mon.0) 103 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-21T11:07:34.149 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:33 smithi016 bash[22756]: cluster 2024-09-21T11:07:32.798852+0000 mon.a (mon.0) 103 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-21T11:07:35.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T11:07:35.503 INFO:teuthology.orchestra.run.smithi016.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T11:07:35.503 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:35.503 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T11:07:35.504 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:35.504 INFO:teuthology.orchestra.run.smithi016.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T11:07:35.504 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:35.504 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T11:07:35.504 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:35.504 INFO:teuthology.orchestra.run.smithi016.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T11:07:35.504 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:35.504 INFO:teuthology.orchestra.run.smithi016.stdout: ceph telemetry on 2024-09-21T11:07:35.505 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:35.505 INFO:teuthology.orchestra.run.smithi016.stdout:For more information see: 2024-09-21T11:07:35.505 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:35.505 INFO:teuthology.orchestra.run.smithi016.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T11:07:35.505 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:07:35.505 INFO:teuthology.orchestra.run.smithi016.stdout:Bootstrap complete. 2024-09-21T11:07:35.576 INFO:tasks.cephadm:Fetching config... 2024-09-21T11:07:35.576 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:07:35.576 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T11:07:35.582 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T11:07:35.582 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:07:35.582 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T11:07:35.627 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T11:07:35.627 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:07:35.627 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-21T11:07:35.683 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T11:07:35.683 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:07:35.683 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T11:07:35.730 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T11:07:35.731 DEBUG:teuthology.orchestra.run.smithi016:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCS3kIvCxp7nVD2ihKTG8Y09JZarrzexpsiKSJfxKGGoFDQlrXXKdpAAf/d97EASmHQqPfVFqpNpfq9QwDIAothVVkuVWoeqcZOnhJ36QQC56/bqLP3QZPisF42Zpm0XNSnrqchfvsokcF3R00xTtV0QCoxz3vG7Ou4NUPR3CGjy1ecmnUG35MSd4mOMLRwCdYohc4psIXQE2YcZuwlnmdgeYuC3DoyRJnL3ORwhZ3r0EsjuWvbYj4AtmJhmTt+iz2IcD+5wWjS6fv4gJq4jPSlWHai/tfTaMhq2MrTJILKTlhPJuYbiIFxpXOMWUFuNPYBJqEwg+MrNimyuL+4WGT6Wr5LXYdkJL+knh1VkfOPBbH7InguuCOLuf6yFfaxAQAvgcY1au77dp4nsIXz/I24z7cxWFnOKGVebKDdIqDvvT8HWLQ6PRg5tGXwvAlAJrrBmmhrA2QxxGIMCJzAN5mb+9YRT8rs4BxkMgThC3aD5U/0DA5CFXjMSrB3HATCvE= ceph-4a9cefac-7809-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T11:07:35.789 INFO:teuthology.orchestra.run.smithi016.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCS3kIvCxp7nVD2ihKTG8Y09JZarrzexpsiKSJfxKGGoFDQlrXXKdpAAf/d97EASmHQqPfVFqpNpfq9QwDIAothVVkuVWoeqcZOnhJ36QQC56/bqLP3QZPisF42Zpm0XNSnrqchfvsokcF3R00xTtV0QCoxz3vG7Ou4NUPR3CGjy1ecmnUG35MSd4mOMLRwCdYohc4psIXQE2YcZuwlnmdgeYuC3DoyRJnL3ORwhZ3r0EsjuWvbYj4AtmJhmTt+iz2IcD+5wWjS6fv4gJq4jPSlWHai/tfTaMhq2MrTJILKTlhPJuYbiIFxpXOMWUFuNPYBJqEwg+MrNimyuL+4WGT6Wr5LXYdkJL+knh1VkfOPBbH7InguuCOLuf6yFfaxAQAvgcY1au77dp4nsIXz/I24z7cxWFnOKGVebKDdIqDvvT8HWLQ6PRg5tGXwvAlAJrrBmmhrA2QxxGIMCJzAN5mb+9YRT8rs4BxkMgThC3aD5U/0DA5CFXjMSrB3HATCvE= ceph-4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:07:35.796 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCS3kIvCxp7nVD2ihKTG8Y09JZarrzexpsiKSJfxKGGoFDQlrXXKdpAAf/d97EASmHQqPfVFqpNpfq9QwDIAothVVkuVWoeqcZOnhJ36QQC56/bqLP3QZPisF42Zpm0XNSnrqchfvsokcF3R00xTtV0QCoxz3vG7Ou4NUPR3CGjy1ecmnUG35MSd4mOMLRwCdYohc4psIXQE2YcZuwlnmdgeYuC3DoyRJnL3ORwhZ3r0EsjuWvbYj4AtmJhmTt+iz2IcD+5wWjS6fv4gJq4jPSlWHai/tfTaMhq2MrTJILKTlhPJuYbiIFxpXOMWUFuNPYBJqEwg+MrNimyuL+4WGT6Wr5LXYdkJL+knh1VkfOPBbH7InguuCOLuf6yFfaxAQAvgcY1au77dp4nsIXz/I24z7cxWFnOKGVebKDdIqDvvT8HWLQ6PRg5tGXwvAlAJrrBmmhrA2QxxGIMCJzAN5mb+9YRT8rs4BxkMgThC3aD5U/0DA5CFXjMSrB3HATCvE= ceph-4a9cefac-7809-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T11:07:35.819 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCS3kIvCxp7nVD2ihKTG8Y09JZarrzexpsiKSJfxKGGoFDQlrXXKdpAAf/d97EASmHQqPfVFqpNpfq9QwDIAothVVkuVWoeqcZOnhJ36QQC56/bqLP3QZPisF42Zpm0XNSnrqchfvsokcF3R00xTtV0QCoxz3vG7Ou4NUPR3CGjy1ecmnUG35MSd4mOMLRwCdYohc4psIXQE2YcZuwlnmdgeYuC3DoyRJnL3ORwhZ3r0EsjuWvbYj4AtmJhmTt+iz2IcD+5wWjS6fv4gJq4jPSlWHai/tfTaMhq2MrTJILKTlhPJuYbiIFxpXOMWUFuNPYBJqEwg+MrNimyuL+4WGT6Wr5LXYdkJL+knh1VkfOPBbH7InguuCOLuf6yFfaxAQAvgcY1au77dp4nsIXz/I24z7cxWFnOKGVebKDdIqDvvT8HWLQ6PRg5tGXwvAlAJrrBmmhrA2QxxGIMCJzAN5mb+9YRT8rs4BxkMgThC3aD5U/0DA5CFXjMSrB3HATCvE= ceph-4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:07:35.830 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCS3kIvCxp7nVD2ihKTG8Y09JZarrzexpsiKSJfxKGGoFDQlrXXKdpAAf/d97EASmHQqPfVFqpNpfq9QwDIAothVVkuVWoeqcZOnhJ36QQC56/bqLP3QZPisF42Zpm0XNSnrqchfvsokcF3R00xTtV0QCoxz3vG7Ou4NUPR3CGjy1ecmnUG35MSd4mOMLRwCdYohc4psIXQE2YcZuwlnmdgeYuC3DoyRJnL3ORwhZ3r0EsjuWvbYj4AtmJhmTt+iz2IcD+5wWjS6fv4gJq4jPSlWHai/tfTaMhq2MrTJILKTlhPJuYbiIFxpXOMWUFuNPYBJqEwg+MrNimyuL+4WGT6Wr5LXYdkJL+knh1VkfOPBbH7InguuCOLuf6yFfaxAQAvgcY1au77dp4nsIXz/I24z7cxWFnOKGVebKDdIqDvvT8HWLQ6PRg5tGXwvAlAJrrBmmhrA2QxxGIMCJzAN5mb+9YRT8rs4BxkMgThC3aD5U/0DA5CFXjMSrB3HATCvE= ceph-4a9cefac-7809-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T11:07:35.842 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:35 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:07:35.842 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:35 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:07:35.853 INFO:teuthology.orchestra.run.smithi094.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCS3kIvCxp7nVD2ihKTG8Y09JZarrzexpsiKSJfxKGGoFDQlrXXKdpAAf/d97EASmHQqPfVFqpNpfq9QwDIAothVVkuVWoeqcZOnhJ36QQC56/bqLP3QZPisF42Zpm0XNSnrqchfvsokcF3R00xTtV0QCoxz3vG7Ou4NUPR3CGjy1ecmnUG35MSd4mOMLRwCdYohc4psIXQE2YcZuwlnmdgeYuC3DoyRJnL3ORwhZ3r0EsjuWvbYj4AtmJhmTt+iz2IcD+5wWjS6fv4gJq4jPSlWHai/tfTaMhq2MrTJILKTlhPJuYbiIFxpXOMWUFuNPYBJqEwg+MrNimyuL+4WGT6Wr5LXYdkJL+knh1VkfOPBbH7InguuCOLuf6yFfaxAQAvgcY1au77dp4nsIXz/I24z7cxWFnOKGVebKDdIqDvvT8HWLQ6PRg5tGXwvAlAJrrBmmhrA2QxxGIMCJzAN5mb+9YRT8rs4BxkMgThC3aD5U/0DA5CFXjMSrB3HATCvE= ceph-4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:07:35.862 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T11:07:36.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:07:35 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:07:36.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:35 smithi016 bash[22756]: audit 2024-09-21T11:07:34.886749+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.16:0/2144047626' entity='client.admin' 2024-09-21T11:07:36.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:35 smithi016 bash[22756]: audit 2024-09-21T11:07:34.886749+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.16:0/2144047626' entity='client.admin' 2024-09-21T11:07:36.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:35 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:07:37.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.107540+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.107540+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.110224+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.110224+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.112398+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.112398+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.121085+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.121085+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.124414+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.124414+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.126180+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.126180+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.127869+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.127869+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.129603+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.129603+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.132573+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.132573+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.141563+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.141563+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.146155+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.146155+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.617921+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:37.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:37 smithi016 bash[22756]: audit 2024-09-21T11:07:36.617921+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:40.593 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:07:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:41 smithi016 bash[22756]: cluster 2024-09-21T11:07:40.383707+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-21T11:07:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:41 smithi016 bash[22756]: cluster 2024-09-21T11:07:40.383707+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-21T11:07:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:41 smithi016 bash[22756]: audit 2024-09-21T11:07:40.864972+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:41 smithi016 bash[22756]: audit 2024-09-21T11:07:40.864972+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:41 smithi016 bash[22756]: audit 2024-09-21T11:07:40.937470+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:41 smithi016 bash[22756]: audit 2024-09-21T11:07:40.937470+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:42.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:41 smithi016 bash[22756]: audit 2024-09-21T11:07:40.942459+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:42.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:41 smithi016 bash[22756]: audit 2024-09-21T11:07:40.942459+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:42.702 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T11:07:42.703 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T11:07:43.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:43 smithi016 bash[22756]: audit 2024-09-21T11:07:42.070644+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.16:0/819069461' entity='client.admin' 2024-09-21T11:07:43.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:43 smithi016 bash[22756]: audit 2024-09-21T11:07:42.070644+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.16:0/819069461' entity='client.admin' 2024-09-21T11:07:43.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:43 smithi016 bash[22756]: audit 2024-09-21T11:07:42.088132+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:43.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:43 smithi016 bash[22756]: audit 2024-09-21T11:07:42.088132+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:43.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:43 smithi016 bash[22756]: audit 2024-09-21T11:07:42.093388+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:43.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:43 smithi016 bash[22756]: audit 2024-09-21T11:07:42.093388+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:44.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:44 smithi016 bash[22756]: cluster 2024-09-21T11:07:42.384178+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-21T11:07:44.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:44 smithi016 bash[22756]: cluster 2024-09-21T11:07:42.384178+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-21T11:07:46.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:46 smithi016 bash[22756]: cluster 2024-09-21T11:07:44.384592+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-21T11:07:46.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:46 smithi016 bash[22756]: cluster 2024-09-21T11:07:44.384592+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-21T11:07:47.397 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:07:48.349 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:48 smithi016 bash[22756]: cluster 2024-09-21T11:07:46.385002+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-21T11:07:48.349 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:48 smithi016 bash[22756]: cluster 2024-09-21T11:07:46.385002+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-21T11:07:49.911 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi047 2024-09-21T11:07:49.911 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:07:49.911 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.conf 2024-09-21T11:07:49.917 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:07:49.917 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:07:49.966 INFO:tasks.cephadm:Adding host smithi047 to orchestrator... 2024-09-21T11:07:49.966 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch host add smithi047 2024-09-21T11:07:50.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: cluster 2024-09-21T11:07:48.385322+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-21T11:07:50.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: cluster 2024-09-21T11:07:48.385322+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-21T11:07:50.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.965673+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-21T11:07:50.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.965673+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-21T11:07:50.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.968997+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:50.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.968997+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:50.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.969895+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:50.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.969895+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.973238+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.973238+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.974111+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:48.974111+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: cephadm 2024-09-21T11:07:48.975185+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: cephadm 2024-09-21T11:07:48.975185+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: cephadm 2024-09-21T11:07:49.033759+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: cephadm 2024-09-21T11:07:49.033759+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: cephadm 2024-09-21T11:07:49.087261+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: cephadm 2024-09-21T11:07:49.087261+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:49.198629+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:49.198629+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:49.201116+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:50.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:49 smithi016 bash[22756]: audit 2024-09-21T11:07:49.201116+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:51.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:51 smithi016 bash[22756]: cephadm 2024-09-21T11:07:49.137846+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:07:51.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:51 smithi016 bash[22756]: cephadm 2024-09-21T11:07:49.137846+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:07:51.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:51 smithi016 bash[22756]: audit 2024-09-21T11:07:50.047216+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:51.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:51 smithi016 bash[22756]: audit 2024-09-21T11:07:50.047216+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:51.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:51 smithi016 bash[22756]: audit 2024-09-21T11:07:50.050911+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:51.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:51 smithi016 bash[22756]: audit 2024-09-21T11:07:50.050911+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:07:52.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:52 smithi016 bash[22756]: cluster 2024-09-21T11:07:50.385714+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-21T11:07:52.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:52 smithi016 bash[22756]: cluster 2024-09-21T11:07:50.385714+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-21T11:07:54.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:54 smithi016 bash[22756]: cluster 2024-09-21T11:07:52.386155+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-21T11:07:54.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:54 smithi016 bash[22756]: cluster 2024-09-21T11:07:52.386155+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-21T11:07:54.696 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:07:56.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:56 smithi016 bash[22756]: cluster 2024-09-21T11:07:54.386573+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-21T11:07:56.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:56 smithi016 bash[22756]: cluster 2024-09-21T11:07:54.386573+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-21T11:07:58.155 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:58 smithi016 bash[22756]: audit 2024-09-21T11:07:56.230306+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:07:58.155 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:58 smithi016 bash[22756]: audit 2024-09-21T11:07:56.230306+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:07:58.155 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:58 smithi016 bash[22756]: cluster 2024-09-21T11:07:56.386902+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:07:58.156 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:58 smithi016 bash[22756]: cluster 2024-09-21T11:07:56.386902+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:07:59.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:59 smithi016 bash[22756]: cephadm 2024-09-21T11:07:57.507641+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi047 2024-09-21T11:07:59.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:07:59 smithi016 bash[22756]: cephadm 2024-09-21T11:07:57.507641+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi047 2024-09-21T11:08:00.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:00 smithi016 bash[22756]: cluster 2024-09-21T11:07:58.387177+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-21T11:08:00.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:00 smithi016 bash[22756]: cluster 2024-09-21T11:07:58.387177+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-21T11:08:00.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:00 smithi016 bash[22756]: audit 2024-09-21T11:07:59.565883+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:00.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:00 smithi016 bash[22756]: audit 2024-09-21T11:07:59.565883+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:00.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:00 smithi016 bash[22756]: audit 2024-09-21T11:07:59.576546+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:00.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:00 smithi016 bash[22756]: audit 2024-09-21T11:07:59.576546+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:00.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:00 smithi016 bash[22756]: audit 2024-09-21T11:07:59.589081+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:00.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:00 smithi016 bash[22756]: audit 2024-09-21T11:07:59.589081+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:01.232 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi047' with addr '172.21.15.47' 2024-09-21T11:08:01.823 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T11:08:02.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:02 smithi016 bash[22756]: cluster 2024-09-21T11:08:00.387516+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-21T11:08:02.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:02 smithi016 bash[22756]: cluster 2024-09-21T11:08:00.387516+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-21T11:08:02.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:02 smithi016 bash[22756]: audit 2024-09-21T11:08:01.229195+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:02.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:02 smithi016 bash[22756]: audit 2024-09-21T11:08:01.229195+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:02.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:02 smithi016 bash[22756]: audit 2024-09-21T11:08:01.230812+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:02.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:02 smithi016 bash[22756]: audit 2024-09-21T11:08:01.230812+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:02.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:02 smithi016 bash[22756]: audit 2024-09-21T11:08:01.746966+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:02.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:02 smithi016 bash[22756]: audit 2024-09-21T11:08:01.746966+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:03.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:03 smithi016 bash[22756]: cephadm 2024-09-21T11:08:01.230010+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi047 2024-09-21T11:08:03.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:03 smithi016 bash[22756]: cephadm 2024-09-21T11:08:01.230010+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi047 2024-09-21T11:08:04.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: cluster 2024-09-21T11:08:02.387991+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-21T11:08:04.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: cluster 2024-09-21T11:08:02.387991+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-21T11:08:04.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.278486+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:04.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.278486+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.283989+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.283989+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.285560+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.285560+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.287768+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.287768+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.289623+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.289623+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.709431+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.709431+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.715501+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.715501+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:04.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.718526+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:08:04.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.718526+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:08:04.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.719903+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-09-21T11:08:04.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:04 smithi016 bash[22756]: audit 2024-09-21T11:08:03.719903+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-09-21T11:08:05.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:05 smithi016 bash[22756]: cephadm 2024-09-21T11:08:03.291989+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:05.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:05 smithi016 bash[22756]: cephadm 2024-09-21T11:08:03.291989+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:05.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:05 smithi016 bash[22756]: cephadm 2024-09-21T11:08:03.406660+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:05.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:05 smithi016 bash[22756]: cephadm 2024-09-21T11:08:03.406660+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:05.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:05 smithi016 bash[22756]: cephadm 2024-09-21T11:08:03.512447+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:05.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:05 smithi016 bash[22756]: cephadm 2024-09-21T11:08:03.512447+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:05.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:05 smithi016 bash[22756]: cephadm 2024-09-21T11:08:03.610662+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:05.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:05 smithi016 bash[22756]: cephadm 2024-09-21T11:08:03.610662+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: cluster 2024-09-21T11:08:04.388373+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-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: cluster 2024-09-21T11:08:04.388373+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-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: cephadm 2024-09-21T11:08:05.010747+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi047 on smithi047 2024-09-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: cephadm 2024-09-21T11:08:05.010747+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi047 on smithi047 2024-09-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: audit 2024-09-21T11:08:06.047503+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: audit 2024-09-21T11:08:06.047503+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: audit 2024-09-21T11:08:06.052738+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: audit 2024-09-21T11:08:06.052738+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: audit 2024-09-21T11:08:06.057680+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:06 smithi016 bash[22756]: audit 2024-09-21T11:08:06.057680+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:06.550 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:08:07.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.094011+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:07.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.094011+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:07.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.097709+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:07.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.097709+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:07.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.099317+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:07.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.099317+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.106866+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.106866+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.141700+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.141700+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.145703+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.145703+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.147390+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.147390+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.155246+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.155246+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.602094+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:07.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:07 smithi016 bash[22756]: audit 2024-09-21T11:08:06.602094+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:08.111 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:08:08.111 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}] 2024-09-21T11:08:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:08 smithi016 bash[22756]: cluster 2024-09-21T11:08:06.388754+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-21T11:08:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:08 smithi016 bash[22756]: cluster 2024-09-21T11:08:06.388754+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-21T11:08:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:08 smithi016 bash[22756]: audit 2024-09-21T11:08:07.693107+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:08 smithi016 bash[22756]: audit 2024-09-21T11:08:07.693107+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:08 smithi016 bash[22756]: audit 2024-09-21T11:08:07.700529+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:08 smithi016 bash[22756]: audit 2024-09-21T11:08:07.700529+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:08.739 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi094 2024-09-21T11:08:08.739 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:08:08.739 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.conf 2024-09-21T11:08:08.745 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:08:08.745 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:08.793 INFO:tasks.cephadm:Adding host smithi094 to orchestrator... 2024-09-21T11:08:08.793 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch host add smithi094 2024-09-21T11:08:10.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:10 smithi016 bash[22756]: audit 2024-09-21T11:08:08.108444+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-21T11:08:10.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:10 smithi016 bash[22756]: audit 2024-09-21T11:08:08.108444+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-21T11:08:10.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:10 smithi016 bash[22756]: cluster 2024-09-21T11:08:08.389168+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-21T11:08:10.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:10 smithi016 bash[22756]: cluster 2024-09-21T11:08:08.389168+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-21T11:08:12.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:11 smithi016 bash[22756]: cluster 2024-09-21T11:08:10.389589+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-21T11:08:12.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:11 smithi016 bash[22756]: cluster 2024-09-21T11:08:10.389589+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-21T11:08:12.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:11 smithi016 bash[22756]: audit 2024-09-21T11:08:10.871525+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:12.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:11 smithi016 bash[22756]: audit 2024-09-21T11:08:10.871525+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:13.530 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:08:14.184 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:13 smithi016 bash[22756]: cluster 2024-09-21T11:08:12.389999+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-21T11:08:14.184 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:13 smithi016 bash[22756]: cluster 2024-09-21T11:08:12.389999+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-21T11:08:16.288 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:15 smithi016 bash[22756]: cluster 2024-09-21T11:08:14.390448+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-21T11:08:16.289 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:15 smithi016 bash[22756]: cluster 2024-09-21T11:08:14.390448+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-21T11:08:17.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:16 smithi016 bash[22756]: audit 2024-09-21T11:08:15.348749+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:17.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:16 smithi016 bash[22756]: audit 2024-09-21T11:08:15.348749+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:17 smithi016 bash[22756]: cluster 2024-09-21T11:08:16.390794+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-21T11:08:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:17 smithi016 bash[22756]: cluster 2024-09-21T11:08:16.390794+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-21T11:08:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:17 smithi016 bash[22756]: cephadm 2024-09-21T11:08:16.563111+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi094 2024-09-21T11:08:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:17 smithi016 bash[22756]: cephadm 2024-09-21T11:08:16.563111+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi094 2024-09-21T11:08:20.241 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi094' with addr '172.21.15.94' 2024-09-21T11:08:20.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:19 smithi016 bash[22756]: cluster 2024-09-21T11:08:18.391252+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-21T11:08:20.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:19 smithi016 bash[22756]: cluster 2024-09-21T11:08:18.391252+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-21T11:08:20.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:19 smithi016 bash[22756]: audit 2024-09-21T11:08:19.775026+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:20.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:19 smithi016 bash[22756]: audit 2024-09-21T11:08:19.775026+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:20.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:19 smithi016 bash[22756]: audit 2024-09-21T11:08:19.779415+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:20.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:19 smithi016 bash[22756]: audit 2024-09-21T11:08:19.779415+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:20.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:19 smithi016 bash[22756]: audit 2024-09-21T11:08:19.784305+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:20.259 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:19 smithi016 bash[22756]: audit 2024-09-21T11:08:19.784305+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:20.890 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T11:08:21.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.238288+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:21.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.238288+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:21.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: cephadm 2024-09-21T11:08:20.239156+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi094 2024-09-21T11:08:21.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: cephadm 2024-09-21T11:08:20.239156+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi094 2024-09-21T11:08:21.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.240007+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:21.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.240007+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:21.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: cluster 2024-09-21T11:08:20.391625+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-21T11:08:21.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: cluster 2024-09-21T11:08:20.391625+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-21T11:08:21.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.729469+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:21.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.729469+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:21.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.833352+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:21.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.833352+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:21.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.841320+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:21.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:21 smithi016 bash[22756]: audit 2024-09-21T11:08:20.841320+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:23.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.236415+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:23.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.236415+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:23.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.242114+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:23.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.242114+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:23.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.243646+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:23.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.243646+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.245704+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.245704+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.247498+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.247498+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cephadm 2024-09-21T11:08:22.249901+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cephadm 2024-09-21T11:08:22.249901+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cephadm 2024-09-21T11:08:22.366130+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cephadm 2024-09-21T11:08:22.366130+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cluster 2024-09-21T11:08:22.391992+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cluster 2024-09-21T11:08:22.391992+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cephadm 2024-09-21T11:08:22.467989+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cephadm 2024-09-21T11:08:22.467989+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:23.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cephadm 2024-09-21T11:08:22.561804+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:23.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: cephadm 2024-09-21T11:08:22.561804+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:23.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.658621+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:23.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.658621+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:23.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.664808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:23.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.664808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:23.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.668002+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:08:23.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.668002+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:08:23.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.669443+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-09-21T11:08:23.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:23 smithi016 bash[22756]: audit 2024-09-21T11:08:22.669443+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-09-21T11:08:24.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:24 smithi016 bash[22756]: cephadm 2024-09-21T11:08:24.060378+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-09-21T11:08:24.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:24 smithi016 bash[22756]: cephadm 2024-09-21T11:08:24.060378+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-09-21T11:08:25.622 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:08:26.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: cluster 2024-09-21T11:08:24.392403+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-21T11:08:26.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: cluster 2024-09-21T11:08:24.392403+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-21T11:08:26.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.082527+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.082527+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.088320+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.088320+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.092846+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.092846+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.131234+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.131234+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.135730+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.135730+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.137401+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.137401+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.144618+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.144618+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.194325+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.194325+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.198678+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:26.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.198678+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:26.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.200534+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:26.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.200534+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:26.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.208242+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.208242+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.638238+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.638238+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.878234+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:26.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:26 smithi016 bash[22756]: audit 2024-09-21T11:08:25.878234+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:27.115 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:08:27.115 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}] 2024-09-21T11:08:27.838 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T11:08:27.838 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph osd crush tunables default 2024-09-21T11:08:28.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: cluster 2024-09-21T11:08:26.392798+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-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: cluster 2024-09-21T11:08:26.392798+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-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:26.710894+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:26.710894+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:26.718445+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:26.718445+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:27.227549+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:27.227549+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:27.229917+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:27.229917+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:27.232959+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:28.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:27 smithi016 bash[22756]: audit 2024-09-21T11:08:27.232959+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:29.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:28 smithi016 bash[22756]: audit 2024-09-21T11:08:27.113240+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-21T11:08:29.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:28 smithi016 bash[22756]: audit 2024-09-21T11:08:27.113240+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-21T11:08:30.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:29 smithi016 bash[22756]: cluster 2024-09-21T11:08:28.393208+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-21T11:08:30.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:29 smithi016 bash[22756]: cluster 2024-09-21T11:08:28.393208+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-21T11:08:32.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:31 smithi016 bash[22756]: cluster 2024-09-21T11:08:30.393625+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-21T11:08:32.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:31 smithi016 bash[22756]: cluster 2024-09-21T11:08:30.393625+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-21T11:08:32.576 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:08:33.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:33 smithi016 bash[22756]: cluster 2024-09-21T11:08:32.394129+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-21T11:08:33.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:33 smithi016 bash[22756]: cluster 2024-09-21T11:08:32.394129+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-21T11:08:34.724 INFO:teuthology.orchestra.run.smithi016.stderr:adjusted tunables profile to default 2024-09-21T11:08:34.978 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:34 smithi016 bash[22756]: audit 2024-09-21T11:08:34.265249+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T11:08:34.978 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:34 smithi016 bash[22756]: audit 2024-09-21T11:08:34.265249+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T11:08:35.377 INFO:tasks.cephadm:Adding mon.a on smithi016 2024-09-21T11:08:35.378 INFO:tasks.cephadm:Adding mon.b on smithi047 2024-09-21T11:08:35.378 INFO:tasks.cephadm:Adding mon.c on smithi094 2024-09-21T11:08:35.378 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch apply mon '3;smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c' 2024-09-21T11:08:36.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:35 smithi016 bash[22756]: cluster 2024-09-21T11:08:34.394457+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:36.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:35 smithi016 bash[22756]: cluster 2024-09-21T11:08:34.394457+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:36.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:35 smithi016 bash[22756]: audit 2024-09-21T11:08:34.722940+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T11:08:36.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:35 smithi016 bash[22756]: audit 2024-09-21T11:08:34.722940+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T11:08:36.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:35 smithi016 bash[22756]: cluster 2024-09-21T11:08:34.727085+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:36.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:35 smithi016 bash[22756]: cluster 2024-09-21T11:08:34.727085+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:36.608 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:38.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:37 smithi016 bash[22756]: cluster 2024-09-21T11:08:36.394936+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-21T11:08:38.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:37 smithi016 bash[22756]: cluster 2024-09-21T11:08:36.394936+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-21T11:08:38.383 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled mon update... 2024-09-21T11:08:39.220 DEBUG:teuthology.orchestra.run.smithi047:mon.b> sudo journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.b.service 2024-09-21T11:08:39.223 DEBUG:teuthology.orchestra.run.smithi094:mon.c> sudo journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.c.service 2024-09-21T11:08:39.225 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T11:08:39.225 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T11:08:39.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.370206+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:39.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.370206+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:39.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: cephadm 2024-09-21T11:08:38.375365+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c;count:3 2024-09-21T11:08:39.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: cephadm 2024-09-21T11:08:38.375365+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c;count:3 2024-09-21T11:08:39.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.381031+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:39.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.381031+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:39.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.382776+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.382776+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.387659+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.387659+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.389452+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.389452+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: cluster 2024-09-21T11:08:38.395373+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: cluster 2024-09-21T11:08:38.395373+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.397401+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.397401+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.402082+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.402082+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.403786+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:39.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: audit 2024-09-21T11:08:38.403786+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:39.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: cephadm 2024-09-21T11:08:38.405747+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-09-21T11:08:39.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:39 smithi016 bash[22756]: cephadm 2024-09-21T11:08:38.405747+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-09-21T11:08:41.064 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:39.982823+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:39.982823+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:39.989008+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:39.989008+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:39.996895+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:39.996895+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:40.782928+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:40.782928+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:40.790692+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:41.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:40 smithi016 bash[22756]: audit 2024-09-21T11:08:40.790692+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:42.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:41 smithi016 bash[22756]: cluster 2024-09-21T11:08:40.395789+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-21T11:08:42.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:41 smithi016 bash[22756]: cluster 2024-09-21T11:08:40.395789+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-21T11:08:42.642 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-21T11:08:42.642 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"4a9cefac-7809-11ef-baf6-efdc52797490","modified":"2024-09-21T11:06:12.494314Z","created":"2024-09-21T11:06:12.494314Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T11:08:42.642 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2024-09-21T11:08:43.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:43 smithi016 bash[22756]: audit 2024-09-21T11:08:42.640354+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.94:0/2084904236' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T11:08:43.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:43 smithi016 bash[22756]: audit 2024-09-21T11:08:42.640354+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.94:0/2084904236' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T11:08:44.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:44 smithi016 bash[22756]: cluster 2024-09-21T11:08:42.396178+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-21T11:08:44.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:44 smithi016 bash[22756]: cluster 2024-09-21T11:08:42.396178+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-21T11:08:44.641 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T11:08:44.641 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T11:08:45.864 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: cluster 2024-09-21T11:08:44.396571+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: cluster 2024-09-21T11:08:44.396571+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.972191+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.972191+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.977939+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.977939+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.983895+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.983895+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.985193+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.985193+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:46.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.986887+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:46.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:46 smithi016 bash[22756]: audit 2024-09-21T11:08:45.986887+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:47.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:47 smithi016 bash[22756]: cephadm 2024-09-21T11:08:45.988831+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-09-21T11:08:47.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:47 smithi016 bash[22756]: cephadm 2024-09-21T11:08:45.988831+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-09-21T11:08:48.105 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.086+0000 7f7557d6fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T11:08:48.105 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726916928092411, "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": 1726916928, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bcd9c1b1-64c9-44c5-ade5-b4b0f9e89288", "db_session_id": "B492OACEO1ZVI15J53ZK", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T11:08:48.105 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726916928092567, "job": 1, "event": "recovery_finished"} 2024-09-21T11:08:48.105 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T11:08:48.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:48 smithi016 bash[22756]: cluster 2024-09-21T11:08:46.396981+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-21T11:08:48.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:48 smithi016 bash[22756]: cluster 2024-09-21T11:08:46.396981+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-21T11:08:48.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:48 smithi016 bash[22756]: audit 2024-09-21T11:08:47.435609+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:48 smithi016 bash[22756]: audit 2024-09-21T11:08:47.435609+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:48 smithi016 bash[22756]: audit 2024-09-21T11:08:47.441459+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:48 smithi016 bash[22756]: audit 2024-09-21T11:08:47.441459+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:48 smithi016 bash[22756]: audit 2024-09-21T11:08:47.449311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:48 smithi016 bash[22756]: audit 2024-09-21T11:08:47.449311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.375 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T11:08:48.376 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5567204c2e00 2024-09-21T11:08:48.376 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 4 rocksdb: DB pointer 0x5567205c6000 2024-09-21T11:08:48.376 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f754db37640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T11:08:48.376 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f754db37640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T11:08:48.376 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: ** DB Stats ** 2024-09-21T11:08:48.376 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T11:08:48.376 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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-21T11:08:48.376 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: ** Compaction Stats [default] ** 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: ** Compaction Stats [default] ** 2024-09-21T11:08:48.377 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T11:08:48.378 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: Block cache BinnedLRUCache@0x556720495610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.9e-05 secs_since: 0 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 0 using public_addr v2:172.21.15.94:0/0 -> [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] at bind addrs [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.090+0000 7f7557d6fc80 1 mon.c@-1(???) e0 preinit fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: e1 2024-09-21T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: btime 2024-09-21T11:06:17:007048+0000 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 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-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: legacy client fscid: -1 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: No filesystems configured 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.118+0000 7f7550b3d640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.107540+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.107540+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.110224+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.110224+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.112398+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.112398+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.121085+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.121085+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.124414+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.124414+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.126180+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.126180+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.127869+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.381 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.127869+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.382 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.129603+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.382 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.129603+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.382 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.132573+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.382 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.132573+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.382 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.141563+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.384 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.141563+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.384 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.146155+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.384 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.146155+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.384 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.617921+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:36.617921+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:40.383707+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-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:40.383707+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-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:40.864972+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:40.864972+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:40.937470+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:40.937470+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:40.942459+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:40.942459+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:42.070644+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.16:0/819069461' entity='client.admin' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:42.070644+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.16:0/819069461' entity='client.admin' 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:42.088132+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:42.088132+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:42.093388+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:42.093388+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:42.384178+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:42.384178+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:44.384592+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:44.384592+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:46.385002+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:46.385002+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:48.385322+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:48.385322+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.965673+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.965673+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-21T11:08:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.968997+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.968997+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.969895+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.969895+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.973238+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.973238+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.974111+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:48.974111+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:48.975185+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:48.975185+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:49.033759+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:49.033759+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:49.087261+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:49.087261+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:48.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:49.198629+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:49.198629+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:49.201116+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:49.201116+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:49.137846+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:48.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:49.137846+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:48.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:50.047216+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:50.047216+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:50.050911+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:50.050911+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:50.385714+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-21T11:08:48.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:50.385714+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-21T11:08:48.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:52.386155+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-21T11:08:48.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:52.386155+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-21T11:08:48.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:54.386573+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-21T11:08:48.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:54.386573+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-21T11:08:48.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:56.230306+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:48.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:56.230306+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:48.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:56.386902+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:56.386902+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:57.507641+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi047 2024-09-21T11:08:48.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:07:57.507641+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi047 2024-09-21T11:08:48.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:58.387177+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-21T11:08:48.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:07:58.387177+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-21T11:08:48.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:59.565883+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:59.565883+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:59.576546+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:59.576546+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:59.589081+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:07:59.589081+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:00.387516+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-21T11:08:48.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:00.387516+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-21T11:08:48.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:01.229195+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:01.229195+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:01.230812+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:01.230812+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:01.746966+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:01.746966+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:01.230010+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi047 2024-09-21T11:08:48.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:01.230010+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi047 2024-09-21T11:08:48.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:02.387991+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-21T11:08:48.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:02.387991+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-21T11:08:48.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.278486+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.278486+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.283989+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.283989+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.285560+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:48.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.285560+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:48.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.287768+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.287768+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.289623+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.289623+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.709431+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.709431+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.715501+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.715501+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.718526+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:08:48.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.718526+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:08:48.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.719903+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-09-21T11:08:48.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:03.719903+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-09-21T11:08:48.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:03.291989+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:48.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:03.291989+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:48.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:03.406660+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:48.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:03.406660+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:48.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:03.512447+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:48.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:03.512447+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:48.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:03.610662+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:48.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:03.610662+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:48.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:04.388373+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-21T11:08:48.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:04.388373+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-21T11:08:48.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:05.010747+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi047 on smithi047 2024-09-21T11:08:48.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:05.010747+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi047 on smithi047 2024-09-21T11:08:48.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.047503+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.047503+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.052738+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.052738+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.057680+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.057680+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.094011+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.094011+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.097709+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.097709+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.099317+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.099317+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.106866+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.398 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.106866+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.398 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.141700+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.398 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.141700+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.398 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.145703+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.398 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.145703+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.398 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.147390+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.398 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.147390+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.398 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.155246+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.399 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.155246+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.399 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.602094+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.399 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:06.602094+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.399 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:06.388754+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-21T11:08:48.399 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:06.388754+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-21T11:08:48.399 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:07.693107+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.399 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:07.693107+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.399 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:07.700529+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.399 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:07.700529+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.400 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:08.108444+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-21T11:08:48.400 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:08.108444+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-21T11:08:48.400 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:08.389168+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-21T11:08:48.400 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:08.389168+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-21T11:08:48.400 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:10.389589+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-21T11:08:48.400 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:10.389589+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-21T11:08:48.400 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:10.871525+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.400 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:10.871525+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.400 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:12.389999+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-21T11:08:48.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:12.389999+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-21T11:08:48.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:14.390448+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-21T11:08:48.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:14.390448+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-21T11:08:48.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:15.348749+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:48.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:15.348749+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:48.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:16.390794+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-21T11:08:48.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:16.390794+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-21T11:08:48.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:16.563111+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi094 2024-09-21T11:08:48.402 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:16.563111+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi094 2024-09-21T11:08:48.402 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:18.391252+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-21T11:08:48.402 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:18.391252+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-21T11:08:48.402 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:19.775026+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.402 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:19.775026+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.402 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:19.779415+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.402 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:19.779415+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.402 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:19.784305+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.402 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:19.784305+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.238288+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.238288+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:20.239156+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi094 2024-09-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:20.239156+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi094 2024-09-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.240007+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.240007+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:20.391625+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-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:20.391625+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-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.729469+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.403 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.729469+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.833352+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.833352+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.841320+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:20.841320+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.236415+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.236415+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.242114+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.242114+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.243646+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.243646+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.245704+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.245704+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.404 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.247498+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.247498+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:22.249901+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:22.249901+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:22.366130+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:22.366130+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:22.391992+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:22.391992+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:22.467989+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:22.467989+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:22.561804+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:22.561804+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.658621+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.405 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.658621+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.664808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.664808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.668002+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.668002+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.669443+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:22.669443+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:24.060378+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:24.060378+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:24.392403+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-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:24.392403+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-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.082527+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.406 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.082527+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.088320+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.088320+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.092846+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.092846+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.131234+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.131234+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.135730+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.135730+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.137401+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.137401+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.144618+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.407 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.144618+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.194325+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.194325+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.198678+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.198678+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.200534+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.200534+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.208242+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.208242+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.638238+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.638238+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.878234+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:25.878234+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.408 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:26.392798+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-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:26.392798+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-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:26.710894+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:26.710894+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:26.718445+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:26.718445+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:27.227549+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:27.227549+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:27.229917+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:27.229917+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:27.232959+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:27.232959+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:27.113240+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-21T11:08:48.409 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:27.113240+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-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:28.393208+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-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:28.393208+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-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:30.393625+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-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:30.393625+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-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:32.394129+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-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:32.394129+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-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:34.265249+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:34.265249+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:34.394457+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:34.394457+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:34.722940+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:34.722940+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T11:08:48.410 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:34.727085+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:34.727085+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:36.394936+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-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:36.394936+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-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.370206+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.370206+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:38.375365+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c;count:3 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:38.375365+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c;count:3 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.381031+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.381031+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.382776+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.382776+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.387659+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.411 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.387659+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.389452+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.389452+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:38.395373+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:38.395373+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.397401+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.397401+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.402082+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.402082+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.403786+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:38.403786+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:38.405747+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:38.405747+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:39.982823+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.412 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:39.982823+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:39.989008+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:39.989008+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:39.996895+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:39.996895+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:40.782928+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:40.782928+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:40.790692+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:40.790692+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:40.395789+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-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:40.395789+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-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:42.640354+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.94:0/2084904236' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:42.640354+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.94:0/2084904236' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:42.396178+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-21T11:08:48.413 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:42.396178+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-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:44.396571+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:44.396571+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.972191+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.972191+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.977939+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.977939+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.983895+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.983895+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.985193+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.985193+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.986887+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:45.986887+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:48.414 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:45.988831+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-09-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cephadm 2024-09-21T11:08:45.988831+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-09-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:46.396981+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-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: cluster 2024-09-21T11:08:46.396981+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-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:47.435609+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:47.435609+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:47.441459+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:47.441459+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:47.449311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: audit 2024-09-21T11:08:47.449311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:48.415 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:48 smithi094 bash[23326]: debug 2024-09-21T11:08:48.126+0000 7f7550b3d640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-21T11:08:50.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:50 smithi047 systemd[1]: Started Ceph mon.b for 4a9cefac-7809-11ef-baf6-efdc52797490. 2024-09-21T11:08:51.915 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.896+0000 7f9dcea3ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T11:08:51.915 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.896+0000 7f9dcea3ec80 0 ceph version 19.3.0-5103-g5c1cdc3c (5c1cdc3c470dae78e91a0ed2bcf13509a046d301) squid (dev), process ceph-mon, pid 7 2024-09-21T11:08:51.915 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.896+0000 7f9dcea3ec80 0 pidfile_write: ignore empty --pid-file 2024-09-21T11:08:51.915 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 0 load: jerasure load: lrc 2024-09-21T11:08:51.915 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T11:08:51.915 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Git sha 0 2024-09-21T11:08:51.915 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Compile date 2024-09-21 08:36:07 2024-09-21T11:08:51.915 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: DB SUMMARY 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: DB Session ID: 7K3HRKOXM2V0DRNMU574 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.env: 0x55e7ba259120 2024-09-21T11:08:51.916 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T11:08:51.917 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.info_log: 0x55e7bc685700 2024-09-21T11:08:51.917 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T11:08:51.917 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.statistics: (nil) 2024-09-21T11:08:51.917 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.use_fsync: 0 2024-09-21T11:08:51.917 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.db_log_dir: 2024-09-21T11:08:51.918 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.wal_dir: 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.write_buffer_manager: 0x55e7bc689b80 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T11:08:51.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.unordered_write: 0 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.row_cache: None 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.wal_filter: None 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.wal_compression: 0 2024-09-21T11:08:51.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T11:08:51.921 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_open_files: -1 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Compression algorithms supported: 2024-09-21T11:08:51.922 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: kZSTD supported: 0 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.merge_operator: 2024-09-21T11:08:51.923 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_filter: None 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e7bc685320) 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cache_index_and_filter_blocks: 1 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: pin_top_level_index_and_filter: 1 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: index_type: 0 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: data_block_index_type: 0 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: index_shortening: 1 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T11:08:51.924 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: checksum: 4 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: no_block_cache: 0 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: block_cache: 0x55e7bc67b610 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: block_cache_name: BinnedLRUCache 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: block_cache_options: 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: capacity : 536870912 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: num_shard_bits : 4 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: strict_capacity_limit : 0 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: high_pri_pool_ratio: 0.000 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: block_cache_compressed: (nil) 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: persistent_cache: (nil) 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: block_size: 4096 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: block_size_deviation: 10 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: block_restart_interval: 16 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: index_block_restart_interval: 1 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: metadata_block_size: 4096 2024-09-21T11:08:51.925 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: partition_filters: 0 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: use_delta_encoding: 1 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: filter_policy: bloomfilter 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: whole_key_filtering: 1 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: verify_compression: 0 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: read_amp_bytes_per_bit: 0 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: format_version: 5 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: enable_index_compression: 1 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: block_align: 0 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: max_auto_readahead_size: 262144 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: prepopulate_block_cache: 0 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: initial_auto_readahead_size: 8192 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: num_file_reads_for_auto_readahead: 2 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T11:08:51.926 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression: NoCompression 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.num_levels: 7 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T11:08:51.927 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T11:08:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T11:08:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T11:08:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T11:08:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T11:08:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T11:08:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T11:08:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T11:08:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T11:08:52.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T11:08:52.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T11:08:52.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T11:08:52.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T11:08:52.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T11:08:52.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T11:08:52.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T11:08:52.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.ttl: 2592000 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T11:08:52.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.900+0000 7f9dcea3ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 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-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 463730fb-169a-4ed2-9965-1769d5cef7bc 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726916931909213, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726916931909702, "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": 1726916931, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "463730fb-169a-4ed2-9965-1769d5cef7bc", "db_session_id": "7K3HRKOXM2V0DRNMU574", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726916931909843, "job": 1, "event": "recovery_finished"} 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T11:08:52.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 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-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e7bc6a8e00 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 4 rocksdb: DB pointer 0x55e7bc7ac000 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dc4806640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dc4806640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: ** DB Stats ** 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: ** Compaction Stats [default] ** 2024-09-21T11:08:52.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: ** Compaction Stats [default] ** 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T11:08:52.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Interval compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: Block cache BinnedLRUCache@0x55e7bc67b610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 0 using public_addr v2:172.21.15.47:0/0 -> [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.904+0000 7f9dcea3ec80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] at bind addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.908+0000 7f9dcea3ec80 1 mon.b@-1(???) e0 preinit fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-21T11:08:52.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-21T11:08:52.274 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: e1 2024-09-21T11:08:52.274 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: btime 2024-09-21T11:06:17:007048+0000 2024-09-21T11:08:52.274 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 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-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: legacy client fscid: -1 2024-09-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: 2024-09-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: No filesystems configured 2024-09-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 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-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T11:08:52.276 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.928+0000 7f9dc780c640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.107540+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.107540+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.110224+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.110224+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.112398+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.112398+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.121085+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.121085+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.124414+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.124414+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.277 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.126180+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.126180+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.127869+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.127869+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.129603+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.129603+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.132573+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.132573+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.141563+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.141563+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.146155+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.146155+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.617921+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:36.617921+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.278 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:40.383707+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-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:40.383707+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-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:40.864972+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:40.864972+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:40.937470+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:40.937470+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:40.942459+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:40.942459+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:42.070644+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.16:0/819069461' entity='client.admin' 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:42.070644+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.16:0/819069461' entity='client.admin' 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:42.088132+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:42.088132+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:42.093388+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.279 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:42.093388+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:42.384178+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:42.384178+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:44.384592+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:44.384592+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:46.385002+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:46.385002+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:48.385322+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:48.385322+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.965673+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.965673+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-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.968997+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.968997+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.969895+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.969895+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.280 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.973238+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.973238+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.974111+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:48.974111+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:48.975185+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:48.975185+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:49.033759+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:49.033759+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:49.087261+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:49.087261+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:49.198629+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:49.198629+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:49.201116+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:49.201116+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:49.137846+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:52.281 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:49.137846+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:50.047216+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:50.047216+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:50.050911+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:50.050911+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:50.385714+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-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:50.385714+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-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:52.386155+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-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:52.386155+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-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:54.386573+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-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:54.386573+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-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:56.230306+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:56.230306+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:52.282 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:56.386902+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:56.386902+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:57.507641+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi047 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:07:57.507641+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi047 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:58.387177+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-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:07:58.387177+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-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:59.565883+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:59.565883+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:59.576546+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:59.576546+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:59.589081+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:07:59.589081+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:00.387516+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-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:00.387516+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-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:01.229195+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.283 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:01.229195+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:01.230812+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:01.230812+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:01.746966+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:01.746966+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:01.230010+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi047 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:01.230010+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi047 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:02.387991+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-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:02.387991+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-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.278486+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.278486+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.283989+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.283989+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.285560+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.285560+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:52.284 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.287768+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.287768+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.289623+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.289623+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.709431+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.709431+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.715501+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.715501+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.718526+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.718526+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.719903+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:03.719903+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []}]': finished 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:03.291989+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:03.291989+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:52.285 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:03.406660+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:03.406660+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:03.512447+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:03.512447+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:03.610662+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:03.610662+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:04.388373+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-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:04.388373+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-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:05.010747+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi047 on smithi047 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:05.010747+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi047 on smithi047 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.047503+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.047503+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.052738+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.052738+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.286 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.057680+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.057680+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.094011+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.094011+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.097709+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.097709+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.099317+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.099317+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.106866+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.106866+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.141700+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.141700+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.145703+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.145703+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.147390+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.287 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.147390+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.155246+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.155246+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.602094+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:06.602094+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:06.388754+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-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:06.388754+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-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:07.693107+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:07.693107+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:07.700529+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:07.700529+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:08.108444+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-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:08.108444+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-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:08.389168+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-21T11:08:52.288 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:08.389168+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:10.389589+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:10.389589+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:10.871525+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:10.871525+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:12.389999+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:12.389999+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:14.390448+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:14.390448+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:15.348749+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:15.348749+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:16.390794+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:16.390794+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:16.563111+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi094 2024-09-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:16.563111+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi094 2024-09-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:18.391252+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-21T11:08:52.289 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:18.391252+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-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:19.775026+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:19.775026+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:19.779415+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:19.779415+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:19.784305+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:19.784305+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.238288+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.238288+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:20.239156+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi094 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:20.239156+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi094 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.240007+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.240007+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:20.391625+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-21T11:08:52.290 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:20.391625+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-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.729469+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.729469+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.833352+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.833352+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.841320+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:20.841320+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.236415+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.236415+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.242114+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.242114+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.243646+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.243646+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.245704+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.291 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.245704+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.247498+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.247498+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:22.249901+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:22.249901+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:22.366130+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:22.366130+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:22.391992+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:22.391992+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:22.467989+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:22.467989+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:22.561804+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:22.561804+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.658621+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.658621+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.292 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.664808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.664808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.668002+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.668002+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.669443+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:22.669443+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:24.060378+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:24.060378+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:24.392403+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-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:24.392403+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-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.082527+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.082527+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.088320+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.088320+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.092846+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.293 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.092846+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.131234+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.131234+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.135730+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.135730+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.137401+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.137401+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.144618+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.144618+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.194325+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.194325+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.198678+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.198678+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.200534+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.294 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.200534+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.208242+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.208242+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.638238+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.638238+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.878234+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:25.878234+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:26.392798+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-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:26.392798+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-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:26.710894+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:26.710894+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:26.718445+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:26.718445+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:27.227549+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.295 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:27.227549+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:27.229917+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:27.229917+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:27.232959+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:27.232959+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:27.113240+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-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:27.113240+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-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:28.393208+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-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:28.393208+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-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:30.393625+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-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:30.393625+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-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:32.394129+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-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:32.394129+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-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:34.265249+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T11:08:52.296 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:34.265249+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:34.394457+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:34.394457+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:34.722940+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:34.722940+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.16:0/1472130500' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:34.727085+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:34.727085+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:36.394936+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-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:36.394936+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-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.370206+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:52.297 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.370206+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:38.375365+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c;count:3 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:38.375365+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c;count:3 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.381031+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.381031+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.382776+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.382776+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.387659+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.387659+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.389452+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.298 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.389452+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:38.395373+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:38.395373+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.397401+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.397401+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.402082+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.402082+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.403786+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:38.403786+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:38.405747+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:38.405747+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:39.982823+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:39.982823+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.299 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:39.989008+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:39.989008+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:39.996895+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:39.996895+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:40.782928+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:40.782928+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:40.790692+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:40.790692+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:40.395789+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-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:40.395789+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-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:42.640354+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.94:0/2084904236' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:42.640354+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.94:0/2084904236' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:42.396178+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-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:42.396178+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-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:44.396571+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.300 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:44.396571+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.972191+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.972191+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.977939+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.977939+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.983895+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.983895+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.985193+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.985193+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.986887+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:45.986887+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:45.988831+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cephadm 2024-09-21T11:08:45.988831+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi047 2024-09-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:46.396981+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-21T11:08:52.301 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: cluster 2024-09-21T11:08:46.396981+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-21T11:08:52.302 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:47.435609+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.302 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:47.435609+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.302 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:47.441459+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.302 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:47.441459+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.302 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:47.449311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.302 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: audit 2024-09-21T11:08:47.449311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:52.302 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:51 smithi047 bash[23321]: debug 2024-09-21T11:08:51.936+0000 7f9dc780c640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-21T11:08:53.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:48.179304+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:53.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:48.179304+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:53.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:48.179823+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:48.179823+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:48.180061+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:53.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:48.180061+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:53.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:48.397383+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-21T11:08:53.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:48.397383+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-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:49.173239+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:49.173239+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:50.173080+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:50.173080+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:50.175085+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:50.175085+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:50.397788+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-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:50.397788+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-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:51.173555+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:51.173555+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:51.948198+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:53.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:51.948198+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:53.641 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:52.173832+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.641 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:52.173832+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.641 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:52.398319+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:53.641 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:52.398319+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:53.641 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:52.949340+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:53.641 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:52.949340+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:53.641 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.173659+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.641 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.173659+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.641 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.222184+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.222184+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228279+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228279+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228311+0000 mon.a (mon.0) 233 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228311+0000 mon.a (mon.0) 233 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228330+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-21T11:08:48.173595+0000 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228330+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-21T11:08:48.173595+0000 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228355+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228355+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228374+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228374+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228389+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228389+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:53.642 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228422+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228422+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228458+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.228458+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.246974+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.246974+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.247028+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.247028+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.247326+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.247326+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.247573+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.247573+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.254540+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.254540+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.643 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.260133+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.260133+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.265634+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.265634+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.271143+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.271143+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.277074+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.277074+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.282600+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.282600+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.289850+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.644 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:53 smithi094 bash[23326]: audit 2024-09-21T11:08:53.289850+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:48.179304+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:48.179304+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:48.179823+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:48.179823+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:48.180061+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:48.180061+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:48.397383+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-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:48.397383+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-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:49.173239+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:49.173239+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:50.173080+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:50.173080+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:50.175085+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:53.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:50.175085+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:53.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:50.397788+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-21T11:08:53.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:50.397788+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-21T11:08:53.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:51.173555+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:51.173555+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:51.948198+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:53.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:51.948198+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:53.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:52.173832+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:52.173832+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:52.398319+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:52.398319+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:52.949340+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:52.949340+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.173659+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.173659+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.222184+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.222184+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228279+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228279+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228311+0000 mon.a (mon.0) 233 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228311+0000 mon.a (mon.0) 233 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:53.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228330+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-21T11:08:48.173595+0000 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228330+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-21T11:08:48.173595+0000 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228355+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228355+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228374+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228374+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228389+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228389+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228422+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228422+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228458+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.228458+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.246974+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.246974+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-21T11:08:53.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.247028+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.247028+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.247326+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.247326+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.247573+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.247573+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.254540+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.254540+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.260133+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.260133+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.265634+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.265634+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.271143+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.271143+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.277074+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.277074+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.282600+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.282600+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.289850+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:53.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:53 smithi016 bash[22756]: audit 2024-09-21T11:08:53.289850+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:48.179304+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:48.179304+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:48.179823+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:48.179823+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:48.180061+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:48.180061+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:48.397383+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-21T11:08:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:48.397383+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-21T11:08:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:49.173239+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:49.173239+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:50.173080+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:50.173080+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:50.175085+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:50.175085+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:50.397788+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-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:50.397788+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-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:51.173555+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:51.173555+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:51.948198+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:51.948198+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:52.173832+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:52.173832+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:52.398319+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:52.398319+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:52.949340+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:52.949340+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.173659+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.173659+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.222184+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.222184+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228279+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228279+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228311+0000 mon.a (mon.0) 233 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228311+0000 mon.a (mon.0) 233 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228330+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-21T11:08:48.173595+0000 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228330+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-09-21T11:08:48.173595+0000 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228355+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228355+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228374+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228374+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228389+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228389+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228422+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228422+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228458+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.228458+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.246974+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.246974+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.247028+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.247028+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.247326+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.247326+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.247573+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.247573+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.254540+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.254540+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.260133+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.260133+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.265634+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.265634+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.271143+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.271143+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.277074+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.277074+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.282600+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.282600+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.289850+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:08:53 smithi047 bash[23321]: audit 2024-09-21T11:08:53.289850+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:54.533 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:08:54 smithi016 bash[23009]: debug 2024-09-21T11:08:54.169+0000 7fc2f4865640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-21T11:08:59.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.356960+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:08:59.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.356960+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:08:59.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.357482+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:59.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.357482+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:59.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.358249+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:59.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.358249+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:59.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.481682+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.481682+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.492002+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.492002+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.492251+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.492251+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.626046+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.626046+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.652288+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.652288+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.655363+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cephadm 2024-09-21T11:08:53.655363+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:53.966191+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:53.966191+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.966465+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:59.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.966465+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:59.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.966549+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:59.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:53.966549+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:59.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:53.967624+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:53.967624+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:53.967780+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:53.967780+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:54.398795+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-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:54.398795+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-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:54.949767+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:54.949767+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:55.948879+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:55.948879+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:56.399175+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-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:56.399175+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-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:56.949748+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:56.949748+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:57.950117+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:57.950117+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:58.950399+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:58.950399+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.968002+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.968002+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973890+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973890+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973923+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973923+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973943+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973943+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973968+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973968+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973994+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:59.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.973994+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.974016+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.974016+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.974054+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.974054+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.974075+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.974075+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.974098+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.974098+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.995030+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.995030+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.995081+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.995081+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.995389+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-21T11:08:59.394 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.995389+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.995696+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.995696+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:59.002435+0000 mon.a (mon.0) 288 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:59.002435+0000 mon.a (mon.0) 288 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:59.002473+0000 mon.a (mon.0) 289 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:59.002473+0000 mon.a (mon.0) 289 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:59.002533+0000 mon.a (mon.0) 290 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: cluster 2024-09-21T11:08:59.002533+0000 mon.a (mon.0) 290 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.007125+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.007125+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.012845+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.012845+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.395 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.018535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.018535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.023888+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.023888+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.029313+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.029313+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.034919+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.034919+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.035637+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.035637+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.039511+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.039511+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.043883+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.043883+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.396 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.044559+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:59.397 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:08:59 smithi094 bash[23326]: audit 2024-09-21T11:08:59.044559+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:59.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.356960+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:08:59.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.356960+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:08:59.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.357482+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:59.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.357482+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:08:59.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.358249+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.358249+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.481682+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.481682+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.492002+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.492002+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.492251+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.492251+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.626046+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.626046+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.652288+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.652288+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.655363+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cephadm 2024-09-21T11:08:53.655363+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:53.966191+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:59.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:53.966191+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:08:59.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.966465+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:59.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.966465+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-09-21T11:08:59.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.966549+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:59.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:53.966549+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T11:08:59.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:53.967624+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:53.967624+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:53.967780+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:53.967780+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:54.398795+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-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:54.398795+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-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:54.949767+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:54.949767+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:55.948879+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:55.948879+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:56.399175+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-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:56.399175+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-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:56.949748+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:56.949748+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:57.950117+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:57.950117+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:58.950399+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:58.950399+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.968002+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.968002+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973890+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973890+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973923+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973923+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973943+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973943+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973968+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973968+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:08:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973994+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.973994+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.974016+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.974016+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.974054+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.974054+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.974075+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.974075+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.974098+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.974098+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.995030+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.995030+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.995081+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.995081+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:08:59.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.995389+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.995389+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.995696+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.995696+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:59.002435+0000 mon.a (mon.0) 288 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:59.002435+0000 mon.a (mon.0) 288 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:59.002473+0000 mon.a (mon.0) 289 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:59.002473+0000 mon.a (mon.0) 289 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:59.002533+0000 mon.a (mon.0) 290 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: cluster 2024-09-21T11:08:59.002533+0000 mon.a (mon.0) 290 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.007125+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.007125+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.012845+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.012845+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.018535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.018535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.023888+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.023888+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.029313+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.029313+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.034919+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.034919+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.035637+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.035637+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.039511+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.039511+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.043883+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.043883+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:08:59.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.044559+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:08:59.542 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:08:59 smithi016 bash[22756]: audit 2024-09-21T11:08:59.044559+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.399610+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: cluster 2024-09-21T11:08:58.399610+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: cephadm 2024-09-21T11:08:59.032859+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: cephadm 2024-09-21T11:08:59.032859+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: cephadm 2024-09-21T11:08:59.046996+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: cephadm 2024-09-21T11:08:59.046996+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: audit 2024-09-21T11:08:59.247473+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: audit 2024-09-21T11:08:59.247473+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: audit 2024-09-21T11:08:59.254110+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: audit 2024-09-21T11:08:59.254110+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: audit 2024-09-21T11:08:59.262705+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: audit 2024-09-21T11:08:59.262705+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: audit 2024-09-21T11:08:59.950452+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:00 smithi094 bash[23326]: audit 2024-09-21T11:08:59.950452+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:00.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.399610+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:00.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: cluster 2024-09-21T11:08:58.399610+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:00.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: cephadm 2024-09-21T11:08:59.032859+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T11:09:00.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: cephadm 2024-09-21T11:08:59.032859+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: cephadm 2024-09-21T11:08:59.046996+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: cephadm 2024-09-21T11:08:59.046996+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: audit 2024-09-21T11:08:59.247473+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: audit 2024-09-21T11:08:59.247473+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: audit 2024-09-21T11:08:59.254110+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: audit 2024-09-21T11:08:59.254110+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: audit 2024-09-21T11:08:59.262705+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: audit 2024-09-21T11:08:59.262705+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: audit 2024-09-21T11:08:59.950452+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:00.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:00 smithi016 bash[22756]: audit 2024-09-21T11:08:59.950452+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:00.786 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 3 2024-09-21T11:09:00.787 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-21T11:09:00.787 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":3,"fsid":"4a9cefac-7809-11ef-baf6-efdc52797490","modified":"2024-09-21T11:08:53.961808Z","created":"2024-09-21T11:06:12.494314Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:3300","nonce":0},{"type":"v1","addr":"172.21.15.94:6789","nonce":0}]},"addr":"172.21.15.94:6789/0","public_addr":"172.21.15.94:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.356960+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.356960+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.357482+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.357482+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.358249+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.358249+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.481682+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.481682+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.492002+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:01.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.492002+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.492251+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.492251+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.626046+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.626046+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.652288+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.652288+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.655363+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:53.655363+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:53.966191+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:53.966191+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.966465+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-09-21T11:09:01.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.966465+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-09-21T11:09:01.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.966549+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T11:09:01.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:53.966549+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T11:09:01.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:53.967624+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:53.967624+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:53.967780+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:53.967780+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:54.398795+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-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:54.398795+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-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:54.949767+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:54.949767+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:55.948879+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:55.948879+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:56.399175+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-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:56.399175+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-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:56.949748+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:56.949748+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:57.950117+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:57.950117+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:58.950399+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:58.950399+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.968002+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.968002+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973890+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973890+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973923+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973923+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973943+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973943+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973968+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973968+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:09:01.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973994+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.973994+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.974016+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.974016+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.974054+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.974054+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.974075+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.974075+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.974098+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.974098+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.995030+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.995030+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.995081+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.995081+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.995389+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.995389+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-21T11:09:01.269 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.995696+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.995696+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:59.002435+0000 mon.a (mon.0) 288 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:59.002435+0000 mon.a (mon.0) 288 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:59.002473+0000 mon.a (mon.0) 289 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:59.002473+0000 mon.a (mon.0) 289 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:59.002533+0000 mon.a (mon.0) 290 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:59.002533+0000 mon.a (mon.0) 290 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] is down (out of quorum) 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.007125+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.007125+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.012845+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.012845+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.270 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.018535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.018535+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.023888+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.023888+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.029313+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.029313+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.034919+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.034919+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.035637+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.035637+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.039511+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.039511+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:01.271 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.043883+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.043883+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.044559+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.044559+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.399610+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cluster 2024-09-21T11:08:58.399610+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:59.032859+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:59.032859+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:59.046996+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: cephadm 2024-09-21T11:08:59.046996+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi047 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.247473+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.272 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.247473+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.254110+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.254110+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.262705+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.262705+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.950452+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.273 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:00 smithi047 bash[23321]: audit 2024-09-21T11:08:59.950452+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:01.427 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T11:09:01.427 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T11:09:01.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:08:55.963617+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:08:55.963617+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:00.400010+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:01.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:00.400010+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:01.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:00.984110+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:00.984110+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:00.984615+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-21T11:09:01.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:00.984615+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:00.984748+0000 mon.a (mon.0) 313 : cluster [INF] mon.a calling monitor election 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:00.984748+0000 mon.a (mon.0) 313 : cluster [INF] mon.a calling monitor election 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.006998+0000 mon.a (mon.0) 314 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.006998+0000 mon.a (mon.0) 314 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013024+0000 mon.a (mon.0) 315 : cluster [DBG] monmap epoch 3 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013024+0000 mon.a (mon.0) 315 : cluster [DBG] monmap epoch 3 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013058+0000 mon.a (mon.0) 316 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013058+0000 mon.a (mon.0) 316 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013079+0000 mon.a (mon.0) 317 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013079+0000 mon.a (mon.0) 317 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013096+0000 mon.a (mon.0) 318 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:09:01.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013096+0000 mon.a (mon.0) 318 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:09:01.697 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013118+0000 mon.a (mon.0) 319 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:09:01.697 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013118+0000 mon.a (mon.0) 319 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:09:01.697 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013141+0000 mon.a (mon.0) 320 : cluster [DBG] election_strategy: 1 2024-09-21T11:09:01.697 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013141+0000 mon.a (mon.0) 320 : cluster [DBG] election_strategy: 1 2024-09-21T11:09:01.697 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013160+0000 mon.a (mon.0) 321 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:09:01.697 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013160+0000 mon.a (mon.0) 321 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:09:01.697 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013180+0000 mon.a (mon.0) 322 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:09:01.697 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013180+0000 mon.a (mon.0) 322 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:09:01.697 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013202+0000 mon.a (mon.0) 323 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.013202+0000 mon.a (mon.0) 323 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014243+0000 mon.a (mon.0) 324 : cluster [DBG] fsmap 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014243+0000 mon.a (mon.0) 324 : cluster [DBG] fsmap 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014297+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014297+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014600+0000 mon.a (mon.0) 326 : cluster [DBG] mgrmap e14: a(active, since 100s) 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014600+0000 mon.a (mon.0) 326 : cluster [DBG] mgrmap e14: a(active, since 100s) 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014885+0000 mon.a (mon.0) 327 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014885+0000 mon.a (mon.0) 327 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014919+0000 mon.a (mon.0) 328 : cluster [INF] Cluster is now healthy 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.014919+0000 mon.a (mon.0) 328 : cluster [INF] Cluster is now healthy 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.020304+0000 mon.a (mon.0) 329 : cluster [INF] overall HEALTH_OK 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: cluster 2024-09-21T11:09:01.020304+0000 mon.a (mon.0) 329 : cluster [INF] overall HEALTH_OK 2024-09-21T11:09:01.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.094531+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.094531+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.101463+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.101463+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.109835+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:01.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.109835+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:01.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.112026+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:01.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.112026+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:01.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.113866+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:01.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:01 smithi094 bash[23326]: audit 2024-09-21T11:09:01.113866+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:01.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:08:55.963617+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:08:55.963617+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:00.400010+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:01.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:00.400010+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:01.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:00.984110+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:00.984110+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:00.984615+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:00.984615+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:00.984748+0000 mon.a (mon.0) 313 : cluster [INF] mon.a calling monitor election 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:00.984748+0000 mon.a (mon.0) 313 : cluster [INF] mon.a calling monitor election 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.006998+0000 mon.a (mon.0) 314 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.006998+0000 mon.a (mon.0) 314 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013024+0000 mon.a (mon.0) 315 : cluster [DBG] monmap epoch 3 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013024+0000 mon.a (mon.0) 315 : cluster [DBG] monmap epoch 3 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013058+0000 mon.a (mon.0) 316 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013058+0000 mon.a (mon.0) 316 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:01.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013079+0000 mon.a (mon.0) 317 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013079+0000 mon.a (mon.0) 317 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013096+0000 mon.a (mon.0) 318 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013096+0000 mon.a (mon.0) 318 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013118+0000 mon.a (mon.0) 319 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013118+0000 mon.a (mon.0) 319 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013141+0000 mon.a (mon.0) 320 : cluster [DBG] election_strategy: 1 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013141+0000 mon.a (mon.0) 320 : cluster [DBG] election_strategy: 1 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013160+0000 mon.a (mon.0) 321 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013160+0000 mon.a (mon.0) 321 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:09:01.766 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013180+0000 mon.a (mon.0) 322 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:09:01.767 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013180+0000 mon.a (mon.0) 322 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:09:01.767 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013202+0000 mon.a (mon.0) 323 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:09:01.767 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.013202+0000 mon.a (mon.0) 323 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:09:01.767 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014243+0000 mon.a (mon.0) 324 : cluster [DBG] fsmap 2024-09-21T11:09:01.767 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014243+0000 mon.a (mon.0) 324 : cluster [DBG] fsmap 2024-09-21T11:09:01.767 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014297+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:09:01.767 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014297+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:09:01.767 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014600+0000 mon.a (mon.0) 326 : cluster [DBG] mgrmap e14: a(active, since 100s) 2024-09-21T11:09:01.767 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014600+0000 mon.a (mon.0) 326 : cluster [DBG] mgrmap e14: a(active, since 100s) 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014885+0000 mon.a (mon.0) 327 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014885+0000 mon.a (mon.0) 327 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014919+0000 mon.a (mon.0) 328 : cluster [INF] Cluster is now healthy 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.014919+0000 mon.a (mon.0) 328 : cluster [INF] Cluster is now healthy 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.020304+0000 mon.a (mon.0) 329 : cluster [INF] overall HEALTH_OK 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: cluster 2024-09-21T11:09:01.020304+0000 mon.a (mon.0) 329 : cluster [INF] overall HEALTH_OK 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.094531+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.094531+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.101463+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.101463+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.109835+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:01.768 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.109835+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:01.769 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.112026+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:01.769 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.112026+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:01.769 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.113866+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:01.769 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:01 smithi047 bash[23321]: audit 2024-09-21T11:09:01.113866+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:01.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:08:55.963617+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:08:55.963617+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:00.400010+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:00.400010+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:00.984110+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:00.984110+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:00.984615+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:00.984615+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:00.984748+0000 mon.a (mon.0) 313 : cluster [INF] mon.a calling monitor election 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:00.984748+0000 mon.a (mon.0) 313 : cluster [INF] mon.a calling monitor election 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.006998+0000 mon.a (mon.0) 314 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.006998+0000 mon.a (mon.0) 314 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013024+0000 mon.a (mon.0) 315 : cluster [DBG] monmap epoch 3 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013024+0000 mon.a (mon.0) 315 : cluster [DBG] monmap epoch 3 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013058+0000 mon.a (mon.0) 316 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013058+0000 mon.a (mon.0) 316 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:01.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013079+0000 mon.a (mon.0) 317 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013079+0000 mon.a (mon.0) 317 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013096+0000 mon.a (mon.0) 318 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013096+0000 mon.a (mon.0) 318 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013118+0000 mon.a (mon.0) 319 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013118+0000 mon.a (mon.0) 319 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013141+0000 mon.a (mon.0) 320 : cluster [DBG] election_strategy: 1 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013141+0000 mon.a (mon.0) 320 : cluster [DBG] election_strategy: 1 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013160+0000 mon.a (mon.0) 321 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013160+0000 mon.a (mon.0) 321 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:09:01.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013180+0000 mon.a (mon.0) 322 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013180+0000 mon.a (mon.0) 322 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013202+0000 mon.a (mon.0) 323 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.013202+0000 mon.a (mon.0) 323 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014243+0000 mon.a (mon.0) 324 : cluster [DBG] fsmap 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014243+0000 mon.a (mon.0) 324 : cluster [DBG] fsmap 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014297+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014297+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014600+0000 mon.a (mon.0) 326 : cluster [DBG] mgrmap e14: a(active, since 100s) 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014600+0000 mon.a (mon.0) 326 : cluster [DBG] mgrmap e14: a(active, since 100s) 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014885+0000 mon.a (mon.0) 327 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014885+0000 mon.a (mon.0) 327 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T11:09:01.787 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014919+0000 mon.a (mon.0) 328 : cluster [INF] Cluster is now healthy 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.014919+0000 mon.a (mon.0) 328 : cluster [INF] Cluster is now healthy 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.020304+0000 mon.a (mon.0) 329 : cluster [INF] overall HEALTH_OK 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: cluster 2024-09-21T11:09:01.020304+0000 mon.a (mon.0) 329 : cluster [INF] overall HEALTH_OK 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.094531+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.094531+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.101463+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.101463+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.109835+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.109835+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.112026+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.112026+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.113866+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:01.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:01 smithi016 bash[22756]: audit 2024-09-21T11:09:01.113866+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:02 smithi047 bash[23321]: cephadm 2024-09-21T11:09:01.108979+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T11:09:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:02 smithi047 bash[23321]: cephadm 2024-09-21T11:09:01.108979+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T11:09:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:02 smithi047 bash[23321]: cephadm 2024-09-21T11:09:01.115780+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-09-21T11:09:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:02 smithi047 bash[23321]: cephadm 2024-09-21T11:09:01.115780+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-09-21T11:09:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:02 smithi047 bash[23321]: audit 2024-09-21T11:09:01.950779+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:03.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:02 smithi047 bash[23321]: audit 2024-09-21T11:09:01.950779+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:03.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:02 smithi016 bash[22756]: cephadm 2024-09-21T11:09:01.108979+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T11:09:03.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:02 smithi016 bash[22756]: cephadm 2024-09-21T11:09:01.108979+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T11:09:03.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:02 smithi016 bash[22756]: cephadm 2024-09-21T11:09:01.115780+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-09-21T11:09:03.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:02 smithi016 bash[22756]: cephadm 2024-09-21T11:09:01.115780+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-09-21T11:09:03.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:02 smithi016 bash[22756]: audit 2024-09-21T11:09:01.950779+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:03.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:02 smithi016 bash[22756]: audit 2024-09-21T11:09:01.950779+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:02 smithi094 bash[23326]: cephadm 2024-09-21T11:09:01.108979+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T11:09:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:02 smithi094 bash[23326]: cephadm 2024-09-21T11:09:01.108979+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T11:09:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:02 smithi094 bash[23326]: cephadm 2024-09-21T11:09:01.115780+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-09-21T11:09:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:02 smithi094 bash[23326]: cephadm 2024-09-21T11:09:01.115780+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-09-21T11:09:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:02 smithi094 bash[23326]: audit 2024-09-21T11:09:01.950779+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:02 smithi094 bash[23326]: audit 2024-09-21T11:09:01.950779+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: cluster 2024-09-21T11:09:02.400423+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: cluster 2024-09-21T11:09:02.400423+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.164954+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.164954+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.172029+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.172029+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.174567+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.174567+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.179359+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.179359+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.181236+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.181236+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.490214+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.490214+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.494749+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.494749+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.499201+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.499201+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.503441+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.503441+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.507676+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.507676+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.511864+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.511864+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.516596+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.516596+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.548857+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:04.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.548857+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:04.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.550214+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:04.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.550214+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:04.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.551352+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:03 smithi047 bash[23321]: audit 2024-09-21T11:09:03.551352+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: cluster 2024-09-21T11:09:02.400423+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: cluster 2024-09-21T11:09:02.400423+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.164954+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.164954+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.172029+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.172029+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.174567+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.174567+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:04.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.179359+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.179359+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.181236+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:04.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.181236+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.490214+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.490214+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.494749+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.494749+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.499201+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.499201+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.503441+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.503441+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.507676+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.507676+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.511864+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.511864+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.516596+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.516596+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.548857+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:04.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.548857+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:04.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.550214+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:04.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.550214+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:04.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.551352+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.287 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:03 smithi016 bash[22756]: audit 2024-09-21T11:09:03.551352+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: cluster 2024-09-21T11:09:02.400423+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:04.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: cluster 2024-09-21T11:09:02.400423+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:04.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.164954+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.164954+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.172029+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.172029+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.174567+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.174567+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.179359+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.179359+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.181236+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.181236+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.490214+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.490214+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.494749+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.494749+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.499201+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.499201+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.503441+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.503441+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.507676+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.507676+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.511864+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.511864+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.516596+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.516596+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.548857+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.548857+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T11:09:04.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.550214+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:04.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.550214+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T11:09:04.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.551352+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:04.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:03 smithi094 bash[23326]: audit 2024-09-21T11:09:03.551352+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:05.251 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.183736+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.183736+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.184389+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.184389+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.185504+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.185504+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.368227+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.368227+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.368682+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.368682+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.368888+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.252 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.368888+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.548293+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T11:09:05.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.548293+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T11:09:05.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.552618+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:09:05.253 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:04 smithi016 bash[22756]: cephadm 2024-09-21T11:09:03.552618+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:09:05.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.183736+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:09:05.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.183736+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:09:05.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.184389+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.184389+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.185504+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.185504+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.368227+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.368227+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.368682+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.368682+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.368888+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.368888+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.548293+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.548293+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.552618+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:09:05.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:04 smithi047 bash[23321]: cephadm 2024-09-21T11:09:03.552618+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:09:05.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.183736+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:09:05.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.183736+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:09:05.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.184389+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.184389+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.185504+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.185504+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.368227+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.368227+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.368682+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.368682+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.368888+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.368888+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.548293+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.548293+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.552618+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:09:05.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:04 smithi094 bash[23326]: cephadm 2024-09-21T11:09:03.552618+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-09-21T11:09:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:05 smithi047 bash[23321]: cluster 2024-09-21T11:09:04.400847+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-21T11:09:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:05 smithi047 bash[23321]: cluster 2024-09-21T11:09:04.400847+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-21T11:09:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:05 smithi047 bash[23321]: audit 2024-09-21T11:09:05.855172+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:05 smithi047 bash[23321]: audit 2024-09-21T11:09:05.855172+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:05 smithi047 bash[23321]: audit 2024-09-21T11:09:05.862256+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:05 smithi047 bash[23321]: audit 2024-09-21T11:09:05.862256+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:05 smithi016 bash[22756]: cluster 2024-09-21T11:09:04.400847+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-21T11:09:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:05 smithi016 bash[22756]: cluster 2024-09-21T11:09:04.400847+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-21T11:09:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:05 smithi016 bash[22756]: audit 2024-09-21T11:09:05.855172+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:05 smithi016 bash[22756]: audit 2024-09-21T11:09:05.855172+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:05 smithi016 bash[22756]: audit 2024-09-21T11:09:05.862256+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:05 smithi016 bash[22756]: audit 2024-09-21T11:09:05.862256+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.305 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:09:06.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:05 smithi094 bash[23326]: cluster 2024-09-21T11:09:04.400847+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-21T11:09:06.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:05 smithi094 bash[23326]: cluster 2024-09-21T11:09:04.400847+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-21T11:09:06.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:05 smithi094 bash[23326]: audit 2024-09-21T11:09:05.855172+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:05 smithi094 bash[23326]: audit 2024-09-21T11:09:05.855172+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:05 smithi094 bash[23326]: audit 2024-09-21T11:09:05.862256+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:06.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:05 smithi094 bash[23326]: audit 2024-09-21T11:09:05.862256+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:07.622 INFO:teuthology.orchestra.run.smithi016.stdout:# minimal ceph.conf for 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:07.622 INFO:teuthology.orchestra.run.smithi016.stdout:[global] 2024-09-21T11:09:07.622 INFO:teuthology.orchestra.run.smithi016.stdout: fsid = 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:09:07.622 INFO:teuthology.orchestra.run.smithi016.stdout: mon_host = [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] 2024-09-21T11:09:08.198 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:07 smithi016 bash[22756]: cluster 2024-09-21T11:09:06.401261+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-21T11:09:08.198 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:07 smithi016 bash[22756]: cluster 2024-09-21T11:09:06.401261+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-21T11:09:08.198 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:07 smithi016 bash[22756]: audit 2024-09-21T11:09:07.621001+0000 mon.a (mon.0) 353 : audit [DBG] from='client.? 172.21.15.16:0/1761205645' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:08.198 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:07 smithi016 bash[22756]: audit 2024-09-21T11:09:07.621001+0000 mon.a (mon.0) 353 : audit [DBG] from='client.? 172.21.15.16:0/1761205645' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:08.199 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T11:09:08.200 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:09:08.200 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T11:09:08.214 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:09:08.214 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:09:08.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:07 smithi047 bash[23321]: cluster 2024-09-21T11:09:06.401261+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-21T11:09:08.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:07 smithi047 bash[23321]: cluster 2024-09-21T11:09:06.401261+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-21T11:09:08.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:07 smithi047 bash[23321]: audit 2024-09-21T11:09:07.621001+0000 mon.a (mon.0) 353 : audit [DBG] from='client.? 172.21.15.16:0/1761205645' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:08.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:07 smithi047 bash[23321]: audit 2024-09-21T11:09:07.621001+0000 mon.a (mon.0) 353 : audit [DBG] from='client.? 172.21.15.16:0/1761205645' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:08.271 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:09:08.271 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T11:09:08.286 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:09:08.286 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:09:08.341 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:09:08.341 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T11:09:08.352 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:07 smithi094 bash[23326]: cluster 2024-09-21T11:09:06.401261+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-21T11:09:08.352 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:07 smithi094 bash[23326]: cluster 2024-09-21T11:09:06.401261+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-21T11:09:08.352 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:07 smithi094 bash[23326]: audit 2024-09-21T11:09:07.621001+0000 mon.a (mon.0) 353 : audit [DBG] from='client.? 172.21.15.16:0/1761205645' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:08.352 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:07 smithi094 bash[23326]: audit 2024-09-21T11:09:07.621001+0000 mon.a (mon.0) 353 : audit [DBG] from='client.? 172.21.15.16:0/1761205645' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:08.356 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:09:08.356 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:09:08.408 INFO:tasks.cephadm:Adding mgr.a on smithi016 2024-09-21T11:09:08.409 INFO:tasks.cephadm:Adding mgr.b on smithi047 2024-09-21T11:09:08.409 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch apply mgr '2;smithi016=a;smithi047=b' 2024-09-21T11:09:10.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:09 smithi094 bash[23326]: cluster 2024-09-21T11:09:08.401745+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-21T11:09:10.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:09 smithi094 bash[23326]: cluster 2024-09-21T11:09:08.401745+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-21T11:09:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:09 smithi047 bash[23321]: cluster 2024-09-21T11:09:08.401745+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-21T11:09:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:09 smithi047 bash[23321]: cluster 2024-09-21T11:09:08.401745+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-21T11:09:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:09 smithi016 bash[22756]: cluster 2024-09-21T11:09:08.401745+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-21T11:09:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:09 smithi016 bash[22756]: cluster 2024-09-21T11:09:08.401745+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-21T11:09:12.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:11 smithi016 bash[22756]: cluster 2024-09-21T11:09:10.402167+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-21T11:09:12.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:11 smithi016 bash[22756]: cluster 2024-09-21T11:09:10.402167+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-21T11:09:12.175 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T11:09:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:11 smithi047 bash[23321]: cluster 2024-09-21T11:09:10.402167+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-21T11:09:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:11 smithi047 bash[23321]: cluster 2024-09-21T11:09:10.402167+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-21T11:09:12.312 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:11 smithi094 bash[23326]: cluster 2024-09-21T11:09:10.402167+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-21T11:09:12.312 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:11 smithi094 bash[23326]: cluster 2024-09-21T11:09:10.402167+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-21T11:09:13.787 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled mgr update... 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: cluster 2024-09-21T11:09:12.402644+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: cluster 2024-09-21T11:09:12.402644+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.785680+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.785680+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.787012+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.787012+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.791023+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.791023+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.792399+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.792399+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.799307+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.799307+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.803066+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:14.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.803066+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:14.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.805841+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T11:09:14.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.805841+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T11:09:14.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.810481+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:14.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.810481+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:14.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.811922+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:13 smithi094 bash[23326]: audit 2024-09-21T11:09:13.811922+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: cluster 2024-09-21T11:09:12.402644+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:14.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: cluster 2024-09-21T11:09:12.402644+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:14.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.785680+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.785680+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.787012+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.787012+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.791023+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.791023+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.792399+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.792399+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.799307+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.799307+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.803066+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.803066+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:14.224 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.805841+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T11:09:14.225 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.805841+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T11:09:14.225 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.810481+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:14.225 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.810481+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:14.225 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.811922+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.225 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:13 smithi016 bash[22756]: audit 2024-09-21T11:09:13.811922+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: cluster 2024-09-21T11:09:12.402644+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: cluster 2024-09-21T11:09:12.402644+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.785680+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.785680+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.787012+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.787012+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.791023+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.791023+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.792399+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.792399+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.799307+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.799307+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.803066+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:14.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.803066+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:14.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.805841+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T11:09:14.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.805841+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T11:09:14.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.810481+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:14.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.810481+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:14.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.811922+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:13 smithi047 bash[23321]: audit 2024-09-21T11:09:13.811922+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:14.390 DEBUG:teuthology.orchestra.run.smithi047:mgr.b> sudo journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.b.service 2024-09-21T11:09:14.392 DEBUG:tasks.cephadm:set 0 configs 2024-09-21T11:09:14.392 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T11:09:14.392 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-21T11:09:14.392 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T11:09:14.399 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-21T11:09:14.399 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_1 2024-09-21T11:09:14.448 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T11:09:14.448 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:14.448 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-09-21T11:09:14.448 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:14.448 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-09-21 10:58:51.606961234 +0000 2024-09-21T11:09:14.448 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-09-21 10:58:51.338963626 +0000 2024-09-21T11:09:14.448 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-09-21 10:58:51.338963626 +0000 2024-09-21T11:09:14.449 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-09-21T11:09:14.449 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T11:09:14.502 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-09-21T11:09:14.502 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-09-21T11:09:14.502 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000310207 s, 1.7 MB/s 2024-09-21T11:09:14.503 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T11:09:14.552 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_2 2024-09-21T11:09:14.599 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T11:09:14.599 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:14.599 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-09-21T11:09:14.599 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:14.599 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-09-21 10:58:52.078957017 +0000 2024-09-21T11:09:14.599 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-09-21 10:58:51.846959089 +0000 2024-09-21T11:09:14.599 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-09-21 10:58:51.846959089 +0000 2024-09-21T11:09:14.600 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-09-21T11:09:14.600 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T11:09:14.653 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-09-21T11:09:14.653 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-09-21T11:09:14.654 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.00019896 s, 2.6 MB/s 2024-09-21T11:09:14.655 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T11:09:14.704 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_3 2024-09-21T11:09:14.755 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T11:09:14.755 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:14.755 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-09-21T11:09:14.755 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:14.755 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-09-21 10:58:52.562952694 +0000 2024-09-21T11:09:14.755 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-09-21 10:58:52.298955052 +0000 2024-09-21T11:09:14.755 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-09-21 10:58:52.298955052 +0000 2024-09-21T11:09:14.755 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-09-21T11:09:14.755 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T11:09:14.808 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-09-21T11:09:14.809 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-09-21T11:09:14.809 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000202107 s, 2.5 MB/s 2024-09-21T11:09:14.810 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T11:09:14.857 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_4 2024-09-21T11:09:14.903 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T11:09:14.903 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:14.903 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-09-21T11:09:14.903 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:14.903 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-09-21 10:58:53.038948443 +0000 2024-09-21T11:09:14.904 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-09-21 10:58:52.782950729 +0000 2024-09-21T11:09:14.904 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-09-21 10:58:52.782950729 +0000 2024-09-21T11:09:14.904 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-09-21T11:09:14.904 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T11:09:14.957 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-09-21T11:09:14.957 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-09-21T11:09:14.957 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000213996 s, 2.4 MB/s 2024-09-21T11:09:14.959 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T11:09:15.008 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-21T11:09:15.008 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T11:09:15.014 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-21T11:09:15.015 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2024-09-21T11:09:15.062 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T11:09:15.062 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:15.062 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 872 Links: 1 2024-09-21T11:09:15.062 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:15.062 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-21 10:58:54.705832104 +0000 2024-09-21T11:09:15.062 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-21 10:58:54.445834426 +0000 2024-09-21T11:09:15.062 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-21 10:58:54.445834426 +0000 2024-09-21T11:09:15.063 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-21T11:09:15.063 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T11:09:15.115 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-21T11:09:15.115 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-21T11:09:15.115 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000213282 s, 2.4 MB/s 2024-09-21T11:09:15.116 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T11:09:15.164 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2024-09-21T11:09:15.213 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T11:09:15.213 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:15.214 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-09-21T11:09:15.214 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:15.214 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-21 10:58:54.965829782 +0000 2024-09-21T11:09:15.214 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-21 10:58:54.961829816 +0000 2024-09-21T11:09:15.214 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-21 10:58:54.961829816 +0000 2024-09-21T11:09:15.214 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-21T11:09:15.214 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T11:09:15.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:14 smithi047 bash[23321]: audit 2024-09-21T11:09:13.777593+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:15.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:14 smithi047 bash[23321]: audit 2024-09-21T11:09:13.777593+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:15.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:14 smithi047 bash[23321]: cephadm 2024-09-21T11:09:13.780646+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi047=b;count:2 2024-09-21T11:09:15.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:14 smithi047 bash[23321]: cephadm 2024-09-21T11:09:13.780646+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi047=b;count:2 2024-09-21T11:09:15.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:14 smithi047 bash[23321]: cephadm 2024-09-21T11:09:13.813490+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-09-21T11:09:15.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:14 smithi047 bash[23321]: cephadm 2024-09-21T11:09:13.813490+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-09-21T11:09:15.266 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-21T11:09:15.266 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-21T11:09:15.266 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000202163 s, 2.5 MB/s 2024-09-21T11:09:15.267 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T11:09:15.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:14 smithi016 bash[22756]: audit 2024-09-21T11:09:13.777593+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:15.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:14 smithi016 bash[22756]: audit 2024-09-21T11:09:13.777593+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:15.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:14 smithi016 bash[22756]: cephadm 2024-09-21T11:09:13.780646+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi047=b;count:2 2024-09-21T11:09:15.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:14 smithi016 bash[22756]: cephadm 2024-09-21T11:09:13.780646+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi047=b;count:2 2024-09-21T11:09:15.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:14 smithi016 bash[22756]: cephadm 2024-09-21T11:09:13.813490+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-09-21T11:09:15.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:14 smithi016 bash[22756]: cephadm 2024-09-21T11:09:13.813490+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-09-21T11:09:15.314 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2024-09-21T11:09:15.361 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T11:09:15.361 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:15.362 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-09-21T11:09:15.362 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:15.362 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-21 10:58:55.741822850 +0000 2024-09-21T11:09:15.362 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-21 10:58:55.481825173 +0000 2024-09-21T11:09:15.362 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-21 10:58:55.481825173 +0000 2024-09-21T11:09:15.362 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-21T11:09:15.362 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T11:09:15.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:14 smithi094 bash[23326]: audit 2024-09-21T11:09:13.777593+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:15.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:14 smithi094 bash[23326]: audit 2024-09-21T11:09:13.777593+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi047=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:15.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:14 smithi094 bash[23326]: cephadm 2024-09-21T11:09:13.780646+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi047=b;count:2 2024-09-21T11:09:15.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:14 smithi094 bash[23326]: cephadm 2024-09-21T11:09:13.780646+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi047=b;count:2 2024-09-21T11:09:15.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:14 smithi094 bash[23326]: cephadm 2024-09-21T11:09:13.813490+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-09-21T11:09:15.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:14 smithi094 bash[23326]: cephadm 2024-09-21T11:09:13.813490+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi047 2024-09-21T11:09:15.416 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-21T11:09:15.416 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-21T11:09:15.416 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000194651 s, 2.6 MB/s 2024-09-21T11:09:15.417 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T11:09:15.466 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2024-09-21T11:09:15.513 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T11:09:15.513 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:15.514 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-09-21T11:09:15.514 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:15.514 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-21 10:58:56.257818240 +0000 2024-09-21T11:09:15.514 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-21 10:58:56.005820492 +0000 2024-09-21T11:09:15.514 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-21 10:58:56.005820492 +0000 2024-09-21T11:09:15.514 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-21T11:09:15.514 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T11:09:15.568 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-21T11:09:15.568 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-21T11:09:15.568 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.00031256 s, 1.6 MB/s 2024-09-21T11:09:15.569 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T11:09:15.619 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-21T11:09:15.620 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T11:09:15.626 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-21T11:09:15.626 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_1 2024-09-21T11:09:15.673 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T11:09:15.673 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:15.673 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-09-21T11:09:15.674 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:15.674 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-21 10:58:49.056379956 +0000 2024-09-21T11:09:15.674 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-21 10:58:49.052379993 +0000 2024-09-21T11:09:15.674 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-21 10:58:49.052379993 +0000 2024-09-21T11:09:15.674 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-09-21T11:09:15.674 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T11:09:15.728 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-21T11:09:15.728 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-21T11:09:15.728 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000261438 s, 2.0 MB/s 2024-09-21T11:09:15.729 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T11:09:15.778 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_2 2024-09-21T11:09:15.828 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T11:09:15.828 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:15.829 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-09-21T11:09:15.829 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:15.829 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-21 10:58:49.836372991 +0000 2024-09-21T11:09:15.829 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-21 10:58:49.548375563 +0000 2024-09-21T11:09:15.829 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-21 10:58:49.548375563 +0000 2024-09-21T11:09:15.829 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-09-21T11:09:15.829 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T11:09:15.883 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-21T11:09:15.883 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-21T11:09:15.883 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000293617 s, 1.7 MB/s 2024-09-21T11:09:15.884 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T11:09:15.934 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_3 2024-09-21T11:09:15.980 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T11:09:15.980 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:15.980 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-09-21T11:09:15.980 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:15.980 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-21 10:58:50.312368738 +0000 2024-09-21T11:09:15.980 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-21 10:58:50.056371026 +0000 2024-09-21T11:09:15.980 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-21 10:58:50.056371026 +0000 2024-09-21T11:09:15.980 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-09-21T11:09:15.981 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T11:09:15.986 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:15 smithi094 bash[23326]: cluster 2024-09-21T11:09:14.403176+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-21T11:09:15.986 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:15 smithi094 bash[23326]: cluster 2024-09-21T11:09:14.403176+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-21T11:09:15.994 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-21T11:09:15.994 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-21T11:09:15.994 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000157238 s, 3.3 MB/s 2024-09-21T11:09:15.995 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T11:09:16.042 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_4 2024-09-21T11:09:16.088 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T11:09:16.088 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T11:09:16.088 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-09-21T11:09:16.088 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T11:09:16.088 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-21 10:58:50.836364057 +0000 2024-09-21T11:09:16.088 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-21 10:58:50.564366488 +0000 2024-09-21T11:09:16.088 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-21 10:58:50.564366488 +0000 2024-09-21T11:09:16.088 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-09-21T11:09:16.089 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T11:09:16.141 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-21T11:09:16.141 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-21T11:09:16.141 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000183969 s, 2.8 MB/s 2024-09-21T11:09:16.142 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T11:09:16.190 INFO:tasks.cephadm:Deploying osd.0 on smithi016 with /dev/vg_nvme/lv_4... 2024-09-21T11:09:16.190 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T11:09:16.244 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:15 smithi047 bash[23321]: cluster 2024-09-21T11:09:14.403176+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-21T11:09:16.244 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:15 smithi047 bash[23321]: cluster 2024-09-21T11:09:14.403176+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-21T11:09:16.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:15 smithi016 bash[22756]: cluster 2024-09-21T11:09:14.403176+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-21T11:09:16.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:15 smithi016 bash[22756]: cluster 2024-09-21T11:09:14.403176+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-21T11:09:17.714 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:09:17.968 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:09:17.969 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:09:17 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:09:17.969 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:09:17 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:09:17.969 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:09:17 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:09:17.969 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:09:17 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:09:17.969 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:09:17 smithi047 systemd[1]: Started Ceph mgr.b for 4a9cefac-7809-11ef-baf6-efdc52797490. 2024-09-21T11:09:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:17 smithi016 bash[22756]: cluster 2024-09-21T11:09:16.403517+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:17 smithi016 bash[22756]: cluster 2024-09-21T11:09:16.403517+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:17 smithi016 bash[22756]: audit 2024-09-21T11:09:17.468202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:17 smithi016 bash[22756]: audit 2024-09-21T11:09:17.468202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:17 smithi016 bash[22756]: audit 2024-09-21T11:09:17.475362+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:17 smithi016 bash[22756]: audit 2024-09-21T11:09:17.475362+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:17 smithi016 bash[22756]: audit 2024-09-21T11:09:17.484187+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:17 smithi016 bash[22756]: audit 2024-09-21T11:09:17.484187+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.331 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 bash[23321]: cluster 2024-09-21T11:09:16.403517+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:18.332 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 bash[23321]: cluster 2024-09-21T11:09:16.403517+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:18.332 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 bash[23321]: audit 2024-09-21T11:09:17.468202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.332 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 bash[23321]: audit 2024-09-21T11:09:17.468202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.332 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 bash[23321]: audit 2024-09-21T11:09:17.475362+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.332 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 bash[23321]: audit 2024-09-21T11:09:17.475362+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.332 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 bash[23321]: audit 2024-09-21T11:09:17.484187+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.332 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:17 smithi047 bash[23321]: audit 2024-09-21T11:09:17.484187+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:17 smithi094 bash[23326]: cluster 2024-09-21T11:09:16.403517+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:17 smithi094 bash[23326]: cluster 2024-09-21T11:09:16.403517+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:17 smithi094 bash[23326]: audit 2024-09-21T11:09:17.468202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:17 smithi094 bash[23326]: audit 2024-09-21T11:09:17.468202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:17 smithi094 bash[23326]: audit 2024-09-21T11:09:17.475362+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:17 smithi094 bash[23326]: audit 2024-09-21T11:09:17.475362+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:17 smithi094 bash[23326]: audit 2024-09-21T11:09:17.484187+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:17 smithi094 bash[23326]: audit 2024-09-21T11:09:17.484187+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.000771+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.000771+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.007840+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.007840+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.015008+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.015008+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.021652+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.021652+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.060870+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:19.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.060870+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.065105+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.065105+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.066679+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.066679+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.073622+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.073622+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: cephadm 2024-09-21T11:09:18.074173+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: cephadm 2024-09-21T11:09:18.074173+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: cephadm 2024-09-21T11:09:18.103449+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: cephadm 2024-09-21T11:09:18.103449+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.104038+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.104038+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.105238+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:19.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.105238+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:19.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.106132+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[23321]: audit 2024-09-21T11:09:18.106132+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:18 smithi016 bash[22756]: audit 2024-09-21T11:09:18.000771+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:18 smithi016 bash[22756]: audit 2024-09-21T11:09:18.000771+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:18 smithi016 bash[22756]: audit 2024-09-21T11:09:18.007840+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.007840+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.015008+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.015008+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.021652+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.021652+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.060870+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.060870+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.065105+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.065105+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.066679+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.066679+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.073622+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.073622+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: cephadm 2024-09-21T11:09:18.074173+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: cephadm 2024-09-21T11:09:18.074173+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: cephadm 2024-09-21T11:09:18.103449+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T11:09:19.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: cephadm 2024-09-21T11:09:18.103449+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T11:09:19.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.104038+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:19.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.104038+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:19.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.105238+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:19.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.105238+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:19.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.106132+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:19 smithi016 bash[22756]: audit 2024-09-21T11:09:18.106132+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.000771+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.000771+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.007840+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.007840+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.015008+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.015008+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.021652+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.021652+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.060870+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:19.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.060870+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:19.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.065105+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.065105+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.066679+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:19.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.066679+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:19.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.073622+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.073622+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:19.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: cephadm 2024-09-21T11:09:18.074173+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:19.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: cephadm 2024-09-21T11:09:18.074173+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:19.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: cephadm 2024-09-21T11:09:18.103449+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T11:09:19.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: cephadm 2024-09-21T11:09:18.103449+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T11:09:19.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.104038+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:19.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.104038+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T11:09:19.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.105238+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:19.392 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.105238+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T11:09:19.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.106132+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.393 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:19 smithi094 bash[23326]: audit 2024-09-21T11:09:18.106132+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:19.763 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:09:19 smithi047 bash[24155]: debug 2024-09-21T11:09:19.600+0000 7fcab05ee640 1 -- 172.21.15.47:0/4251850486 <== mon.2 v2:172.21.15.47:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55fa3e56b0e0 con 0x55fa3e56d400 2024-09-21T11:09:20.219 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:20 smithi047 bash[23321]: cephadm 2024-09-21T11:09:18.107139+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-09-21T11:09:20.219 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:20 smithi047 bash[23321]: cephadm 2024-09-21T11:09:18.107139+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-09-21T11:09:20.219 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:20 smithi047 bash[23321]: cluster 2024-09-21T11:09:18.403907+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:20.219 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:20 smithi047 bash[23321]: cluster 2024-09-21T11:09:18.403907+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:20.219 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:20 smithi047 bash[23321]: audit 2024-09-21T11:09:19.011085+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:20.219 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:20 smithi047 bash[23321]: audit 2024-09-21T11:09:19.011085+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:20.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:20 smithi016 bash[22756]: cephadm 2024-09-21T11:09:18.107139+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-09-21T11:09:20.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:20 smithi016 bash[22756]: cephadm 2024-09-21T11:09:18.107139+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-09-21T11:09:20.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:20 smithi016 bash[22756]: cluster 2024-09-21T11:09:18.403907+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:20.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:20 smithi016 bash[22756]: cluster 2024-09-21T11:09:18.403907+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:20.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:20 smithi016 bash[22756]: audit 2024-09-21T11:09:19.011085+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:20.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:20 smithi016 bash[22756]: audit 2024-09-21T11:09:19.011085+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:20.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:20 smithi094 bash[23326]: cephadm 2024-09-21T11:09:18.107139+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-09-21T11:09:20.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:20 smithi094 bash[23326]: cephadm 2024-09-21T11:09:18.107139+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-09-21T11:09:20.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:20 smithi094 bash[23326]: cluster 2024-09-21T11:09:18.403907+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:20.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:20 smithi094 bash[23326]: cluster 2024-09-21T11:09:18.403907+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:20.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:20 smithi094 bash[23326]: audit 2024-09-21T11:09:19.011085+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:20.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:20 smithi094 bash[23326]: audit 2024-09-21T11:09:19.011085+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:20.927 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:09:21.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.402359+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.402359+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: cluster 2024-09-21T11:09:20.404203+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: cluster 2024-09-21T11:09:20.404203+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.406338+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.406338+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.410274+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.410274+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.414355+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.414355+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.418255+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.418255+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.418706+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.418706+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.422283+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.422283+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.423382+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.423382+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.428716+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.428716+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: cephadm 2024-09-21T11:09:20.429230+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: cephadm 2024-09-21T11:09:20.429230+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.563491+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:21 smithi047 bash[23321]: audit 2024-09-21T11:09:20.563491+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.402359+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.402359+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: cluster 2024-09-21T11:09:20.404203+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:21.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: cluster 2024-09-21T11:09:20.404203+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:21.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.406338+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.406338+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.410274+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.410274+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.414355+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.414355+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.418255+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.418255+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.418706+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.418706+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.422283+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.422283+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.423382+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.423382+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.428716+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.428716+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: cephadm 2024-09-21T11:09:20.429230+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:21.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: cephadm 2024-09-21T11:09:20.429230+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:21.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.563491+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:21 smithi016 bash[22756]: audit 2024-09-21T11:09:20.563491+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.402359+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.402359+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: cluster 2024-09-21T11:09:20.404203+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: cluster 2024-09-21T11:09:20.404203+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.406338+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.406338+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.410274+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.410274+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.414355+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.414355+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.418255+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.418255+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.418706+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.418706+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.422283+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.422283+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.423382+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.423382+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.428716+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.428716+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: cephadm 2024-09-21T11:09:20.429230+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: cephadm 2024-09-21T11:09:20.429230+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.563491+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:21.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:21 smithi094 bash[23326]: audit 2024-09-21T11:09:20.563491+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:23.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:23 smithi047 bash[23321]: cluster 2024-09-21T11:09:22.404623+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-21T11:09:23.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:23 smithi047 bash[23321]: cluster 2024-09-21T11:09:22.404623+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-21T11:09:23.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:23 smithi016 bash[22756]: cluster 2024-09-21T11:09:22.404623+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-21T11:09:23.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:23 smithi016 bash[22756]: cluster 2024-09-21T11:09:22.404623+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-21T11:09:23.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:23 smithi094 bash[23326]: cluster 2024-09-21T11:09:22.404623+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-21T11:09:23.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:23 smithi094 bash[23326]: cluster 2024-09-21T11:09:22.404623+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-21T11:09:25.125 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:09:25.175 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi016:vg_nvme/lv_4 2024-09-21T11:09:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:25 smithi047 bash[23321]: cluster 2024-09-21T11:09:24.405062+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-21T11:09:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:25 smithi047 bash[23321]: cluster 2024-09-21T11:09:24.405062+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-21T11:09:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:25 smithi047 bash[23321]: audit 2024-09-21T11:09:24.938940+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:25 smithi047 bash[23321]: audit 2024-09-21T11:09:24.938940+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:25 smithi047 bash[23321]: audit 2024-09-21T11:09:25.574854+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:25 smithi047 bash[23321]: audit 2024-09-21T11:09:25.574854+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:25 smithi016 bash[22756]: cluster 2024-09-21T11:09:24.405062+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-21T11:09:26.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:25 smithi016 bash[22756]: cluster 2024-09-21T11:09:24.405062+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-21T11:09:26.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:25 smithi016 bash[22756]: audit 2024-09-21T11:09:24.938940+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:25 smithi016 bash[22756]: audit 2024-09-21T11:09:24.938940+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:25 smithi016 bash[22756]: audit 2024-09-21T11:09:25.574854+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:25 smithi016 bash[22756]: audit 2024-09-21T11:09:25.574854+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:25 smithi094 bash[23326]: cluster 2024-09-21T11:09:24.405062+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-21T11:09:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:25 smithi094 bash[23326]: cluster 2024-09-21T11:09:24.405062+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-21T11:09:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:25 smithi094 bash[23326]: audit 2024-09-21T11:09:24.938940+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:25 smithi094 bash[23326]: audit 2024-09-21T11:09:24.938940+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:25 smithi094 bash[23326]: audit 2024-09-21T11:09:25.574854+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:25 smithi094 bash[23326]: audit 2024-09-21T11:09:25.574854+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:27.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: cluster 2024-09-21T11:09:25.937813+0000 mon.a (mon.0) 390 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:09:27.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: cluster 2024-09-21T11:09:25.937813+0000 mon.a (mon.0) 390 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:25.938367+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:25.938367+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:25.945050+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:25.945050+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:25.946213+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:25.946213+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:25.946700+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:25.946700+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: cluster 2024-09-21T11:09:26.587083+0000 mon.a (mon.0) 391 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: cluster 2024-09-21T11:09:26.587083+0000 mon.a (mon.0) 391 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:26.587332+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:09:27.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:26 smithi047 bash[23321]: audit 2024-09-21T11:09:26.587332+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:09:27.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: cluster 2024-09-21T11:09:25.937813+0000 mon.a (mon.0) 390 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: cluster 2024-09-21T11:09:25.937813+0000 mon.a (mon.0) 390 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:25.938367+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:25.938367+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:25.945050+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:25.945050+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:25.946213+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:25.946213+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:25.946700+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:25.946700+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: cluster 2024-09-21T11:09:26.587083+0000 mon.a (mon.0) 391 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: cluster 2024-09-21T11:09:26.587083+0000 mon.a (mon.0) 391 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T11:09:27.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:26.587332+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:09:27.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:26 smithi016 bash[22756]: audit 2024-09-21T11:09:26.587332+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:09:27.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: cluster 2024-09-21T11:09:25.937813+0000 mon.a (mon.0) 390 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:09:27.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: cluster 2024-09-21T11:09:25.937813+0000 mon.a (mon.0) 390 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:09:27.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:25.938367+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:09:27.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:25.938367+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:09:27.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:25.945050+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:09:27.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:25.945050+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:09:27.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:25.946213+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:09:27.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:25.946213+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:09:27.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:25.946700+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:09:27.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:25.946700+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.47:0/2431644382' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:09:27.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: cluster 2024-09-21T11:09:26.587083+0000 mon.a (mon.0) 391 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T11:09:27.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: cluster 2024-09-21T11:09:26.587083+0000 mon.a (mon.0) 391 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T11:09:27.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:26.587332+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:09:27.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:26 smithi094 bash[23326]: audit 2024-09-21T11:09:26.587332+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:09:28.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:27 smithi047 bash[23321]: cluster 2024-09-21T11:09:26.405520+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-21T11:09:28.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:27 smithi047 bash[23321]: cluster 2024-09-21T11:09:26.405520+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-21T11:09:28.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:27 smithi016 bash[22756]: cluster 2024-09-21T11:09:26.405520+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-21T11:09:28.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:27 smithi016 bash[22756]: cluster 2024-09-21T11:09:26.405520+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-21T11:09:28.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:27 smithi094 bash[23326]: cluster 2024-09-21T11:09:26.405520+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-21T11:09:28.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:27 smithi094 bash[23326]: cluster 2024-09-21T11:09:26.405520+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-21T11:09:29.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.154423+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.154423+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.161839+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.161839+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.166457+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.166457+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.171113+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.171113+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.176824+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.176824+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.178720+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.178720+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.188089+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: audit 2024-09-21T11:09:28.188089+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: cluster 2024-09-21T11:09:28.405900+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-21T11:09:29.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:29 smithi047 bash[23321]: cluster 2024-09-21T11:09:28.405900+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-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.154423+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.154423+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.161839+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.161839+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.166457+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.166457+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.171113+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.171113+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.176824+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.176824+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.178720+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.178720+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:29.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.188089+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: audit 2024-09-21T11:09:28.188089+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: cluster 2024-09-21T11:09:28.405900+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-21T11:09:29.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:29 smithi016 bash[22756]: cluster 2024-09-21T11:09:28.405900+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-21T11:09:29.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.154423+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.154423+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.161839+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.161839+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.166457+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.166457+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.171113+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.171113+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.176824+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.176824+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.178720+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.178720+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.188089+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: audit 2024-09-21T11:09:28.188089+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: cluster 2024-09-21T11:09:28.405900+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-21T11:09:29.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:29 smithi094 bash[23326]: cluster 2024-09-21T11:09:28.405900+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-21T11:09:29.913 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:09:31.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:31 smithi047 bash[23321]: cluster 2024-09-21T11:09:30.406346+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:31.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:31 smithi047 bash[23321]: cluster 2024-09-21T11:09:30.406346+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:31.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:31 smithi047 bash[23321]: audit 2024-09-21T11:09:31.267189+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:09:31.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:31 smithi047 bash[23321]: audit 2024-09-21T11:09:31.267189+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:09:31.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:31 smithi047 bash[23321]: audit 2024-09-21T11:09:31.272582+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:09:31.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:31 smithi047 bash[23321]: audit 2024-09-21T11:09:31.272582+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:09:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:31 smithi047 bash[23321]: audit 2024-09-21T11:09:31.273856+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:31 smithi047 bash[23321]: audit 2024-09-21T11:09:31.273856+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:31 smithi016 bash[22756]: cluster 2024-09-21T11:09:30.406346+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:31 smithi016 bash[22756]: cluster 2024-09-21T11:09:30.406346+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:31 smithi016 bash[22756]: audit 2024-09-21T11:09:31.267189+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:09:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:31 smithi016 bash[22756]: audit 2024-09-21T11:09:31.267189+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:09:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:31 smithi016 bash[22756]: audit 2024-09-21T11:09:31.272582+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:09:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:31 smithi016 bash[22756]: audit 2024-09-21T11:09:31.272582+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:09:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:31 smithi016 bash[22756]: audit 2024-09-21T11:09:31.273856+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:31 smithi016 bash[22756]: audit 2024-09-21T11:09:31.273856+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:31.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:31 smithi094 bash[23326]: cluster 2024-09-21T11:09:30.406346+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:31.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:31 smithi094 bash[23326]: cluster 2024-09-21T11:09:30.406346+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:31.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:31 smithi094 bash[23326]: audit 2024-09-21T11:09:31.267189+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:09:31.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:31 smithi094 bash[23326]: audit 2024-09-21T11:09:31.267189+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:09:31.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:31 smithi094 bash[23326]: audit 2024-09-21T11:09:31.272582+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:09:31.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:31 smithi094 bash[23326]: audit 2024-09-21T11:09:31.272582+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:09:31.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:31 smithi094 bash[23326]: audit 2024-09-21T11:09:31.273856+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:31.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:31 smithi094 bash[23326]: audit 2024-09-21T11:09:31.273856+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:32.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:32 smithi094 bash[23326]: audit 2024-09-21T11:09:31.263217+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:32.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:32 smithi094 bash[23326]: audit 2024-09-21T11:09:31.263217+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:32.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:32 smithi047 bash[23321]: audit 2024-09-21T11:09:31.263217+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:32.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:32 smithi047 bash[23321]: audit 2024-09-21T11:09:31.263217+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:32.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:32 smithi016 bash[22756]: audit 2024-09-21T11:09:31.263217+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:32.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:32 smithi016 bash[22756]: audit 2024-09-21T11:09:31.263217+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:09:33.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:33 smithi047 bash[23321]: cluster 2024-09-21T11:09:32.406778+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-21T11:09:33.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:33 smithi047 bash[23321]: cluster 2024-09-21T11:09:32.406778+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-21T11:09:33.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:33 smithi016 bash[22756]: cluster 2024-09-21T11:09:32.406778+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-21T11:09:33.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:33 smithi016 bash[22756]: cluster 2024-09-21T11:09:32.406778+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-21T11:09:33.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:33 smithi094 bash[23326]: cluster 2024-09-21T11:09:32.406778+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-21T11:09:33.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:33 smithi094 bash[23326]: cluster 2024-09-21T11:09:32.406778+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-21T11:09:35.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:35 smithi047 bash[23321]: cluster 2024-09-21T11:09:34.407220+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-21T11:09:35.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:35 smithi047 bash[23321]: cluster 2024-09-21T11:09:34.407220+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-21T11:09:35.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:35 smithi016 bash[22756]: cluster 2024-09-21T11:09:34.407220+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-21T11:09:35.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:35 smithi016 bash[22756]: cluster 2024-09-21T11:09:34.407220+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-21T11:09:35.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:35 smithi094 bash[23326]: cluster 2024-09-21T11:09:34.407220+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-21T11:09:35.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:35 smithi094 bash[23326]: cluster 2024-09-21T11:09:34.407220+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-21T11:09:38.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:37 smithi047 bash[23321]: cluster 2024-09-21T11:09:36.407656+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-21T11:09:38.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:37 smithi047 bash[23321]: cluster 2024-09-21T11:09:36.407656+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-21T11:09:38.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:37 smithi047 bash[23321]: audit 2024-09-21T11:09:36.690535+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:37 smithi047 bash[23321]: audit 2024-09-21T11:09:36.690535+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:37 smithi047 bash[23321]: audit 2024-09-21T11:09:36.698072+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:37 smithi047 bash[23321]: audit 2024-09-21T11:09:36.698072+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:37 smithi047 bash[23321]: audit 2024-09-21T11:09:36.707560+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:37 smithi047 bash[23321]: audit 2024-09-21T11:09:36.707560+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:37 smithi016 bash[22756]: cluster 2024-09-21T11:09:36.407656+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-21T11:09:38.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:37 smithi016 bash[22756]: cluster 2024-09-21T11:09:36.407656+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-21T11:09:38.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:37 smithi016 bash[22756]: audit 2024-09-21T11:09:36.690535+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:37 smithi016 bash[22756]: audit 2024-09-21T11:09:36.690535+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:37 smithi016 bash[22756]: audit 2024-09-21T11:09:36.698072+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:37 smithi016 bash[22756]: audit 2024-09-21T11:09:36.698072+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:37 smithi016 bash[22756]: audit 2024-09-21T11:09:36.707560+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:37 smithi016 bash[22756]: audit 2024-09-21T11:09:36.707560+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:37 smithi094 bash[23326]: cluster 2024-09-21T11:09:36.407656+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-21T11:09:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:37 smithi094 bash[23326]: cluster 2024-09-21T11:09:36.407656+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-21T11:09:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:37 smithi094 bash[23326]: audit 2024-09-21T11:09:36.690535+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:37 smithi094 bash[23326]: audit 2024-09-21T11:09:36.690535+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:37 smithi094 bash[23326]: audit 2024-09-21T11:09:36.698072+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:37 smithi094 bash[23326]: audit 2024-09-21T11:09:36.698072+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:37 smithi094 bash[23326]: audit 2024-09-21T11:09:36.707560+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:38.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:37 smithi094 bash[23326]: audit 2024-09-21T11:09:36.707560+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:39.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:39 smithi016 bash[22756]: cluster 2024-09-21T11:09:38.408081+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:39.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:39 smithi016 bash[22756]: cluster 2024-09-21T11:09:38.408081+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:40.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:39 smithi047 bash[23321]: cluster 2024-09-21T11:09:38.408081+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:40.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:39 smithi047 bash[23321]: cluster 2024-09-21T11:09:38.408081+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:40.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:39 smithi094 bash[23326]: cluster 2024-09-21T11:09:38.408081+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:40.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:39 smithi094 bash[23326]: cluster 2024-09-21T11:09:38.408081+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:41.793 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: cluster 2024-09-21T11:09:40.408385+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: cluster 2024-09-21T11:09:40.408385+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:40.537483+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:40.537483+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:40.542107+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:40.542107+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:40.546512+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:40.546512+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:41.139764+0000 mon.a (mon.0) 409 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"} : dispatch 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:41.139764+0000 mon.a (mon.0) 409 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"} : dispatch 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:41.142726+0000 mon.a (mon.0) 410 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"}]': finished 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:41.142726+0000 mon.a (mon.0) 410 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"}]': finished 2024-09-21T11:09:41.794 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: cluster 2024-09-21T11:09:41.147680+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T11:09:41.795 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: cluster 2024-09-21T11:09:41.147680+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T11:09:41.795 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:41.148179+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:09:41.795 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:41 smithi047 bash[23321]: audit 2024-09-21T11:09:41.148179+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:09:41.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: cluster 2024-09-21T11:09:40.408385+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:41.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: cluster 2024-09-21T11:09:40.408385+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:41.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:40.537483+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:40.537483+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:40.542107+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:40.542107+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:40.546512+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:40.546512+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:41.139764+0000 mon.a (mon.0) 409 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"} : dispatch 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:41.139764+0000 mon.a (mon.0) 409 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"} : dispatch 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:41.142726+0000 mon.a (mon.0) 410 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"}]': finished 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:41.142726+0000 mon.a (mon.0) 410 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"}]': finished 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: cluster 2024-09-21T11:09:41.147680+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: cluster 2024-09-21T11:09:41.147680+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:41.148179+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:09:41.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:41 smithi094 bash[23326]: audit 2024-09-21T11:09:41.148179+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:09:42.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: cluster 2024-09-21T11:09:40.408385+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: cluster 2024-09-21T11:09:40.408385+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:40.537483+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:40.537483+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:40.542107+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:40.542107+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:40.546512+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:40.546512+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:41.139764+0000 mon.a (mon.0) 409 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"} : dispatch 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:41.139764+0000 mon.a (mon.0) 409 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"} : dispatch 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:41.142726+0000 mon.a (mon.0) 410 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"}]': finished 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:41.142726+0000 mon.a (mon.0) 410 : audit [INF] from='client.? 172.21.15.16:0/3471564004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6dcd50d3-2433-43dd-b19f-baac326e6a87"}]': finished 2024-09-21T11:09:42.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: cluster 2024-09-21T11:09:41.147680+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T11:09:42.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: cluster 2024-09-21T11:09:41.147680+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T11:09:42.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:41.148179+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:09:42.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:41 smithi016 bash[22756]: audit 2024-09-21T11:09:41.148179+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:09:42.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:42 smithi094 bash[23326]: audit 2024-09-21T11:09:41.779162+0000 mon.a (mon.0) 413 : audit [DBG] from='client.? 172.21.15.16:0/3082372187' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:09:42.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:42 smithi094 bash[23326]: audit 2024-09-21T11:09:41.779162+0000 mon.a (mon.0) 413 : audit [DBG] from='client.? 172.21.15.16:0/3082372187' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:09:43.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:42 smithi047 bash[23321]: audit 2024-09-21T11:09:41.779162+0000 mon.a (mon.0) 413 : audit [DBG] from='client.? 172.21.15.16:0/3082372187' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:09:43.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:42 smithi047 bash[23321]: audit 2024-09-21T11:09:41.779162+0000 mon.a (mon.0) 413 : audit [DBG] from='client.? 172.21.15.16:0/3082372187' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:09:43.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:42 smithi016 bash[22756]: audit 2024-09-21T11:09:41.779162+0000 mon.a (mon.0) 413 : audit [DBG] from='client.? 172.21.15.16:0/3082372187' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:09:43.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:42 smithi016 bash[22756]: audit 2024-09-21T11:09:41.779162+0000 mon.a (mon.0) 413 : audit [DBG] from='client.? 172.21.15.16:0/3082372187' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:09:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:43 smithi094 bash[23326]: cluster 2024-09-21T11:09:42.408774+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-21T11:09:43.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:43 smithi094 bash[23326]: cluster 2024-09-21T11:09:42.408774+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-21T11:09:44.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:43 smithi047 bash[23321]: cluster 2024-09-21T11:09:42.408774+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-21T11:09:44.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:43 smithi047 bash[23321]: cluster 2024-09-21T11:09:42.408774+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-21T11:09:44.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:43 smithi016 bash[22756]: cluster 2024-09-21T11:09:42.408774+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-21T11:09:44.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:43 smithi016 bash[22756]: cluster 2024-09-21T11:09:42.408774+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-21T11:09:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:45 smithi094 bash[23326]: cluster 2024-09-21T11:09:44.409211+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-21T11:09:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:45 smithi094 bash[23326]: cluster 2024-09-21T11:09:44.409211+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-21T11:09:46.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:45 smithi047 bash[23321]: cluster 2024-09-21T11:09:44.409211+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-21T11:09:46.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:45 smithi047 bash[23321]: cluster 2024-09-21T11:09:44.409211+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-21T11:09:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:45 smithi016 bash[22756]: cluster 2024-09-21T11:09:44.409211+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-21T11:09:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:45 smithi016 bash[22756]: cluster 2024-09-21T11:09:44.409211+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-21T11:09:47.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:47 smithi094 bash[23326]: cluster 2024-09-21T11:09:46.409601+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-21T11:09:47.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:47 smithi094 bash[23326]: cluster 2024-09-21T11:09:46.409601+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-21T11:09:48.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:47 smithi047 bash[23321]: cluster 2024-09-21T11:09:46.409601+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-21T11:09:48.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:47 smithi047 bash[23321]: cluster 2024-09-21T11:09:46.409601+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-21T11:09:48.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:47 smithi016 bash[22756]: cluster 2024-09-21T11:09:46.409601+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-21T11:09:48.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:47 smithi016 bash[22756]: cluster 2024-09-21T11:09:46.409601+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-21T11:09:49.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:49 smithi094 bash[23326]: audit 2024-09-21T11:09:48.380871+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:49 smithi094 bash[23326]: audit 2024-09-21T11:09:48.380871+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:49 smithi094 bash[23326]: audit 2024-09-21T11:09:48.388959+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:49 smithi094 bash[23326]: audit 2024-09-21T11:09:48.388959+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:49 smithi094 bash[23326]: audit 2024-09-21T11:09:48.397123+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:49 smithi094 bash[23326]: audit 2024-09-21T11:09:48.397123+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:49 smithi094 bash[23326]: cluster 2024-09-21T11:09:48.409984+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-21T11:09:49.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:49 smithi094 bash[23326]: cluster 2024-09-21T11:09:48.409984+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-21T11:09:49.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:49 smithi047 bash[23321]: audit 2024-09-21T11:09:48.380871+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:49 smithi047 bash[23321]: audit 2024-09-21T11:09:48.380871+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:49 smithi047 bash[23321]: audit 2024-09-21T11:09:48.388959+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:49 smithi047 bash[23321]: audit 2024-09-21T11:09:48.388959+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:49 smithi047 bash[23321]: audit 2024-09-21T11:09:48.397123+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:49 smithi047 bash[23321]: audit 2024-09-21T11:09:48.397123+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:49 smithi047 bash[23321]: cluster 2024-09-21T11:09:48.409984+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-21T11:09:49.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:49 smithi047 bash[23321]: cluster 2024-09-21T11:09:48.409984+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-21T11:09:49.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:49 smithi016 bash[22756]: audit 2024-09-21T11:09:48.380871+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:49 smithi016 bash[22756]: audit 2024-09-21T11:09:48.380871+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:49 smithi016 bash[22756]: audit 2024-09-21T11:09:48.388959+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:49 smithi016 bash[22756]: audit 2024-09-21T11:09:48.388959+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:49 smithi016 bash[22756]: audit 2024-09-21T11:09:48.397123+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:49 smithi016 bash[22756]: audit 2024-09-21T11:09:48.397123+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:49.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:49 smithi016 bash[22756]: cluster 2024-09-21T11:09:48.409984+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-21T11:09:49.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:49 smithi016 bash[22756]: cluster 2024-09-21T11:09:48.409984+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-21T11:09:51.721 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:51 smithi094 bash[23326]: cluster 2024-09-21T11:09:50.410382+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-21T11:09:51.722 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:51 smithi094 bash[23326]: cluster 2024-09-21T11:09:50.410382+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-21T11:09:51.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:51 smithi047 bash[23321]: cluster 2024-09-21T11:09:50.410382+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-21T11:09:51.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:51 smithi047 bash[23321]: cluster 2024-09-21T11:09:50.410382+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-21T11:09:51.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:51 smithi016 bash[22756]: cluster 2024-09-21T11:09:50.410382+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-21T11:09:51.786 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:51 smithi016 bash[22756]: cluster 2024-09-21T11:09:50.410382+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-21T11:09:53.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:53 smithi047 bash[23321]: cluster 2024-09-21T11:09:52.410799+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:53.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:53 smithi047 bash[23321]: cluster 2024-09-21T11:09:52.410799+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:53.797 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:53 smithi094 bash[23326]: cluster 2024-09-21T11:09:52.410799+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:53.797 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:53 smithi094 bash[23326]: cluster 2024-09-21T11:09:52.410799+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:53.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:53 smithi016 bash[22756]: cluster 2024-09-21T11:09:52.410799+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:53.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:53 smithi016 bash[22756]: cluster 2024-09-21T11:09:52.410799+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:55.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:55 smithi047 bash[23321]: cluster 2024-09-21T11:09:54.411205+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:55.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:55 smithi047 bash[23321]: cluster 2024-09-21T11:09:54.411205+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:55.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:55 smithi016 bash[22756]: cluster 2024-09-21T11:09:54.411205+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:55.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:55 smithi016 bash[22756]: cluster 2024-09-21T11:09:54.411205+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:55.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:55 smithi094 bash[23326]: cluster 2024-09-21T11:09:54.411205+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:55.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:55 smithi094 bash[23326]: cluster 2024-09-21T11:09:54.411205+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:09:56.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:56 smithi047 bash[23321]: audit 2024-09-21T11:09:55.544434+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T11:09:56.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:56 smithi047 bash[23321]: audit 2024-09-21T11:09:55.544434+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T11:09:56.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:56 smithi047 bash[23321]: audit 2024-09-21T11:09:55.545935+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:56.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:56 smithi047 bash[23321]: audit 2024-09-21T11:09:55.545935+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:56.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:56 smithi047 bash[23321]: cephadm 2024-09-21T11:09:55.547143+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-09-21T11:09:56.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:56 smithi047 bash[23321]: cephadm 2024-09-21T11:09:55.547143+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-09-21T11:09:56.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:56 smithi016 bash[22756]: audit 2024-09-21T11:09:55.544434+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T11:09:56.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:56 smithi016 bash[22756]: audit 2024-09-21T11:09:55.544434+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T11:09:56.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:56 smithi016 bash[22756]: audit 2024-09-21T11:09:55.545935+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:56.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:56 smithi016 bash[22756]: audit 2024-09-21T11:09:55.545935+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:56.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:56 smithi016 bash[22756]: cephadm 2024-09-21T11:09:55.547143+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-09-21T11:09:56.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:56 smithi016 bash[22756]: cephadm 2024-09-21T11:09:55.547143+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-09-21T11:09:56.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:56 smithi094 bash[23326]: audit 2024-09-21T11:09:55.544434+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T11:09:56.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:56 smithi094 bash[23326]: audit 2024-09-21T11:09:55.544434+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T11:09:56.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:56 smithi094 bash[23326]: audit 2024-09-21T11:09:55.545935+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:56.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:56 smithi094 bash[23326]: audit 2024-09-21T11:09:55.545935+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:09:56.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:56 smithi094 bash[23326]: cephadm 2024-09-21T11:09:55.547143+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-09-21T11:09:56.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:56 smithi094 bash[23326]: cephadm 2024-09-21T11:09:55.547143+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-09-21T11:09:58.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:57 smithi016 bash[22756]: cluster 2024-09-21T11:09:56.411613+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-21T11:09:58.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:57 smithi016 bash[22756]: cluster 2024-09-21T11:09:56.411613+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-21T11:09:58.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:58 smithi016 bash[22756]: audit 2024-09-21T11:09:56.895107+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:58 smithi016 bash[22756]: audit 2024-09-21T11:09:56.895107+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:58 smithi016 bash[22756]: audit 2024-09-21T11:09:56.900480+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:58 smithi016 bash[22756]: audit 2024-09-21T11:09:56.900480+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:58 smithi016 bash[22756]: audit 2024-09-21T11:09:56.907502+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:58 smithi016 bash[22756]: audit 2024-09-21T11:09:56.907502+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:57 smithi047 bash[23321]: cluster 2024-09-21T11:09:56.411613+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-21T11:09:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:57 smithi047 bash[23321]: cluster 2024-09-21T11:09:56.411613+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-21T11:09:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:57 smithi047 bash[23321]: audit 2024-09-21T11:09:56.895107+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:57 smithi047 bash[23321]: audit 2024-09-21T11:09:56.895107+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:57 smithi047 bash[23321]: audit 2024-09-21T11:09:56.900480+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:57 smithi047 bash[23321]: audit 2024-09-21T11:09:56.900480+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:57 smithi047 bash[23321]: audit 2024-09-21T11:09:56.907502+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:57 smithi047 bash[23321]: audit 2024-09-21T11:09:56.907502+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:57 smithi094 bash[23326]: cluster 2024-09-21T11:09:56.411613+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-21T11:09:58.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:57 smithi094 bash[23326]: cluster 2024-09-21T11:09:56.411613+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-21T11:09:58.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:57 smithi094 bash[23326]: audit 2024-09-21T11:09:56.895107+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:57 smithi094 bash[23326]: audit 2024-09-21T11:09:56.895107+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:57 smithi094 bash[23326]: audit 2024-09-21T11:09:56.900480+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:57 smithi094 bash[23326]: audit 2024-09-21T11:09:56.900480+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:57 smithi094 bash[23326]: audit 2024-09-21T11:09:56.907502+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:09:58.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:57 smithi094 bash[23326]: audit 2024-09-21T11:09:56.907502+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:00.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:59 smithi016 bash[22756]: cluster 2024-09-21T11:09:58.412062+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-21T11:10:00.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:09:59 smithi016 bash[22756]: cluster 2024-09-21T11:09:58.412062+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-21T11:10:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:59 smithi047 bash[23321]: cluster 2024-09-21T11:09:58.412062+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-21T11:10:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:09:59 smithi047 bash[23321]: cluster 2024-09-21T11:09:58.412062+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-21T11:10:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:59 smithi094 bash[23326]: cluster 2024-09-21T11:09:58.412062+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-21T11:10:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:09:59 smithi094 bash[23326]: cluster 2024-09-21T11:09:58.412062+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-21T11:10:00.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:00 smithi016 bash[22756]: cluster 2024-09-21T11:10:00.000148+0000 mon.a (mon.0) 422 : cluster [INF] overall HEALTH_OK 2024-09-21T11:10:00.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:00 smithi016 bash[22756]: cluster 2024-09-21T11:10:00.000148+0000 mon.a (mon.0) 422 : cluster [INF] overall HEALTH_OK 2024-09-21T11:10:00.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:00 smithi016 bash[22756]: audit 2024-09-21T11:10:00.706847+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:00.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:00 smithi016 bash[22756]: audit 2024-09-21T11:10:00.706847+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:00.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:00 smithi016 bash[22756]: audit 2024-09-21T11:10:00.711963+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:00.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:00 smithi016 bash[22756]: audit 2024-09-21T11:10:00.711963+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:00.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:00 smithi016 bash[22756]: audit 2024-09-21T11:10:00.717121+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:00.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:00 smithi016 bash[22756]: audit 2024-09-21T11:10:00.717121+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:00 smithi047 bash[23321]: cluster 2024-09-21T11:10:00.000148+0000 mon.a (mon.0) 422 : cluster [INF] overall HEALTH_OK 2024-09-21T11:10:01.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:00 smithi047 bash[23321]: cluster 2024-09-21T11:10:00.000148+0000 mon.a (mon.0) 422 : cluster [INF] overall HEALTH_OK 2024-09-21T11:10:01.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:00 smithi047 bash[23321]: audit 2024-09-21T11:10:00.706847+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:00 smithi047 bash[23321]: audit 2024-09-21T11:10:00.706847+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:00 smithi047 bash[23321]: audit 2024-09-21T11:10:00.711963+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:00 smithi047 bash[23321]: audit 2024-09-21T11:10:00.711963+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:00 smithi047 bash[23321]: audit 2024-09-21T11:10:00.717121+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:00 smithi047 bash[23321]: audit 2024-09-21T11:10:00.717121+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:00 smithi094 bash[23326]: cluster 2024-09-21T11:10:00.000148+0000 mon.a (mon.0) 422 : cluster [INF] overall HEALTH_OK 2024-09-21T11:10:01.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:00 smithi094 bash[23326]: cluster 2024-09-21T11:10:00.000148+0000 mon.a (mon.0) 422 : cluster [INF] overall HEALTH_OK 2024-09-21T11:10:01.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:00 smithi094 bash[23326]: audit 2024-09-21T11:10:00.706847+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:00 smithi094 bash[23326]: audit 2024-09-21T11:10:00.706847+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:00 smithi094 bash[23326]: audit 2024-09-21T11:10:00.711963+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:00 smithi094 bash[23326]: audit 2024-09-21T11:10:00.711963+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:00 smithi094 bash[23326]: audit 2024-09-21T11:10:00.717121+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:00 smithi094 bash[23326]: audit 2024-09-21T11:10:00.717121+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:01.945 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:10:01 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:10:01.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:01 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:10:01.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:01 smithi016 bash[22756]: cluster 2024-09-21T11:10:00.412479+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-21T11:10:01.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:01 smithi016 bash[22756]: cluster 2024-09-21T11:10:00.412479+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-21T11:10:01.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:01 smithi016 bash[22756]: cephadm 2024-09-21T11:10:00.713323+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi016 2024-09-21T11:10:01.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:01 smithi016 bash[22756]: cephadm 2024-09-21T11:10:00.713323+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi016 2024-09-21T11:10:02.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:01 smithi047 bash[23321]: cluster 2024-09-21T11:10:00.412479+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-21T11:10:02.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:01 smithi047 bash[23321]: cluster 2024-09-21T11:10:00.412479+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-21T11:10:02.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:01 smithi047 bash[23321]: cephadm 2024-09-21T11:10:00.713323+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi016 2024-09-21T11:10:02.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:01 smithi047 bash[23321]: cephadm 2024-09-21T11:10:00.713323+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi016 2024-09-21T11:10:02.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:10:02.280 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:10:02 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:10:02.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:01 smithi094 bash[23326]: cluster 2024-09-21T11:10:00.412479+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-21T11:10:02.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:01 smithi094 bash[23326]: cluster 2024-09-21T11:10:00.412479+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-21T11:10:02.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:01 smithi094 bash[23326]: cephadm 2024-09-21T11:10:00.713323+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi016 2024-09-21T11:10:02.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:01 smithi094 bash[23326]: cephadm 2024-09-21T11:10:00.713323+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi016 2024-09-21T11:10:03.222 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.208834+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:03.222 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.208834+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:03.222 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.213341+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.213341+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.213629+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:03.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.213629+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:03.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.215118+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:03.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.215118+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:03.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.218688+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.218688+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.222979+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.223 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:02 smithi016 bash[22756]: audit 2024-09-21T11:10:02.222979+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.208834+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.208834+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.213341+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.213341+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.213629+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:03.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.213629+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:03.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.215118+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:03.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.215118+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:03.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.218688+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.218688+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.222979+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:02 smithi047 bash[23321]: audit 2024-09-21T11:10:02.222979+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.208834+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.208834+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.213341+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.213341+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.213629+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.213629+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:03.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.215118+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:03.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.215118+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:03.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.218688+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.218688+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.222979+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:03.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:02 smithi094 bash[23326]: audit 2024-09-21T11:10:02.222979+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:04.219 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:03 smithi047 bash[23321]: cluster 2024-09-21T11:10:02.412888+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-21T11:10:04.219 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:03 smithi047 bash[23321]: cluster 2024-09-21T11:10:02.412888+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-21T11:10:04.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:03 smithi016 bash[22756]: cluster 2024-09-21T11:10:02.412888+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-21T11:10:04.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:03 smithi016 bash[22756]: cluster 2024-09-21T11:10:02.412888+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-21T11:10:04.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:03 smithi094 bash[23326]: cluster 2024-09-21T11:10:02.412888+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-21T11:10:04.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:03 smithi094 bash[23326]: cluster 2024-09-21T11:10:02.412888+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-21T11:10:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:05 smithi047 bash[23321]: cluster 2024-09-21T11:10:04.413318+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-21T11:10:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:05 smithi047 bash[23321]: cluster 2024-09-21T11:10:04.413318+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-21T11:10:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:05 smithi016 bash[22756]: cluster 2024-09-21T11:10:04.413318+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-21T11:10:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:05 smithi016 bash[22756]: cluster 2024-09-21T11:10:04.413318+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-21T11:10:06.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:05 smithi094 bash[23326]: cluster 2024-09-21T11:10:04.413318+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-21T11:10:06.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:05 smithi094 bash[23326]: cluster 2024-09-21T11:10:04.413318+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-21T11:10:08.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:07 smithi047 bash[23321]: cluster 2024-09-21T11:10:06.413805+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-21T11:10:08.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:07 smithi047 bash[23321]: cluster 2024-09-21T11:10:06.413805+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-21T11:10:08.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:07 smithi016 bash[22756]: cluster 2024-09-21T11:10:06.413805+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-21T11:10:08.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:07 smithi016 bash[22756]: cluster 2024-09-21T11:10:06.413805+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-21T11:10:08.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:07 smithi094 bash[23326]: cluster 2024-09-21T11:10:06.413805+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-21T11:10:08.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:07 smithi094 bash[23326]: cluster 2024-09-21T11:10:06.413805+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-21T11:10:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:09 smithi094 bash[23326]: cluster 2024-09-21T11:10:08.414283+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:09 smithi094 bash[23326]: cluster 2024-09-21T11:10:08.414283+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:09 smithi094 bash[23326]: audit 2024-09-21T11:10:08.607569+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:09 smithi094 bash[23326]: audit 2024-09-21T11:10:08.607569+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:09 smithi094 bash[23326]: audit 2024-09-21T11:10:08.615631+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:09 smithi094 bash[23326]: audit 2024-09-21T11:10:08.615631+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:09 smithi094 bash[23326]: audit 2024-09-21T11:10:08.626214+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:09 smithi094 bash[23326]: audit 2024-09-21T11:10:08.626214+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:09 smithi047 bash[23321]: cluster 2024-09-21T11:10:08.414283+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:10.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:09 smithi047 bash[23321]: cluster 2024-09-21T11:10:08.414283+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:10.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:09 smithi047 bash[23321]: audit 2024-09-21T11:10:08.607569+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:09 smithi047 bash[23321]: audit 2024-09-21T11:10:08.607569+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:09 smithi047 bash[23321]: audit 2024-09-21T11:10:08.615631+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:09 smithi047 bash[23321]: audit 2024-09-21T11:10:08.615631+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:09 smithi047 bash[23321]: audit 2024-09-21T11:10:08.626214+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:09 smithi047 bash[23321]: audit 2024-09-21T11:10:08.626214+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:09 smithi016 bash[22756]: cluster 2024-09-21T11:10:08.414283+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:10.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:09 smithi016 bash[22756]: cluster 2024-09-21T11:10:08.414283+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:10.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:09 smithi016 bash[22756]: audit 2024-09-21T11:10:08.607569+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:09 smithi016 bash[22756]: audit 2024-09-21T11:10:08.607569+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:09 smithi016 bash[22756]: audit 2024-09-21T11:10:08.615631+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:09 smithi016 bash[22756]: audit 2024-09-21T11:10:08.615631+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:09 smithi016 bash[22756]: audit 2024-09-21T11:10:08.626214+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:10.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:09 smithi016 bash[22756]: audit 2024-09-21T11:10:08.626214+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:11.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:11 smithi094 bash[23326]: cluster 2024-09-21T11:10:10.414770+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:11.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:11 smithi094 bash[23326]: cluster 2024-09-21T11:10:10.414770+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:12.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:11 smithi047 bash[23321]: cluster 2024-09-21T11:10:10.414770+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:12.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:11 smithi047 bash[23321]: cluster 2024-09-21T11:10:10.414770+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:12.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:11 smithi016 bash[22756]: cluster 2024-09-21T11:10:10.414770+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:12.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:11 smithi016 bash[22756]: cluster 2024-09-21T11:10:10.414770+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:13.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:13 smithi094 bash[23326]: cluster 2024-09-21T11:10:12.415150+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:13.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:13 smithi094 bash[23326]: cluster 2024-09-21T11:10:12.415150+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:13.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:13 smithi016 bash[22756]: cluster 2024-09-21T11:10:12.415150+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:13.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:13 smithi016 bash[22756]: cluster 2024-09-21T11:10:12.415150+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:14.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:13 smithi047 bash[23321]: cluster 2024-09-21T11:10:12.415150+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:14.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:13 smithi047 bash[23321]: cluster 2024-09-21T11:10:12.415150+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:14.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:14 smithi094 bash[23326]: audit 2024-09-21T11:10:13.933801+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T11:10:14.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:14 smithi094 bash[23326]: audit 2024-09-21T11:10:13.933801+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T11:10:14.941 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 0 on host 'smithi016' 2024-09-21T11:10:14.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:14 smithi016 bash[22756]: audit 2024-09-21T11:10:13.933801+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T11:10:14.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:14 smithi016 bash[22756]: audit 2024-09-21T11:10:13.933801+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T11:10:15.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:14 smithi047 bash[23321]: audit 2024-09-21T11:10:13.933801+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T11:10:15.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:14 smithi047 bash[23321]: audit 2024-09-21T11:10:13.933801+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T11:10:15.866 DEBUG:teuthology.orchestra.run.smithi016:osd.0> sudo journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@osd.0.service 2024-09-21T11:10:15.868 INFO:tasks.cephadm:Deploying osd.1 on smithi047 with /dev/vg_nvme/lv_4... 2024-09-21T11:10:15.868 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T11:10:15.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: cluster 2024-09-21T11:10:14.415526+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:15.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: cluster 2024-09-21T11:10:14.415526+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:15.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.621651+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T11:10:15.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.621651+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T11:10:15.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: cluster 2024-09-21T11:10:14.626298+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: cluster 2024-09-21T11:10:14.626298+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.626826+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]} : dispatch 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.626826+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]} : dispatch 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.627345+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.627345+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.929160+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.929160+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.934707+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.934707+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.935193+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.935193+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: cephadm 2024-09-21T11:10:14.937928+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 16245M 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: cephadm 2024-09-21T11:10:14.937928+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 16245M 2024-09-21T11:10:15.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.939990+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.939990+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.945933+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.945933+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.948595+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:15.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.948595+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:15.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.949713+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:15.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.949713+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:15.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.957674+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:15 smithi094 bash[23326]: audit 2024-09-21T11:10:14.957674+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: cluster 2024-09-21T11:10:14.415526+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: cluster 2024-09-21T11:10:14.415526+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.621651+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.621651+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: cluster 2024-09-21T11:10:14.626298+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: cluster 2024-09-21T11:10:14.626298+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.626826+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]} : dispatch 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.626826+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]} : dispatch 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.627345+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.627345+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.929160+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.929160+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:15.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.934707+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.934707+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.935193+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.935193+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: cephadm 2024-09-21T11:10:14.937928+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 16245M 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: cephadm 2024-09-21T11:10:14.937928+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 16245M 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.939990+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.939990+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.945933+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.945933+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.948595+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.948595+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.949713+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.949713+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:15.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.957674+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:15 smithi016 bash[22756]: audit 2024-09-21T11:10:14.957674+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.903 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: cluster 2024-09-21T11:10:14.415526+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:15.903 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: cluster 2024-09-21T11:10:14.415526+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:15.903 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.621651+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T11:10:15.903 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.621651+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: cluster 2024-09-21T11:10:14.626298+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: cluster 2024-09-21T11:10:14.626298+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.626826+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]} : dispatch 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.626826+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]} : dispatch 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.627345+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.627345+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.929160+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.929160+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.934707+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.934707+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.935193+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.935193+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: cephadm 2024-09-21T11:10:14.937928+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 16245M 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: cephadm 2024-09-21T11:10:14.937928+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 16245M 2024-09-21T11:10:15.904 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.939990+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.939990+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.945933+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.945933+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.948595+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:15.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.948595+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:15.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.949713+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:15.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.949713+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:15.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.957674+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:15.905 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:15 smithi047 bash[23321]: audit 2024-09-21T11:10:14.957674+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:16.909 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: audit 2024-09-21T11:10:15.624020+0000 mon.a (mon.0) 448 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-09-21T11:10:16.909 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: audit 2024-09-21T11:10:15.624020+0000 mon.a (mon.0) 448 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-09-21T11:10:16.909 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: cluster 2024-09-21T11:10:15.632024+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T11:10:16.909 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: cluster 2024-09-21T11:10:15.632024+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T11:10:16.910 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: audit 2024-09-21T11:10:15.634202+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:16.910 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: audit 2024-09-21T11:10:15.634202+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:16.910 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: audit 2024-09-21T11:10:15.648656+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:16.910 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: audit 2024-09-21T11:10:15.648656+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:16.910 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: audit 2024-09-21T11:10:15.950533+0000 mon.a (mon.0) 452 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' 2024-09-21T11:10:16.910 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:16 smithi016 bash[22756]: audit 2024-09-21T11:10:15.950533+0000 mon.a (mon.0) 452 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: audit 2024-09-21T11:10:15.624020+0000 mon.a (mon.0) 448 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: audit 2024-09-21T11:10:15.624020+0000 mon.a (mon.0) 448 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: cluster 2024-09-21T11:10:15.632024+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: cluster 2024-09-21T11:10:15.632024+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: audit 2024-09-21T11:10:15.634202+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: audit 2024-09-21T11:10:15.634202+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: audit 2024-09-21T11:10:15.648656+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: audit 2024-09-21T11:10:15.648656+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: audit 2024-09-21T11:10:15.950533+0000 mon.a (mon.0) 452 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' 2024-09-21T11:10:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:16 smithi047 bash[23321]: audit 2024-09-21T11:10:15.950533+0000 mon.a (mon.0) 452 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: audit 2024-09-21T11:10:15.624020+0000 mon.a (mon.0) 448 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: audit 2024-09-21T11:10:15.624020+0000 mon.a (mon.0) 448 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: cluster 2024-09-21T11:10:15.632024+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: cluster 2024-09-21T11:10:15.632024+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: audit 2024-09-21T11:10:15.634202+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: audit 2024-09-21T11:10:15.634202+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: audit 2024-09-21T11:10:15.648656+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: audit 2024-09-21T11:10:15.648656+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: audit 2024-09-21T11:10:15.950533+0000 mon.a (mon.0) 452 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' 2024-09-21T11:10:17.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:16 smithi094 bash[23326]: audit 2024-09-21T11:10:15.950533+0000 mon.a (mon.0) 452 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915]' entity='osd.0' 2024-09-21T11:10:17.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:14.887901+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:14.887901+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:14.888043+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:14.888043+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:16.416052+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:16.416052+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:16.644996+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:16.644996+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:16.956406+0000 mon.a (mon.0) 454 : cluster [INF] osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915] boot 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:16.956406+0000 mon.a (mon.0) 454 : cluster [INF] osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915] boot 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:16.956489+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: cluster 2024-09-21T11:10:16.956489+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T11:10:17.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:16.957169+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:16.957169+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:17.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:17.120107+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:17.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:17.120107+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:17.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:17.127696+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:17.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:17.127696+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:17.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:17.137040+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:17.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:17 smithi016 bash[22756]: audit 2024-09-21T11:10:17.137040+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:14.887901+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:10:18.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:14.887901+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:10:18.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:14.888043+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:10:18.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:14.888043+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:10:18.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:16.416052+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:16.416052+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:16.644996+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:16.644996+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:16.956406+0000 mon.a (mon.0) 454 : cluster [INF] osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915] boot 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:16.956406+0000 mon.a (mon.0) 454 : cluster [INF] osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915] boot 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:16.956489+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: cluster 2024-09-21T11:10:16.956489+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:16.957169+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:16.957169+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:17.120107+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:17.120107+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:17.127696+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:17.127696+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:17.137040+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:17 smithi047 bash[23321]: audit 2024-09-21T11:10:17.137040+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:14.887901+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:10:18.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:14.887901+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:10:18.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:14.888043+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:10:18.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:14.888043+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:10:18.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:16.416052+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:16.416052+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:16.644996+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:16.644996+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:16.956406+0000 mon.a (mon.0) 454 : cluster [INF] osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915] boot 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:16.956406+0000 mon.a (mon.0) 454 : cluster [INF] osd.0 [v2:172.21.15.16:6802/845407915,v1:172.21.15.16:6803/845407915] boot 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:16.956489+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: cluster 2024-09-21T11:10:16.956489+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:16.957169+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:16.957169+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:17.120107+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:17.120107+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:17.127696+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:17.127696+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:17.137040+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:18.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:17 smithi094 bash[23326]: audit 2024-09-21T11:10:17.137040+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:19.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:19 smithi016 bash[22756]: cluster 2024-09-21T11:10:18.416587+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:19.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:19 smithi016 bash[22756]: cluster 2024-09-21T11:10:18.416587+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:19.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:19 smithi016 bash[22756]: cluster 2024-09-21T11:10:18.652424+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T11:10:19.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:19 smithi016 bash[22756]: cluster 2024-09-21T11:10:18.652424+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T11:10:20.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:19 smithi047 bash[23321]: cluster 2024-09-21T11:10:18.416587+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:20.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:19 smithi047 bash[23321]: cluster 2024-09-21T11:10:18.416587+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:20.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:19 smithi047 bash[23321]: cluster 2024-09-21T11:10:18.652424+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T11:10:20.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:19 smithi047 bash[23321]: cluster 2024-09-21T11:10:18.652424+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T11:10:20.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:19 smithi094 bash[23326]: cluster 2024-09-21T11:10:18.416587+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:20.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:19 smithi094 bash[23326]: cluster 2024-09-21T11:10:18.416587+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:20.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:19 smithi094 bash[23326]: cluster 2024-09-21T11:10:18.652424+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T11:10:20.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:19 smithi094 bash[23326]: cluster 2024-09-21T11:10:18.652424+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T11:10:20.603 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T11:10:22.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: cluster 2024-09-21T11:10:20.417250+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-21T11:10:22.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: cluster 2024-09-21T11:10:20.417250+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-21T11:10:22.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.892864+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.892864+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.899692+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.899692+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.903072+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.903072+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.908515+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.908515+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.909073+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.909073+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.910908+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.910908+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:22.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.920679+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:21 smithi047 bash[23321]: audit 2024-09-21T11:10:20.920679+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: cluster 2024-09-21T11:10:20.417250+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-21T11:10:22.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: cluster 2024-09-21T11:10:20.417250+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-21T11:10:22.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.892864+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.892864+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.899692+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.899692+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.903072+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.903072+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.908515+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.908515+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.909073+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.909073+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.910908+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.910908+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.920679+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:21 smithi016 bash[22756]: audit 2024-09-21T11:10:20.920679+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: cluster 2024-09-21T11:10:20.417250+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-21T11:10:22.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: cluster 2024-09-21T11:10:20.417250+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-21T11:10:22.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.892864+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.892864+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.899692+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.899692+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.903072+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:22.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.903072+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:22.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.908515+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.908515+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.909073+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:22.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.909073+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:22.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.910908+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:22.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.910908+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:22.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.920679+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:22.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:21 smithi094 bash[23326]: audit 2024-09-21T11:10:20.920679+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:24.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:23 smithi047 bash[23321]: cluster 2024-09-21T11:10:22.417767+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-21T11:10:24.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:23 smithi047 bash[23321]: cluster 2024-09-21T11:10:22.417767+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-21T11:10:24.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:23 smithi016 bash[22756]: cluster 2024-09-21T11:10:22.417767+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-21T11:10:24.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:23 smithi016 bash[22756]: cluster 2024-09-21T11:10:22.417767+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-21T11:10:24.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:23 smithi094 bash[23326]: cluster 2024-09-21T11:10:22.417767+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-21T11:10:24.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:23 smithi094 bash[23326]: cluster 2024-09-21T11:10:22.417767+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-21T11:10:25.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.318402+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.318402+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.326123+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.326123+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.330764+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.330764+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.335799+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.335799+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.336462+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.336462+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.338130+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.338130+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.346796+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: audit 2024-09-21T11:10:24.346796+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: cluster 2024-09-21T11:10:24.418254+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:25.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:25 smithi094 bash[23326]: cluster 2024-09-21T11:10:24.418254+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.318402+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.318402+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.326123+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.326123+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.330764+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.330764+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.335799+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.335799+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.336462+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:25.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.336462+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:25.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.338130+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:25.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.338130+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:25.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.346796+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: audit 2024-09-21T11:10:24.346796+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: cluster 2024-09-21T11:10:24.418254+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:25.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:25 smithi047 bash[23321]: cluster 2024-09-21T11:10:24.418254+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.318402+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.318402+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.326123+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.326123+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.330764+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.330764+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.335799+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.335799+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.336462+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.336462+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.338130+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.338130+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.346796+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: audit 2024-09-21T11:10:24.346796+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: cluster 2024-09-21T11:10:24.418254+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:25.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:25 smithi016 bash[22756]: cluster 2024-09-21T11:10:24.418254+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:25.941 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-21T11:10:25.991 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi047:vg_nvme/lv_4 2024-09-21T11:10:27.745 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:27 smithi047 bash[23321]: cluster 2024-09-21T11:10:26.418723+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:27.745 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:27 smithi047 bash[23321]: cluster 2024-09-21T11:10:26.418723+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:27.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:27 smithi016 bash[22756]: cluster 2024-09-21T11:10:26.418723+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:27.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:27 smithi016 bash[22756]: cluster 2024-09-21T11:10:26.418723+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:27.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:27 smithi094 bash[23326]: cluster 2024-09-21T11:10:26.418723+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:27.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:27 smithi094 bash[23326]: cluster 2024-09-21T11:10:26.418723+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:30.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:29 smithi094 bash[23326]: cluster 2024-09-21T11:10:28.419199+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:30.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:29 smithi094 bash[23326]: cluster 2024-09-21T11:10:28.419199+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:30.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:29 smithi094 bash[23326]: audit 2024-09-21T11:10:28.818197+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:29 smithi094 bash[23326]: audit 2024-09-21T11:10:28.818197+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:29 smithi094 bash[23326]: audit 2024-09-21T11:10:28.825845+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:29 smithi094 bash[23326]: audit 2024-09-21T11:10:28.825845+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:29 smithi094 bash[23326]: audit 2024-09-21T11:10:28.835005+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:29 smithi094 bash[23326]: audit 2024-09-21T11:10:28.835005+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:29 smithi047 bash[23321]: cluster 2024-09-21T11:10:28.419199+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:30.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:29 smithi047 bash[23321]: cluster 2024-09-21T11:10:28.419199+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:30.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:29 smithi047 bash[23321]: audit 2024-09-21T11:10:28.818197+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:29 smithi047 bash[23321]: audit 2024-09-21T11:10:28.818197+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:29 smithi047 bash[23321]: audit 2024-09-21T11:10:28.825845+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:29 smithi047 bash[23321]: audit 2024-09-21T11:10:28.825845+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:29 smithi047 bash[23321]: audit 2024-09-21T11:10:28.835005+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:29 smithi047 bash[23321]: audit 2024-09-21T11:10:28.835005+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:29 smithi016 bash[22756]: cluster 2024-09-21T11:10:28.419199+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:30.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:29 smithi016 bash[22756]: cluster 2024-09-21T11:10:28.419199+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:30.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:29 smithi016 bash[22756]: audit 2024-09-21T11:10:28.818197+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:29 smithi016 bash[22756]: audit 2024-09-21T11:10:28.818197+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:29 smithi016 bash[22756]: audit 2024-09-21T11:10:28.825845+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:29 smithi016 bash[22756]: audit 2024-09-21T11:10:28.825845+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:29 smithi016 bash[22756]: audit 2024-09-21T11:10:28.835005+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:29 smithi016 bash[22756]: audit 2024-09-21T11:10:28.835005+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:30.767 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T11:10:32.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:31 smithi094 bash[23326]: cluster 2024-09-21T11:10:30.419645+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:32.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:31 smithi094 bash[23326]: cluster 2024-09-21T11:10:30.419645+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:32.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:31 smithi047 bash[23321]: cluster 2024-09-21T11:10:30.419645+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:32.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:31 smithi047 bash[23321]: cluster 2024-09-21T11:10:30.419645+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:32.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:31 smithi016 bash[22756]: cluster 2024-09-21T11:10:30.419645+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:32.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:31 smithi016 bash[22756]: cluster 2024-09-21T11:10:30.419645+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:33.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:32 smithi094 bash[23326]: audit 2024-09-21T11:10:32.177025+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:10:33.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:32 smithi094 bash[23326]: audit 2024-09-21T11:10:32.177025+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:10:33.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:32 smithi094 bash[23326]: audit 2024-09-21T11:10:32.184551+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:10:33.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:32 smithi094 bash[23326]: audit 2024-09-21T11:10:32.184551+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:10:33.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:32 smithi094 bash[23326]: audit 2024-09-21T11:10:32.186304+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:33.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:32 smithi094 bash[23326]: audit 2024-09-21T11:10:32.186304+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:32 smithi047 bash[23321]: audit 2024-09-21T11:10:32.177025+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:10:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:32 smithi047 bash[23321]: audit 2024-09-21T11:10:32.177025+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:10:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:32 smithi047 bash[23321]: audit 2024-09-21T11:10:32.184551+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:10:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:32 smithi047 bash[23321]: audit 2024-09-21T11:10:32.184551+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:10:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:32 smithi047 bash[23321]: audit 2024-09-21T11:10:32.186304+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:32 smithi047 bash[23321]: audit 2024-09-21T11:10:32.186304+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:32 smithi016 bash[22756]: audit 2024-09-21T11:10:32.177025+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:10:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:32 smithi016 bash[22756]: audit 2024-09-21T11:10:32.177025+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:10:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:32 smithi016 bash[22756]: audit 2024-09-21T11:10:32.184551+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:10:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:32 smithi016 bash[22756]: audit 2024-09-21T11:10:32.184551+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:10:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:32 smithi016 bash[22756]: audit 2024-09-21T11:10:32.186304+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:32 smithi016 bash[22756]: audit 2024-09-21T11:10:32.186304+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:34.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:33 smithi094 bash[23326]: audit 2024-09-21T11:10:32.170309+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:10:34.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:33 smithi094 bash[23326]: audit 2024-09-21T11:10:32.170309+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:10:34.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:33 smithi094 bash[23326]: cluster 2024-09-21T11:10:32.420130+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:34.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:33 smithi094 bash[23326]: cluster 2024-09-21T11:10:32.420130+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:34.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:33 smithi047 bash[23321]: audit 2024-09-21T11:10:32.170309+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:10:34.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:33 smithi047 bash[23321]: audit 2024-09-21T11:10:32.170309+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:10:34.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:33 smithi047 bash[23321]: cluster 2024-09-21T11:10:32.420130+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:34.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:33 smithi047 bash[23321]: cluster 2024-09-21T11:10:32.420130+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:34.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:33 smithi016 bash[22756]: audit 2024-09-21T11:10:32.170309+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:10:34.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:33 smithi016 bash[22756]: audit 2024-09-21T11:10:32.170309+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:10:34.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:33 smithi016 bash[22756]: cluster 2024-09-21T11:10:32.420130+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:34.276 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:33 smithi016 bash[22756]: cluster 2024-09-21T11:10:32.420130+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:36.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:35 smithi094 bash[23326]: cluster 2024-09-21T11:10:34.420605+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:36.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:35 smithi094 bash[23326]: cluster 2024-09-21T11:10:34.420605+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:36.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:35 smithi047 bash[23321]: cluster 2024-09-21T11:10:34.420605+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:36.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:35 smithi047 bash[23321]: cluster 2024-09-21T11:10:34.420605+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:36.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:35 smithi016 bash[22756]: cluster 2024-09-21T11:10:34.420605+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:36.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:35 smithi016 bash[22756]: cluster 2024-09-21T11:10:34.420605+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:38.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:37 smithi094 bash[23326]: cluster 2024-09-21T11:10:36.421064+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:37 smithi094 bash[23326]: cluster 2024-09-21T11:10:36.421064+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:37 smithi094 bash[23326]: audit 2024-09-21T11:10:37.313153+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:37 smithi094 bash[23326]: audit 2024-09-21T11:10:37.313153+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:37 smithi094 bash[23326]: audit 2024-09-21T11:10:37.320932+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:37 smithi094 bash[23326]: audit 2024-09-21T11:10:37.320932+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:37 smithi094 bash[23326]: audit 2024-09-21T11:10:37.329884+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:37 smithi094 bash[23326]: audit 2024-09-21T11:10:37.329884+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:37 smithi047 bash[23321]: cluster 2024-09-21T11:10:36.421064+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:37 smithi047 bash[23321]: cluster 2024-09-21T11:10:36.421064+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:37 smithi047 bash[23321]: audit 2024-09-21T11:10:37.313153+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:37 smithi047 bash[23321]: audit 2024-09-21T11:10:37.313153+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:37 smithi047 bash[23321]: audit 2024-09-21T11:10:37.320932+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:37 smithi047 bash[23321]: audit 2024-09-21T11:10:37.320932+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:37 smithi047 bash[23321]: audit 2024-09-21T11:10:37.329884+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:37 smithi047 bash[23321]: audit 2024-09-21T11:10:37.329884+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:37 smithi016 bash[22756]: cluster 2024-09-21T11:10:36.421064+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:37 smithi016 bash[22756]: cluster 2024-09-21T11:10:36.421064+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:37 smithi016 bash[22756]: audit 2024-09-21T11:10:37.313153+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:37 smithi016 bash[22756]: audit 2024-09-21T11:10:37.313153+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:37 smithi016 bash[22756]: audit 2024-09-21T11:10:37.320932+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:37 smithi016 bash[22756]: audit 2024-09-21T11:10:37.320932+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:37 smithi016 bash[22756]: audit 2024-09-21T11:10:37.329884+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:38.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:37 smithi016 bash[22756]: audit 2024-09-21T11:10:37.329884+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:40.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:39 smithi094 bash[23326]: cluster 2024-09-21T11:10:38.421515+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:40.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:39 smithi094 bash[23326]: cluster 2024-09-21T11:10:38.421515+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:40.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:39 smithi047 bash[23321]: cluster 2024-09-21T11:10:38.421515+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:40.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:39 smithi047 bash[23321]: cluster 2024-09-21T11:10:38.421515+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:40.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:39 smithi016 bash[22756]: cluster 2024-09-21T11:10:38.421515+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:40.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:39 smithi016 bash[22756]: cluster 2024-09-21T11:10:38.421515+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: audit 2024-09-21T11:10:40.747331+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/3409571092' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: audit 2024-09-21T11:10:40.747331+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/3409571092' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: audit 2024-09-21T11:10:40.748127+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: audit 2024-09-21T11:10:40.748127+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: audit 2024-09-21T11:10:40.751223+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"}]': finished 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: audit 2024-09-21T11:10:40.751223+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"}]': finished 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: cluster 2024-09-21T11:10:40.756312+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: cluster 2024-09-21T11:10:40.756312+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: audit 2024-09-21T11:10:40.756683+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:10:41.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:40 smithi094 bash[23326]: audit 2024-09-21T11:10:40.756683+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:10:41.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: audit 2024-09-21T11:10:40.747331+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/3409571092' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: audit 2024-09-21T11:10:40.747331+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/3409571092' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: audit 2024-09-21T11:10:40.748127+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: audit 2024-09-21T11:10:40.748127+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: audit 2024-09-21T11:10:40.751223+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"}]': finished 2024-09-21T11:10:41.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: audit 2024-09-21T11:10:40.751223+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"}]': finished 2024-09-21T11:10:41.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: cluster 2024-09-21T11:10:40.756312+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T11:10:41.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: cluster 2024-09-21T11:10:40.756312+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T11:10:41.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: audit 2024-09-21T11:10:40.756683+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:10:41.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:40 smithi047 bash[23321]: audit 2024-09-21T11:10:40.756683+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: audit 2024-09-21T11:10:40.747331+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/3409571092' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: audit 2024-09-21T11:10:40.747331+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.47:0/3409571092' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: audit 2024-09-21T11:10:40.748127+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: audit 2024-09-21T11:10:40.748127+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"} : dispatch 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: audit 2024-09-21T11:10:40.751223+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"}]': finished 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: audit 2024-09-21T11:10:40.751223+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "96de36ad-5831-49d7-9856-d48dd696f28b"}]': finished 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: cluster 2024-09-21T11:10:40.756312+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: cluster 2024-09-21T11:10:40.756312+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: audit 2024-09-21T11:10:40.756683+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:10:41.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:40 smithi016 bash[22756]: audit 2024-09-21T11:10:40.756683+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:10:42.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:41 smithi094 bash[23326]: cluster 2024-09-21T11:10:40.421969+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:42.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:41 smithi094 bash[23326]: cluster 2024-09-21T11:10:40.421969+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:42.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:41 smithi094 bash[23326]: audit 2024-09-21T11:10:41.421295+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4037674796' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:10:42.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:41 smithi094 bash[23326]: audit 2024-09-21T11:10:41.421295+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4037674796' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:10:42.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:41 smithi047 bash[23321]: cluster 2024-09-21T11:10:40.421969+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:42.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:41 smithi047 bash[23321]: cluster 2024-09-21T11:10:40.421969+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:42.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:41 smithi047 bash[23321]: audit 2024-09-21T11:10:41.421295+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4037674796' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:10:42.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:41 smithi047 bash[23321]: audit 2024-09-21T11:10:41.421295+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4037674796' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:10:42.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:41 smithi016 bash[22756]: cluster 2024-09-21T11:10:40.421969+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:42.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:41 smithi016 bash[22756]: cluster 2024-09-21T11:10:40.421969+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:42.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:41 smithi016 bash[22756]: audit 2024-09-21T11:10:41.421295+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4037674796' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:10:42.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:41 smithi016 bash[22756]: audit 2024-09-21T11:10:41.421295+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.47:0/4037674796' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:10:44.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:43 smithi016 bash[22756]: cluster 2024-09-21T11:10:42.422465+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-21T11:10:44.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:43 smithi016 bash[22756]: cluster 2024-09-21T11:10:42.422465+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-21T11:10:44.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:43 smithi094 bash[23326]: cluster 2024-09-21T11:10:42.422465+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-21T11:10:44.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:43 smithi094 bash[23326]: cluster 2024-09-21T11:10:42.422465+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-21T11:10:44.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:43 smithi047 bash[23321]: cluster 2024-09-21T11:10:42.422465+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-21T11:10:44.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:43 smithi047 bash[23321]: cluster 2024-09-21T11:10:42.422465+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-21T11:10:45.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:44 smithi047 bash[23321]: audit 2024-09-21T11:10:43.977386+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:44 smithi047 bash[23321]: audit 2024-09-21T11:10:43.977386+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:44 smithi047 bash[23321]: audit 2024-09-21T11:10:43.985237+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:44 smithi047 bash[23321]: audit 2024-09-21T11:10:43.985237+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:44 smithi047 bash[23321]: audit 2024-09-21T11:10:43.993836+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:44 smithi047 bash[23321]: audit 2024-09-21T11:10:43.993836+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:44 smithi016 bash[22756]: audit 2024-09-21T11:10:43.977386+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:44 smithi016 bash[22756]: audit 2024-09-21T11:10:43.977386+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:44 smithi016 bash[22756]: audit 2024-09-21T11:10:43.985237+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:44 smithi016 bash[22756]: audit 2024-09-21T11:10:43.985237+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:44 smithi016 bash[22756]: audit 2024-09-21T11:10:43.993836+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:44 smithi016 bash[22756]: audit 2024-09-21T11:10:43.993836+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:44 smithi094 bash[23326]: audit 2024-09-21T11:10:43.977386+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:44 smithi094 bash[23326]: audit 2024-09-21T11:10:43.977386+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:44 smithi094 bash[23326]: audit 2024-09-21T11:10:43.985237+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:44 smithi094 bash[23326]: audit 2024-09-21T11:10:43.985237+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:44 smithi094 bash[23326]: audit 2024-09-21T11:10:43.993836+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:45.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:44 smithi094 bash[23326]: audit 2024-09-21T11:10:43.993836+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:46.177 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:45 smithi047 bash[23321]: cluster 2024-09-21T11:10:44.422908+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-21T11:10:46.177 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:45 smithi047 bash[23321]: cluster 2024-09-21T11:10:44.422908+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-21T11:10:46.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:45 smithi016 bash[22756]: cluster 2024-09-21T11:10:44.422908+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-21T11:10:46.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:45 smithi016 bash[22756]: cluster 2024-09-21T11:10:44.422908+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-21T11:10:46.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:45 smithi094 bash[23326]: cluster 2024-09-21T11:10:44.422908+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-21T11:10:46.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:45 smithi094 bash[23326]: cluster 2024-09-21T11:10:44.422908+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-21T11:10:48.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:47 smithi047 bash[23321]: cluster 2024-09-21T11:10:46.423344+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:48.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:47 smithi047 bash[23321]: cluster 2024-09-21T11:10:46.423344+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:48.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:47 smithi016 bash[22756]: cluster 2024-09-21T11:10:46.423344+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:48.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:47 smithi016 bash[22756]: cluster 2024-09-21T11:10:46.423344+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:47 smithi094 bash[23326]: cluster 2024-09-21T11:10:46.423344+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:48.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:47 smithi094 bash[23326]: cluster 2024-09-21T11:10:46.423344+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:50.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:49 smithi047 bash[23321]: cluster 2024-09-21T11:10:48.423788+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:50.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:49 smithi047 bash[23321]: cluster 2024-09-21T11:10:48.423788+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:50.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:49 smithi047 bash[23321]: audit 2024-09-21T11:10:48.988000+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:49 smithi047 bash[23321]: audit 2024-09-21T11:10:48.988000+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:49 smithi047 bash[23321]: audit 2024-09-21T11:10:48.996034+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:49 smithi047 bash[23321]: audit 2024-09-21T11:10:48.996034+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:49 smithi047 bash[23321]: audit 2024-09-21T11:10:49.008900+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:49 smithi047 bash[23321]: audit 2024-09-21T11:10:49.008900+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:49 smithi016 bash[22756]: cluster 2024-09-21T11:10:48.423788+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:50.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:49 smithi016 bash[22756]: cluster 2024-09-21T11:10:48.423788+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:50.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:49 smithi016 bash[22756]: audit 2024-09-21T11:10:48.988000+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:49 smithi016 bash[22756]: audit 2024-09-21T11:10:48.988000+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:49 smithi016 bash[22756]: audit 2024-09-21T11:10:48.996034+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:49 smithi016 bash[22756]: audit 2024-09-21T11:10:48.996034+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:49 smithi016 bash[22756]: audit 2024-09-21T11:10:49.008900+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:49 smithi016 bash[22756]: audit 2024-09-21T11:10:49.008900+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:49 smithi094 bash[23326]: cluster 2024-09-21T11:10:48.423788+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:50.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:49 smithi094 bash[23326]: cluster 2024-09-21T11:10:48.423788+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:50.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:49 smithi094 bash[23326]: audit 2024-09-21T11:10:48.988000+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:49 smithi094 bash[23326]: audit 2024-09-21T11:10:48.988000+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:49 smithi094 bash[23326]: audit 2024-09-21T11:10:48.996034+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:49 smithi094 bash[23326]: audit 2024-09-21T11:10:48.996034+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:49 smithi094 bash[23326]: audit 2024-09-21T11:10:49.008900+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:50.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:49 smithi094 bash[23326]: audit 2024-09-21T11:10:49.008900+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:51 smithi047 bash[23321]: cluster 2024-09-21T11:10:50.424212+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:51 smithi047 bash[23321]: cluster 2024-09-21T11:10:50.424212+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:51 smithi016 bash[22756]: cluster 2024-09-21T11:10:50.424212+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:51 smithi016 bash[22756]: cluster 2024-09-21T11:10:50.424212+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:52.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:51 smithi094 bash[23326]: cluster 2024-09-21T11:10:50.424212+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:52.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:51 smithi094 bash[23326]: cluster 2024-09-21T11:10:50.424212+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:54.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:53 smithi094 bash[23326]: cluster 2024-09-21T11:10:52.424662+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:54.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:53 smithi094 bash[23326]: cluster 2024-09-21T11:10:52.424662+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:53 smithi047 bash[23321]: cluster 2024-09-21T11:10:52.424662+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:53 smithi047 bash[23321]: cluster 2024-09-21T11:10:52.424662+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:54.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:53 smithi016 bash[22756]: cluster 2024-09-21T11:10:52.424662+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:54.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:53 smithi016 bash[22756]: cluster 2024-09-21T11:10:52.424662+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:55.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:55 smithi047 bash[23321]: audit 2024-09-21T11:10:54.623173+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T11:10:55.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:55 smithi047 bash[23321]: audit 2024-09-21T11:10:54.623173+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T11:10:55.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:55 smithi047 bash[23321]: audit 2024-09-21T11:10:54.625342+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:55.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:55 smithi047 bash[23321]: audit 2024-09-21T11:10:54.625342+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:55.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:55 smithi016 bash[22756]: audit 2024-09-21T11:10:54.623173+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T11:10:55.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:55 smithi016 bash[22756]: audit 2024-09-21T11:10:54.623173+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T11:10:55.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:55 smithi016 bash[22756]: audit 2024-09-21T11:10:54.625342+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:55.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:55 smithi016 bash[22756]: audit 2024-09-21T11:10:54.625342+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:55.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:55 smithi094 bash[23326]: audit 2024-09-21T11:10:54.623173+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T11:10:55.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:55 smithi094 bash[23326]: audit 2024-09-21T11:10:54.623173+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T11:10:55.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:55 smithi094 bash[23326]: audit 2024-09-21T11:10:54.625342+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:55.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:55 smithi094 bash[23326]: audit 2024-09-21T11:10:54.625342+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:10:56.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:56 smithi047 bash[23321]: cluster 2024-09-21T11:10:54.425143+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:56.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:56 smithi047 bash[23321]: cluster 2024-09-21T11:10:54.425143+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:56.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:56 smithi047 bash[23321]: cephadm 2024-09-21T11:10:54.627186+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-21T11:10:56.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:56 smithi047 bash[23321]: cephadm 2024-09-21T11:10:54.627186+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-21T11:10:56.271 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:56 smithi094 bash[23326]: cluster 2024-09-21T11:10:54.425143+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:56.271 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:56 smithi094 bash[23326]: cluster 2024-09-21T11:10:54.425143+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:56.271 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:56 smithi094 bash[23326]: cephadm 2024-09-21T11:10:54.627186+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-21T11:10:56.271 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:56 smithi094 bash[23326]: cephadm 2024-09-21T11:10:54.627186+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-21T11:10:56.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:56 smithi016 bash[22756]: cluster 2024-09-21T11:10:54.425143+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:56.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:56 smithi016 bash[22756]: cluster 2024-09-21T11:10:54.425143+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:10:56.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:56 smithi016 bash[22756]: cephadm 2024-09-21T11:10:54.627186+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-21T11:10:56.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:56 smithi016 bash[22756]: cephadm 2024-09-21T11:10:54.627186+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-21T11:10:58.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:58 smithi094 bash[23326]: cluster 2024-09-21T11:10:56.425580+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-21T11:10:58.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:58 smithi094 bash[23326]: cluster 2024-09-21T11:10:56.425580+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-21T11:10:58.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:58 smithi094 bash[23326]: audit 2024-09-21T11:10:57.539254+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:58 smithi094 bash[23326]: audit 2024-09-21T11:10:57.539254+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:58 smithi094 bash[23326]: audit 2024-09-21T11:10:57.547046+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:58 smithi094 bash[23326]: audit 2024-09-21T11:10:57.547046+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:58 smithi094 bash[23326]: audit 2024-09-21T11:10:57.556283+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:10:58 smithi094 bash[23326]: audit 2024-09-21T11:10:57.556283+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:58 smithi047 bash[23321]: cluster 2024-09-21T11:10:56.425580+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-21T11:10:58.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:58 smithi047 bash[23321]: cluster 2024-09-21T11:10:56.425580+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-21T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:58 smithi047 bash[23321]: audit 2024-09-21T11:10:57.539254+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:58 smithi047 bash[23321]: audit 2024-09-21T11:10:57.539254+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:58 smithi047 bash[23321]: audit 2024-09-21T11:10:57.547046+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:58 smithi047 bash[23321]: audit 2024-09-21T11:10:57.547046+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:58 smithi047 bash[23321]: audit 2024-09-21T11:10:57.556283+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:58 smithi047 bash[23321]: audit 2024-09-21T11:10:57.556283+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:58 smithi016 bash[22756]: cluster 2024-09-21T11:10:56.425580+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-21T11:10:58.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:58 smithi016 bash[22756]: cluster 2024-09-21T11:10:56.425580+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-21T11:10:58.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:58 smithi016 bash[22756]: audit 2024-09-21T11:10:57.539254+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:58 smithi016 bash[22756]: audit 2024-09-21T11:10:57.539254+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:58 smithi016 bash[22756]: audit 2024-09-21T11:10:57.547046+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:58 smithi016 bash[22756]: audit 2024-09-21T11:10:57.547046+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:58 smithi016 bash[22756]: audit 2024-09-21T11:10:57.556283+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:58.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:10:58 smithi016 bash[22756]: audit 2024-09-21T11:10:57.556283+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:10:59.391 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:59 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:10:59.391 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:10:59 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:10:59.726 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:10:59 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:10:59.726 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:10:59 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: cluster 2024-09-21T11:10:58.425983+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-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: cluster 2024-09-21T11:10:58.425983+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-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.660537+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.660537+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.668608+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.668608+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.669250+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.669250+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.671685+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.671685+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:00.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.677315+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.677315+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.683672+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:00 smithi047 bash[23321]: audit 2024-09-21T11:10:59.683672+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: cluster 2024-09-21T11:10:58.425983+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-21T11:11:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: cluster 2024-09-21T11:10:58.425983+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-21T11:11:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.660537+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.660537+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.668608+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.668608+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.669250+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.669250+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.671685+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:00.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.671685+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:00.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.677315+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.677315+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.683672+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:00 smithi016 bash[22756]: audit 2024-09-21T11:10:59.683672+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: cluster 2024-09-21T11:10:58.425983+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-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: cluster 2024-09-21T11:10:58.425983+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-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.660537+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.660537+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.668608+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.668608+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.669250+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.669250+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.671685+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.671685+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.677315+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.677315+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.683672+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:00.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:00 smithi094 bash[23326]: audit 2024-09-21T11:10:59.683672+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:02.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:02 smithi016 bash[22756]: cluster 2024-09-21T11:11:00.426444+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-21T11:11:02.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:02 smithi016 bash[22756]: cluster 2024-09-21T11:11:00.426444+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-21T11:11:02.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:02 smithi094 bash[23326]: cluster 2024-09-21T11:11:00.426444+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-21T11:11:02.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:02 smithi094 bash[23326]: cluster 2024-09-21T11:11:00.426444+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-21T11:11:02.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:02 smithi047 bash[23321]: cluster 2024-09-21T11:11:00.426444+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-21T11:11:02.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:02 smithi047 bash[23321]: cluster 2024-09-21T11:11:00.426444+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-21T11:11:04.167 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:04 smithi047 bash[23321]: cluster 2024-09-21T11:11:02.426913+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:04.167 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:04 smithi047 bash[23321]: cluster 2024-09-21T11:11:02.426913+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:04.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:04 smithi016 bash[22756]: cluster 2024-09-21T11:11:02.426913+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:04.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:04 smithi016 bash[22756]: cluster 2024-09-21T11:11:02.426913+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:04.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:04 smithi094 bash[23326]: cluster 2024-09-21T11:11:02.426913+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:04.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:04 smithi094 bash[23326]: cluster 2024-09-21T11:11:02.426913+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:05.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:05 smithi047 bash[23321]: audit 2024-09-21T11:11:04.205564+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:05 smithi047 bash[23321]: audit 2024-09-21T11:11:04.205564+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:05 smithi047 bash[23321]: audit 2024-09-21T11:11:04.213825+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:05 smithi047 bash[23321]: audit 2024-09-21T11:11:04.213825+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:05 smithi047 bash[23321]: audit 2024-09-21T11:11:04.223385+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:05 smithi047 bash[23321]: audit 2024-09-21T11:11:04.223385+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:05 smithi047 bash[23321]: cluster 2024-09-21T11:11:04.427389+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:05.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:05 smithi047 bash[23321]: cluster 2024-09-21T11:11:04.427389+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:05.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:05 smithi016 bash[22756]: audit 2024-09-21T11:11:04.205564+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:05 smithi016 bash[22756]: audit 2024-09-21T11:11:04.205564+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:05 smithi016 bash[22756]: audit 2024-09-21T11:11:04.213825+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:05 smithi016 bash[22756]: audit 2024-09-21T11:11:04.213825+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:05 smithi016 bash[22756]: audit 2024-09-21T11:11:04.223385+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:05 smithi016 bash[22756]: audit 2024-09-21T11:11:04.223385+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:05 smithi016 bash[22756]: cluster 2024-09-21T11:11:04.427389+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:05.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:05 smithi016 bash[22756]: cluster 2024-09-21T11:11:04.427389+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:05.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:05 smithi094 bash[23326]: audit 2024-09-21T11:11:04.205564+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:05 smithi094 bash[23326]: audit 2024-09-21T11:11:04.205564+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:05 smithi094 bash[23326]: audit 2024-09-21T11:11:04.213825+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:05 smithi094 bash[23326]: audit 2024-09-21T11:11:04.213825+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:05 smithi094 bash[23326]: audit 2024-09-21T11:11:04.223385+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:05 smithi094 bash[23326]: audit 2024-09-21T11:11:04.223385+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:05.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:05 smithi094 bash[23326]: cluster 2024-09-21T11:11:04.427389+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:05.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:05 smithi094 bash[23326]: cluster 2024-09-21T11:11:04.427389+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:07.735 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:07 smithi047 bash[23321]: cluster 2024-09-21T11:11:06.427847+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:07.735 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:07 smithi047 bash[23321]: cluster 2024-09-21T11:11:06.427847+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:07 smithi016 bash[22756]: cluster 2024-09-21T11:11:06.427847+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:07.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:07 smithi016 bash[22756]: cluster 2024-09-21T11:11:06.427847+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:07.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:07 smithi094 bash[23326]: cluster 2024-09-21T11:11:06.427847+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:07.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:07 smithi094 bash[23326]: cluster 2024-09-21T11:11:06.427847+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:09.746 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: cluster 2024-09-21T11:11:08.428303+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:09.746 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: cluster 2024-09-21T11:11:08.428303+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:09.746 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.178231+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.178231+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.186342+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.186342+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.191133+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.191133+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.196192+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.196192+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.200811+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.200811+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.202155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.202155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:09.747 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.211238+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.748 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:09 smithi047 bash[23321]: audit 2024-09-21T11:11:09.211238+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: cluster 2024-09-21T11:11:08.428303+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:09.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: cluster 2024-09-21T11:11:08.428303+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:09.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.178231+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.178231+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.186342+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.186342+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.191133+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:09.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.191133+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:09.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.196192+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.196192+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.200811+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:09.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.200811+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:09.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.202155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:09.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.202155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:09.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.211238+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:09 smithi016 bash[22756]: audit 2024-09-21T11:11:09.211238+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: cluster 2024-09-21T11:11:08.428303+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: cluster 2024-09-21T11:11:08.428303+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.178231+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.178231+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.186342+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.186342+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.191133+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.191133+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.196192+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.196192+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.200811+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:09.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.200811+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:09.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.202155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:09.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.202155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:09.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.211238+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:09.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:09 smithi094 bash[23326]: audit 2024-09-21T11:11:09.211238+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:10.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:10 smithi047 bash[23321]: cephadm 2024-09-21T11:11:09.189080+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-21T11:11:10.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:10 smithi047 bash[23321]: cephadm 2024-09-21T11:11:09.189080+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-21T11:11:10.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:10 smithi016 bash[22756]: cephadm 2024-09-21T11:11:09.189080+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-21T11:11:10.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:10 smithi016 bash[22756]: cephadm 2024-09-21T11:11:09.189080+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-21T11:11:10.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:10 smithi094 bash[23326]: cephadm 2024-09-21T11:11:09.189080+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-21T11:11:10.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:10 smithi094 bash[23326]: cephadm 2024-09-21T11:11:09.189080+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-21T11:11:11.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:11 smithi047 bash[23321]: cluster 2024-09-21T11:11:10.428732+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:11.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:11 smithi047 bash[23321]: cluster 2024-09-21T11:11:10.428732+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:11.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:11 smithi016 bash[22756]: cluster 2024-09-21T11:11:10.428732+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:11.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:11 smithi016 bash[22756]: cluster 2024-09-21T11:11:10.428732+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:11.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:11 smithi094 bash[23326]: cluster 2024-09-21T11:11:10.428732+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:11.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:11 smithi094 bash[23326]: cluster 2024-09-21T11:11:10.428732+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:13.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:13 smithi047 bash[23321]: cluster 2024-09-21T11:11:12.429175+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:13.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:13 smithi047 bash[23321]: cluster 2024-09-21T11:11:12.429175+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:13.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:13 smithi047 bash[23321]: audit 2024-09-21T11:11:13.483782+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:13 smithi047 bash[23321]: audit 2024-09-21T11:11:13.483782+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:13 smithi047 bash[23321]: audit 2024-09-21T11:11:13.484492+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:13 smithi047 bash[23321]: audit 2024-09-21T11:11:13.484492+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:13 smithi016 bash[22756]: cluster 2024-09-21T11:11:12.429175+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:13.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:13 smithi016 bash[22756]: cluster 2024-09-21T11:11:12.429175+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:13.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:13 smithi016 bash[22756]: audit 2024-09-21T11:11:13.483782+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:13 smithi016 bash[22756]: audit 2024-09-21T11:11:13.483782+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:13 smithi016 bash[22756]: audit 2024-09-21T11:11:13.484492+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:13 smithi016 bash[22756]: audit 2024-09-21T11:11:13.484492+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:13 smithi094 bash[23326]: cluster 2024-09-21T11:11:12.429175+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:13.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:13 smithi094 bash[23326]: cluster 2024-09-21T11:11:12.429175+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:13.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:13 smithi094 bash[23326]: audit 2024-09-21T11:11:13.483782+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:13 smithi094 bash[23326]: audit 2024-09-21T11:11:13.483782+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:13 smithi094 bash[23326]: audit 2024-09-21T11:11:13.484492+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:13.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:13 smithi094 bash[23326]: audit 2024-09-21T11:11:13.484492+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T11:11:14.616 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:13.507558+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T11:11:14.616 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:13.507558+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:13.510661+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:13.510661+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: cluster 2024-09-21T11:11:13.512388+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: cluster 2024-09-21T11:11:13.512388+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:13.512941+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:13.512941+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:13.513615+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:13.513615+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.324229+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.324229+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.328864+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.328864+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.331040+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:14.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.331040+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:14.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.334106+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.334106+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.334422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:14.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.334422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:14.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.335684+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:14.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.335684+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:14.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.342108+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:14 smithi016 bash[22756]: audit 2024-09-21T11:11:14.342108+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:13.507558+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T11:11:14.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:13.507558+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T11:11:14.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:13.510661+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:13.510661+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: cluster 2024-09-21T11:11:13.512388+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: cluster 2024-09-21T11:11:13.512388+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:13.512941+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:13.512941+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:13.513615+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:13.513615+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.324229+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.324229+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.328864+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.328864+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.331040+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.331040+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.334106+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.334106+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.334422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.334422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.335684+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.335684+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.342108+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:14 smithi047 bash[23321]: audit 2024-09-21T11:11:14.342108+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.812 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:13.507558+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T11:11:14.812 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:13.507558+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T11:11:14.812 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:13.510661+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.812 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:13.510661+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.812 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: cluster 2024-09-21T11:11:13.512388+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T11:11:14.812 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: cluster 2024-09-21T11:11:13.512388+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T11:11:14.812 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:13.512941+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:14.812 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:13.512941+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:13.513615+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:13.513615+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.324229+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.324229+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.328864+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.328864+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.331040+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.331040+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.334106+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.334106+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.334422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.334422+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:14.813 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.335684+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:14.814 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.335684+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:14.814 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.342108+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:14.814 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:14 smithi094 bash[23326]: audit 2024-09-21T11:11:14.342108+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.121 INFO:teuthology.orchestra.run.smithi047.stdout:Created osd(s) 1 on host 'smithi047' 2024-09-21T11:11:15.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: cluster 2024-09-21T11:11:14.429541+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:15.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: cluster 2024-09-21T11:11:14.429541+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:15.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:14.509505+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-21T11:11:15.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:14.509505+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-21T11:11:15.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: cluster 2024-09-21T11:11:14.512543+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T11:11:15.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: cluster 2024-09-21T11:11:14.512543+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T11:11:15.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:14.513025+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:14.513025+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:14.522665+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:14.522665+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.106713+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.106713+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.112813+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.112813+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.113303+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.113303+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: cephadm 2024-09-21T11:11:15.114584+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: cephadm 2024-09-21T11:11:15.114584+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.119216+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.119216+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.124227+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.124227+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.127010+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:15.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.127010+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:15.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.128559+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:15.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.128559+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:15.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.135535+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.640 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:15 smithi094 bash[23326]: audit 2024-09-21T11:11:15.135535+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.753 DEBUG:teuthology.orchestra.run.smithi047:osd.1> sudo journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@osd.1.service 2024-09-21T11:11:15.756 INFO:tasks.cephadm:Deploying osd.2 on smithi094 with /dev/vg_nvme/lv_4... 2024-09-21T11:11:15.756 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T11:11:15.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: cluster 2024-09-21T11:11:14.429541+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:15.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: cluster 2024-09-21T11:11:14.429541+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:15.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:14.509505+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-21T11:11:15.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:14.509505+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-21T11:11:15.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: cluster 2024-09-21T11:11:14.512543+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: cluster 2024-09-21T11:11:14.512543+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:14.513025+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:14.513025+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:14.522665+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:14.522665+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.106713+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.106713+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.112813+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.112813+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.113303+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.113303+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: cephadm 2024-09-21T11:11:15.114584+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: cephadm 2024-09-21T11:11:15.114584+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-09-21T11:11:15.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.119216+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.119216+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.124227+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.124227+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.127010+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:15.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.127010+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:15.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.128559+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:15.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.128559+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:15.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.135535+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:15.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:15 smithi016 bash[22756]: audit 2024-09-21T11:11:15.135535+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:16.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: cluster 2024-09-21T11:11:14.429541+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:16.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: cluster 2024-09-21T11:11:14.429541+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:16.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:14.509505+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:14.509505+0000 mon.a (mon.0) 527 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: cluster 2024-09-21T11:11:14.512543+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: cluster 2024-09-21T11:11:14.512543+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:14.513025+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:14.513025+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:14.522665+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:14.522665+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.106713+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.106713+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.112813+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.112813+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:16.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.113303+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.113303+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: cephadm 2024-09-21T11:11:15.114584+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: cephadm 2024-09-21T11:11:15.114584+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 16245M 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.119216+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.119216+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.124227+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.124227+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.127010+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.127010+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.128559+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.128559+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.135535+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:16.015 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:15 smithi047 bash[23321]: audit 2024-09-21T11:11:15.135535+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: cluster 2024-09-21T11:11:14.515269+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: cluster 2024-09-21T11:11:14.515269+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: cluster 2024-09-21T11:11:14.515434+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: cluster 2024-09-21T11:11:14.515434+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: cluster 2024-09-21T11:11:15.523888+0000 mon.a (mon.0) 539 : cluster [INF] osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493] boot 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: cluster 2024-09-21T11:11:15.523888+0000 mon.a (mon.0) 539 : cluster [INF] osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493] boot 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: cluster 2024-09-21T11:11:15.523976+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: cluster 2024-09-21T11:11:15.523976+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: audit 2024-09-21T11:11:15.524605+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:16.865 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:16 smithi094 bash[23326]: audit 2024-09-21T11:11:15.524605+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: cluster 2024-09-21T11:11:14.515269+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: cluster 2024-09-21T11:11:14.515269+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: cluster 2024-09-21T11:11:14.515434+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: cluster 2024-09-21T11:11:14.515434+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: cluster 2024-09-21T11:11:15.523888+0000 mon.a (mon.0) 539 : cluster [INF] osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493] boot 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: cluster 2024-09-21T11:11:15.523888+0000 mon.a (mon.0) 539 : cluster [INF] osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493] boot 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: cluster 2024-09-21T11:11:15.523976+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: cluster 2024-09-21T11:11:15.523976+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: audit 2024-09-21T11:11:15.524605+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:16.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:16 smithi016 bash[22756]: audit 2024-09-21T11:11:15.524605+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: cluster 2024-09-21T11:11:14.515269+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: cluster 2024-09-21T11:11:14.515269+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: cluster 2024-09-21T11:11:14.515434+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: cluster 2024-09-21T11:11:14.515434+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: cluster 2024-09-21T11:11:15.523888+0000 mon.a (mon.0) 539 : cluster [INF] osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493] boot 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: cluster 2024-09-21T11:11:15.523888+0000 mon.a (mon.0) 539 : cluster [INF] osd.1 [v2:172.21.15.47:6800/3605765493,v1:172.21.15.47:6801/3605765493] boot 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: cluster 2024-09-21T11:11:15.523976+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: cluster 2024-09-21T11:11:15.523976+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: audit 2024-09-21T11:11:15.524605+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:16 smithi047 bash[23321]: audit 2024-09-21T11:11:15.524605+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:11:17.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:17 smithi094 bash[23326]: cluster 2024-09-21T11:11:16.429942+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:17.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:17 smithi094 bash[23326]: cluster 2024-09-21T11:11:16.429942+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:17.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:17 smithi094 bash[23326]: cluster 2024-09-21T11:11:16.536535+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T11:11:17.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:17 smithi094 bash[23326]: cluster 2024-09-21T11:11:16.536535+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T11:11:18.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:17 smithi047 bash[23321]: cluster 2024-09-21T11:11:16.429942+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:18.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:17 smithi047 bash[23321]: cluster 2024-09-21T11:11:16.429942+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:18.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:17 smithi047 bash[23321]: cluster 2024-09-21T11:11:16.536535+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T11:11:18.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:17 smithi047 bash[23321]: cluster 2024-09-21T11:11:16.536535+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T11:11:18.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:17 smithi016 bash[22756]: cluster 2024-09-21T11:11:16.429942+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:18.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:17 smithi016 bash[22756]: cluster 2024-09-21T11:11:16.429942+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T11:11:18.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:17 smithi016 bash[22756]: cluster 2024-09-21T11:11:16.536535+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T11:11:18.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:17 smithi016 bash[22756]: cluster 2024-09-21T11:11:16.536535+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T11:11:19.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:18 smithi047 bash[23321]: audit 2024-09-21T11:11:17.735679+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:18 smithi047 bash[23321]: audit 2024-09-21T11:11:17.735679+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:18 smithi047 bash[23321]: audit 2024-09-21T11:11:17.743308+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:18 smithi047 bash[23321]: audit 2024-09-21T11:11:17.743308+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:18 smithi047 bash[23321]: audit 2024-09-21T11:11:17.752547+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.014 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:18 smithi047 bash[23321]: audit 2024-09-21T11:11:17.752547+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:18 smithi016 bash[22756]: audit 2024-09-21T11:11:17.735679+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:18 smithi016 bash[22756]: audit 2024-09-21T11:11:17.735679+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:18 smithi016 bash[22756]: audit 2024-09-21T11:11:17.743308+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:18 smithi016 bash[22756]: audit 2024-09-21T11:11:17.743308+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:18 smithi016 bash[22756]: audit 2024-09-21T11:11:17.752547+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:18 smithi016 bash[22756]: audit 2024-09-21T11:11:17.752547+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.056 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:18 smithi094 bash[23326]: audit 2024-09-21T11:11:17.735679+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.056 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:18 smithi094 bash[23326]: audit 2024-09-21T11:11:17.735679+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.056 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:18 smithi094 bash[23326]: audit 2024-09-21T11:11:17.743308+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.056 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:18 smithi094 bash[23326]: audit 2024-09-21T11:11:17.743308+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.056 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:18 smithi094 bash[23326]: audit 2024-09-21T11:11:17.752547+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:19.056 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:18 smithi094 bash[23326]: audit 2024-09-21T11:11:17.752547+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:20.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:19 smithi047 bash[23321]: cluster 2024-09-21T11:11:18.430515+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:20.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:19 smithi047 bash[23321]: cluster 2024-09-21T11:11:18.430515+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:20.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:19 smithi016 bash[22756]: cluster 2024-09-21T11:11:18.430515+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:20.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:19 smithi016 bash[22756]: cluster 2024-09-21T11:11:18.430515+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:20.038 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T11:11:20.122 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:19 smithi094 bash[23326]: cluster 2024-09-21T11:11:18.430515+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:20.122 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:19 smithi094 bash[23326]: cluster 2024-09-21T11:11:18.430515+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:22.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:21 smithi047 bash[23321]: cluster 2024-09-21T11:11:20.430975+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:22.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:21 smithi047 bash[23321]: cluster 2024-09-21T11:11:20.430975+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:22.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:21 smithi016 bash[22756]: cluster 2024-09-21T11:11:20.430975+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:22.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:21 smithi016 bash[22756]: cluster 2024-09-21T11:11:20.430975+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:22.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:21 smithi094 bash[23326]: cluster 2024-09-21T11:11:20.430975+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:22.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:21 smithi094 bash[23326]: cluster 2024-09-21T11:11:20.430975+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:23.959 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-21T11:11:24.005 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi094:vg_nvme/lv_4 2024-09-21T11:11:24.015 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:23 smithi094 bash[23326]: cluster 2024-09-21T11:11:22.431459+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:24.015 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:23 smithi094 bash[23326]: cluster 2024-09-21T11:11:22.431459+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:24.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:23 smithi016 bash[22756]: cluster 2024-09-21T11:11:22.431459+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:24.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:23 smithi016 bash[22756]: cluster 2024-09-21T11:11:22.431459+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:24.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:23 smithi047 bash[23321]: cluster 2024-09-21T11:11:22.431459+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:24.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:23 smithi047 bash[23321]: cluster 2024-09-21T11:11:22.431459+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:25.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:25 smithi047 bash[23321]: audit 2024-09-21T11:11:24.431889+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:25 smithi047 bash[23321]: audit 2024-09-21T11:11:24.431889+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:25 smithi047 bash[23321]: cluster 2024-09-21T11:11:24.431929+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:25 smithi047 bash[23321]: cluster 2024-09-21T11:11:24.431929+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:25 smithi047 bash[23321]: audit 2024-09-21T11:11:24.440339+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:25 smithi047 bash[23321]: audit 2024-09-21T11:11:24.440339+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:25 smithi047 bash[23321]: audit 2024-09-21T11:11:24.450377+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:25 smithi047 bash[23321]: audit 2024-09-21T11:11:24.450377+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:25 smithi016 bash[22756]: audit 2024-09-21T11:11:24.431889+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:25 smithi016 bash[22756]: audit 2024-09-21T11:11:24.431889+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:25 smithi016 bash[22756]: cluster 2024-09-21T11:11:24.431929+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:25 smithi016 bash[22756]: cluster 2024-09-21T11:11:24.431929+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:25 smithi016 bash[22756]: audit 2024-09-21T11:11:24.440339+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:25 smithi016 bash[22756]: audit 2024-09-21T11:11:24.440339+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:25 smithi016 bash[22756]: audit 2024-09-21T11:11:24.450377+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:25 smithi016 bash[22756]: audit 2024-09-21T11:11:24.450377+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:25 smithi094 bash[23326]: audit 2024-09-21T11:11:24.431889+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:25 smithi094 bash[23326]: audit 2024-09-21T11:11:24.431889+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:25 smithi094 bash[23326]: cluster 2024-09-21T11:11:24.431929+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:25.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:25 smithi094 bash[23326]: cluster 2024-09-21T11:11:24.431929+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:25.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:25 smithi094 bash[23326]: audit 2024-09-21T11:11:24.440339+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:25 smithi094 bash[23326]: audit 2024-09-21T11:11:24.440339+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:25 smithi094 bash[23326]: audit 2024-09-21T11:11:24.450377+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:25.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:25 smithi094 bash[23326]: audit 2024-09-21T11:11:24.450377+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:27.723 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T11:11:27.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:27 smithi047 bash[23321]: cluster 2024-09-21T11:11:26.432372+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-21T11:11:27.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:27 smithi047 bash[23321]: cluster 2024-09-21T11:11:26.432372+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-21T11:11:27.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:27 smithi016 bash[22756]: cluster 2024-09-21T11:11:26.432372+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-21T11:11:27.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:27 smithi016 bash[22756]: cluster 2024-09-21T11:11:26.432372+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-21T11:11:27.810 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:27 smithi094 bash[23326]: cluster 2024-09-21T11:11:26.432372+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-21T11:11:27.810 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:27 smithi094 bash[23326]: cluster 2024-09-21T11:11:26.432372+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-21T11:11:29.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: cluster 2024-09-21T11:11:28.432846+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-21T11:11:29.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: cluster 2024-09-21T11:11:28.432846+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-21T11:11:29.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: audit 2024-09-21T11:11:29.080236+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:11:29.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: audit 2024-09-21T11:11:29.080236+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:11:29.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: audit 2024-09-21T11:11:29.087056+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:11:29.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: audit 2024-09-21T11:11:29.087056+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:11:29.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: audit 2024-09-21T11:11:29.093092+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:11:29.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: audit 2024-09-21T11:11:29.093092+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:11:29.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: audit 2024-09-21T11:11:29.094768+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:29.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:29 smithi047 bash[23321]: audit 2024-09-21T11:11:29.094768+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: cluster 2024-09-21T11:11:28.432846+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-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: cluster 2024-09-21T11:11:28.432846+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-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: audit 2024-09-21T11:11:29.080236+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: audit 2024-09-21T11:11:29.080236+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: audit 2024-09-21T11:11:29.087056+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: audit 2024-09-21T11:11:29.087056+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: audit 2024-09-21T11:11:29.093092+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: audit 2024-09-21T11:11:29.093092+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: audit 2024-09-21T11:11:29.094768+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:29.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:29 smithi016 bash[22756]: audit 2024-09-21T11:11:29.094768+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:29.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: cluster 2024-09-21T11:11:28.432846+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-21T11:11:29.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: cluster 2024-09-21T11:11:28.432846+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-21T11:11:29.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: audit 2024-09-21T11:11:29.080236+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:11:29.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: audit 2024-09-21T11:11:29.080236+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:11:29.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: audit 2024-09-21T11:11:29.087056+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:11:29.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: audit 2024-09-21T11:11:29.087056+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T11:11:29.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: audit 2024-09-21T11:11:29.093092+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:11:29.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: audit 2024-09-21T11:11:29.093092+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T11:11:29.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: audit 2024-09-21T11:11:29.094768+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:29.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:29 smithi094 bash[23326]: audit 2024-09-21T11:11:29.094768+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:31.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:31 smithi047 bash[23321]: cluster 2024-09-21T11:11:30.433309+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:31.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:31 smithi047 bash[23321]: cluster 2024-09-21T11:11:30.433309+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:31.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:31 smithi016 bash[22756]: cluster 2024-09-21T11:11:30.433309+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:31.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:31 smithi016 bash[22756]: cluster 2024-09-21T11:11:30.433309+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:31.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:31 smithi094 bash[23326]: cluster 2024-09-21T11:11:30.433309+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:31.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:31 smithi094 bash[23326]: cluster 2024-09-21T11:11:30.433309+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:33.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:32 smithi047 bash[23321]: audit 2024-09-21T11:11:31.966782+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:32 smithi047 bash[23321]: audit 2024-09-21T11:11:31.966782+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:32 smithi047 bash[23321]: audit 2024-09-21T11:11:31.975105+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:32 smithi047 bash[23321]: audit 2024-09-21T11:11:31.975105+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:32 smithi047 bash[23321]: audit 2024-09-21T11:11:31.984942+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:32 smithi047 bash[23321]: audit 2024-09-21T11:11:31.984942+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:32 smithi016 bash[22756]: audit 2024-09-21T11:11:31.966782+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:32 smithi016 bash[22756]: audit 2024-09-21T11:11:31.966782+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:32 smithi016 bash[22756]: audit 2024-09-21T11:11:31.975105+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:32 smithi016 bash[22756]: audit 2024-09-21T11:11:31.975105+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:32 smithi016 bash[22756]: audit 2024-09-21T11:11:31.984942+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:32 smithi016 bash[22756]: audit 2024-09-21T11:11:31.984942+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:32 smithi094 bash[23326]: audit 2024-09-21T11:11:31.966782+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:32 smithi094 bash[23326]: audit 2024-09-21T11:11:31.966782+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:32 smithi094 bash[23326]: audit 2024-09-21T11:11:31.975105+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:32 smithi094 bash[23326]: audit 2024-09-21T11:11:31.975105+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:32 smithi094 bash[23326]: audit 2024-09-21T11:11:31.984942+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:33.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:32 smithi094 bash[23326]: audit 2024-09-21T11:11:31.984942+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:34.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:33 smithi047 bash[23321]: cluster 2024-09-21T11:11:32.433878+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:34.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:33 smithi047 bash[23321]: cluster 2024-09-21T11:11:32.433878+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:34.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:33 smithi016 bash[22756]: cluster 2024-09-21T11:11:32.433878+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:34.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:33 smithi016 bash[22756]: cluster 2024-09-21T11:11:32.433878+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:34.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:33 smithi094 bash[23326]: cluster 2024-09-21T11:11:32.433878+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:34.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:33 smithi094 bash[23326]: cluster 2024-09-21T11:11:32.433878+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:36.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:35 smithi094 bash[23326]: cluster 2024-09-21T11:11:34.434385+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:36.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:35 smithi094 bash[23326]: cluster 2024-09-21T11:11:34.434385+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:36.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:35 smithi047 bash[23321]: cluster 2024-09-21T11:11:34.434385+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:36.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:35 smithi047 bash[23321]: cluster 2024-09-21T11:11:34.434385+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:36.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:35 smithi016 bash[22756]: cluster 2024-09-21T11:11:34.434385+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:36.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:35 smithi016 bash[22756]: cluster 2024-09-21T11:11:34.434385+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:38.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:37 smithi047 bash[23321]: cluster 2024-09-21T11:11:36.434691+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:38.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:37 smithi047 bash[23321]: cluster 2024-09-21T11:11:36.434691+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:37 smithi047 bash[23321]: audit 2024-09-21T11:11:37.895508+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:37 smithi047 bash[23321]: audit 2024-09-21T11:11:37.895508+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:37 smithi047 bash[23321]: audit 2024-09-21T11:11:37.903368+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:37 smithi047 bash[23321]: audit 2024-09-21T11:11:37.903368+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:37 smithi047 bash[23321]: audit 2024-09-21T11:11:37.912979+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:37 smithi047 bash[23321]: audit 2024-09-21T11:11:37.912979+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:37 smithi016 bash[22756]: cluster 2024-09-21T11:11:36.434691+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:37 smithi016 bash[22756]: cluster 2024-09-21T11:11:36.434691+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:37 smithi016 bash[22756]: audit 2024-09-21T11:11:37.895508+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:37 smithi016 bash[22756]: audit 2024-09-21T11:11:37.895508+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:37 smithi016 bash[22756]: audit 2024-09-21T11:11:37.903368+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:37 smithi016 bash[22756]: audit 2024-09-21T11:11:37.903368+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:37 smithi016 bash[22756]: audit 2024-09-21T11:11:37.912979+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:37 smithi016 bash[22756]: audit 2024-09-21T11:11:37.912979+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:37 smithi094 bash[23326]: cluster 2024-09-21T11:11:36.434691+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:38.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:37 smithi094 bash[23326]: cluster 2024-09-21T11:11:36.434691+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:38.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:37 smithi094 bash[23326]: audit 2024-09-21T11:11:37.895508+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:37 smithi094 bash[23326]: audit 2024-09-21T11:11:37.895508+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:37 smithi094 bash[23326]: audit 2024-09-21T11:11:37.903368+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:37 smithi094 bash[23326]: audit 2024-09-21T11:11:37.903368+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:37 smithi094 bash[23326]: audit 2024-09-21T11:11:37.912979+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:38.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:37 smithi094 bash[23326]: audit 2024-09-21T11:11:37.912979+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:39.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.314037+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.94:0/3145772634' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.314037+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.94:0/3145772634' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.314546+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.314546+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.317696+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"}]': finished 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.317696+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"}]': finished 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: cluster 2024-09-21T11:11:38.322438+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: cluster 2024-09-21T11:11:38.322438+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.322883+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.322883+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.969130+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.94:0/2887279481' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:11:39.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:38 smithi047 bash[23321]: audit 2024-09-21T11:11:38.969130+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.94:0/2887279481' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.314037+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.94:0/3145772634' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.314037+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.94:0/3145772634' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.314546+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.314546+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.317696+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"}]': finished 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.317696+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"}]': finished 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: cluster 2024-09-21T11:11:38.322438+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: cluster 2024-09-21T11:11:38.322438+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.322883+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:11:39.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.322883+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:11:39.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.969130+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.94:0/2887279481' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:11:39.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:38 smithi016 bash[22756]: audit 2024-09-21T11:11:38.969130+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.94:0/2887279481' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:11:39.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.314037+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.94:0/3145772634' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.314037+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.94:0/3145772634' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.314546+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.314546+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"} : dispatch 2024-09-21T11:11:39.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.317696+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"}]': finished 2024-09-21T11:11:39.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.317696+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ac83c27-23b4-4144-ae68-7228232aa947"}]': finished 2024-09-21T11:11:39.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: cluster 2024-09-21T11:11:38.322438+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T11:11:39.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: cluster 2024-09-21T11:11:38.322438+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T11:11:39.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.322883+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:11:39.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.322883+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:11:39.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.969130+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.94:0/2887279481' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:11:39.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:38 smithi094 bash[23326]: audit 2024-09-21T11:11:38.969130+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.94:0/2887279481' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T11:11:40.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:39 smithi047 bash[23321]: cluster 2024-09-21T11:11:38.435124+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-21T11:11:40.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:39 smithi047 bash[23321]: cluster 2024-09-21T11:11:38.435124+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-21T11:11:40.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:39 smithi016 bash[22756]: cluster 2024-09-21T11:11:38.435124+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-21T11:11:40.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:39 smithi016 bash[22756]: cluster 2024-09-21T11:11:38.435124+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-21T11:11:40.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:39 smithi094 bash[23326]: cluster 2024-09-21T11:11:38.435124+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-21T11:11:40.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:39 smithi094 bash[23326]: cluster 2024-09-21T11:11:38.435124+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-21T11:11:42.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:42 smithi047 bash[23321]: cluster 2024-09-21T11:11:40.435602+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:42.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:42 smithi047 bash[23321]: cluster 2024-09-21T11:11:40.435602+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:42.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:42 smithi016 bash[22756]: cluster 2024-09-21T11:11:40.435602+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:42.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:42 smithi016 bash[22756]: cluster 2024-09-21T11:11:40.435602+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:42.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:42 smithi094 bash[23326]: cluster 2024-09-21T11:11:40.435602+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:42.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:42 smithi094 bash[23326]: cluster 2024-09-21T11:11:40.435602+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:44.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:44 smithi047 bash[23321]: cluster 2024-09-21T11:11:42.436190+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:44.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:44 smithi047 bash[23321]: cluster 2024-09-21T11:11:42.436190+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:44.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:44 smithi016 bash[22756]: cluster 2024-09-21T11:11:42.436190+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:44.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:44 smithi016 bash[22756]: cluster 2024-09-21T11:11:42.436190+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:44.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:44 smithi094 bash[23326]: cluster 2024-09-21T11:11:42.436190+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:44.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:44 smithi094 bash[23326]: cluster 2024-09-21T11:11:42.436190+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:45.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:45 smithi047 bash[23321]: cluster 2024-09-21T11:11:44.436821+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:45.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:45 smithi047 bash[23321]: cluster 2024-09-21T11:11:44.436821+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:45.919 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:45 smithi047 bash[23321]: audit 2024-09-21T11:11:44.651391+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:45.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:45 smithi047 bash[23321]: audit 2024-09-21T11:11:44.651391+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:45.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:45 smithi047 bash[23321]: audit 2024-09-21T11:11:44.659412+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:45.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:45 smithi047 bash[23321]: audit 2024-09-21T11:11:44.659412+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:45.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:45 smithi047 bash[23321]: audit 2024-09-21T11:11:44.669211+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:45.920 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:45 smithi047 bash[23321]: audit 2024-09-21T11:11:44.669211+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:45 smithi016 bash[22756]: cluster 2024-09-21T11:11:44.436821+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:45 smithi016 bash[22756]: cluster 2024-09-21T11:11:44.436821+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:45 smithi016 bash[22756]: audit 2024-09-21T11:11:44.651391+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:45 smithi016 bash[22756]: audit 2024-09-21T11:11:44.651391+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:45 smithi016 bash[22756]: audit 2024-09-21T11:11:44.659412+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:45 smithi016 bash[22756]: audit 2024-09-21T11:11:44.659412+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:45 smithi016 bash[22756]: audit 2024-09-21T11:11:44.669211+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:45 smithi016 bash[22756]: audit 2024-09-21T11:11:44.669211+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:45 smithi094 bash[23326]: cluster 2024-09-21T11:11:44.436821+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:45 smithi094 bash[23326]: cluster 2024-09-21T11:11:44.436821+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:45 smithi094 bash[23326]: audit 2024-09-21T11:11:44.651391+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:45 smithi094 bash[23326]: audit 2024-09-21T11:11:44.651391+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:45 smithi094 bash[23326]: audit 2024-09-21T11:11:44.659412+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:45 smithi094 bash[23326]: audit 2024-09-21T11:11:44.659412+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:45 smithi094 bash[23326]: audit 2024-09-21T11:11:44.669211+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:46.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:45 smithi094 bash[23326]: audit 2024-09-21T11:11:44.669211+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:48.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:47 smithi047 bash[23321]: cluster 2024-09-21T11:11:46.437320+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:48.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:47 smithi047 bash[23321]: cluster 2024-09-21T11:11:46.437320+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:48.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:47 smithi016 bash[22756]: cluster 2024-09-21T11:11:46.437320+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:48.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:47 smithi016 bash[22756]: cluster 2024-09-21T11:11:46.437320+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:48.051 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:47 smithi094 bash[23326]: cluster 2024-09-21T11:11:46.437320+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:48.051 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:47 smithi094 bash[23326]: cluster 2024-09-21T11:11:46.437320+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:49 smithi047 bash[23321]: cluster 2024-09-21T11:11:48.437799+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:49 smithi047 bash[23321]: cluster 2024-09-21T11:11:48.437799+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:49 smithi016 bash[22756]: cluster 2024-09-21T11:11:48.437799+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:50.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:49 smithi016 bash[22756]: cluster 2024-09-21T11:11:48.437799+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:50.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:49 smithi094 bash[23326]: cluster 2024-09-21T11:11:48.437799+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:50.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:49 smithi094 bash[23326]: cluster 2024-09-21T11:11:48.437799+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:52.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:51 smithi047 bash[23321]: cluster 2024-09-21T11:11:50.438316+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:52.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:51 smithi047 bash[23321]: cluster 2024-09-21T11:11:50.438316+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:52.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:51 smithi047 bash[23321]: audit 2024-09-21T11:11:51.594355+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T11:11:52.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:51 smithi047 bash[23321]: audit 2024-09-21T11:11:51.594355+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T11:11:52.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:51 smithi047 bash[23321]: audit 2024-09-21T11:11:51.596288+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:52.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:51 smithi047 bash[23321]: audit 2024-09-21T11:11:51.596288+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:52.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:51 smithi016 bash[22756]: cluster 2024-09-21T11:11:50.438316+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:52.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:51 smithi016 bash[22756]: cluster 2024-09-21T11:11:50.438316+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:52.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:51 smithi016 bash[22756]: audit 2024-09-21T11:11:51.594355+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T11:11:52.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:51 smithi016 bash[22756]: audit 2024-09-21T11:11:51.594355+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T11:11:52.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:51 smithi016 bash[22756]: audit 2024-09-21T11:11:51.596288+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:52.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:51 smithi016 bash[22756]: audit 2024-09-21T11:11:51.596288+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:52.080 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:51 smithi094 bash[23326]: cluster 2024-09-21T11:11:50.438316+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:52.080 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:51 smithi094 bash[23326]: cluster 2024-09-21T11:11:50.438316+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:52.080 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:51 smithi094 bash[23326]: audit 2024-09-21T11:11:51.594355+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T11:11:52.081 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:51 smithi094 bash[23326]: audit 2024-09-21T11:11:51.594355+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T11:11:52.081 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:51 smithi094 bash[23326]: audit 2024-09-21T11:11:51.596288+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:52.081 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:51 smithi094 bash[23326]: audit 2024-09-21T11:11:51.596288+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:53.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:52 smithi047 bash[23321]: cephadm 2024-09-21T11:11:51.598072+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-09-21T11:11:53.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:52 smithi047 bash[23321]: cephadm 2024-09-21T11:11:51.598072+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-09-21T11:11:53.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:52 smithi047 bash[23321]: audit 2024-09-21T11:11:52.195321+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:52 smithi047 bash[23321]: audit 2024-09-21T11:11:52.195321+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:52 smithi047 bash[23321]: audit 2024-09-21T11:11:52.203790+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:52 smithi047 bash[23321]: audit 2024-09-21T11:11:52.203790+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:52 smithi047 bash[23321]: audit 2024-09-21T11:11:52.213331+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:52 smithi047 bash[23321]: audit 2024-09-21T11:11:52.213331+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.044 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:52 smithi016 bash[22756]: cephadm 2024-09-21T11:11:51.598072+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-09-21T11:11:53.044 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:52 smithi016 bash[22756]: cephadm 2024-09-21T11:11:51.598072+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-09-21T11:11:53.044 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:52 smithi016 bash[22756]: audit 2024-09-21T11:11:52.195321+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.044 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:52 smithi016 bash[22756]: audit 2024-09-21T11:11:52.195321+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.044 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:52 smithi016 bash[22756]: audit 2024-09-21T11:11:52.203790+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.044 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:52 smithi016 bash[22756]: audit 2024-09-21T11:11:52.203790+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.044 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:52 smithi016 bash[22756]: audit 2024-09-21T11:11:52.213331+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.044 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:52 smithi016 bash[22756]: audit 2024-09-21T11:11:52.213331+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.067 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:52 smithi094 bash[23326]: cephadm 2024-09-21T11:11:51.598072+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-09-21T11:11:53.068 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:52 smithi094 bash[23326]: cephadm 2024-09-21T11:11:51.598072+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-09-21T11:11:53.068 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:52 smithi094 bash[23326]: audit 2024-09-21T11:11:52.195321+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.068 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:52 smithi094 bash[23326]: audit 2024-09-21T11:11:52.195321+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.068 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:52 smithi094 bash[23326]: audit 2024-09-21T11:11:52.203790+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.068 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:52 smithi094 bash[23326]: audit 2024-09-21T11:11:52.203790+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.068 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:52 smithi094 bash[23326]: audit 2024-09-21T11:11:52.213331+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.068 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:52 smithi094 bash[23326]: audit 2024-09-21T11:11:52.213331+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:53.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:53 smithi094 bash[23326]: cluster 2024-09-21T11:11:52.438825+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-21T11:11:53.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:53 smithi094 bash[23326]: cluster 2024-09-21T11:11:52.438825+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-21T11:11:54.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:53 smithi047 bash[23321]: cluster 2024-09-21T11:11:52.438825+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-21T11:11:54.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:53 smithi047 bash[23321]: cluster 2024-09-21T11:11:52.438825+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-21T11:11:54.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:53 smithi016 bash[22756]: cluster 2024-09-21T11:11:52.438825+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-21T11:11:54.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:53 smithi016 bash[22756]: cluster 2024-09-21T11:11:52.438825+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-21T11:11:55.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:55 smithi016 bash[22756]: cluster 2024-09-21T11:11:54.439356+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-21T11:11:55.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:55 smithi016 bash[22756]: cluster 2024-09-21T11:11:54.439356+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-21T11:11:56.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:55 smithi047 bash[23321]: cluster 2024-09-21T11:11:54.439356+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-21T11:11:56.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:55 smithi047 bash[23321]: cluster 2024-09-21T11:11:54.439356+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-21T11:11:56.015 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:55 smithi094 bash[23326]: cluster 2024-09-21T11:11:54.439356+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-21T11:11:56.015 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:55 smithi094 bash[23326]: cluster 2024-09-21T11:11:54.439356+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-21T11:11:56.336 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:11:56.336 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:11:56.990 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.378471+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:56.990 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.378471+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:56.990 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.383059+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:56.991 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.383059+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:56.991 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.383450+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:56.991 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.383450+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:56.991 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.384511+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:56.991 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.384511+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:56.991 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.387654+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:56.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.387654+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:56.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.391870+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:56.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:56 smithi016 bash[22756]: audit 2024-09-21T11:11:56.391870+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.378471+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:57.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.378471+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:57.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.383059+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.383059+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.383450+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:57.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.383450+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:57.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.384511+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:57.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.384511+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:57.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.387654+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.387654+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.391870+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:56 smithi047 bash[23321]: audit 2024-09-21T11:11:56.391870+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.378471+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:57.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.378471+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:57.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.383059+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.383059+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.383450+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:57.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.383450+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:57.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.384511+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:57.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.384511+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:57.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.387654+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.387654+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.391870+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:56 smithi094 bash[23326]: audit 2024-09-21T11:11:56.391870+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:57.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:57 smithi094 bash[23326]: cluster 2024-09-21T11:11:56.439700+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:57.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:57 smithi094 bash[23326]: cluster 2024-09-21T11:11:56.439700+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:58.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:57 smithi047 bash[23321]: cluster 2024-09-21T11:11:56.439700+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:58.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:57 smithi047 bash[23321]: cluster 2024-09-21T11:11:56.439700+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:58.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:57 smithi016 bash[22756]: cluster 2024-09-21T11:11:56.439700+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:58.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:57 smithi016 bash[22756]: cluster 2024-09-21T11:11:56.439700+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:11:59.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.078388+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.078388+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.085838+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.085838+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: cephadm 2024-09-21T11:11:58.088547+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi094 2024-09-21T11:11:59.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: cephadm 2024-09-21T11:11:58.088547+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi094 2024-09-21T11:11:59.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.090543+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:59.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.090543+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:59.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.095837+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.095837+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.096428+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:59.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.096428+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:59.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.098671+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:59.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.098671+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:59.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.108364+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:11:59 smithi094 bash[23326]: audit 2024-09-21T11:11:58.108364+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.078388+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.078388+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.085838+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.085838+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: cephadm 2024-09-21T11:11:58.088547+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi094 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: cephadm 2024-09-21T11:11:58.088547+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi094 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.090543+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.090543+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.095837+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.095837+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.096428+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:59.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.096428+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:59.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.098671+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:59.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.098671+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:59.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.108364+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:11:59 smithi047 bash[23321]: audit 2024-09-21T11:11:58.108364+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.078388+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.078388+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.085838+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.085838+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: cephadm 2024-09-21T11:11:58.088547+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi094 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: cephadm 2024-09-21T11:11:58.088547+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi094 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.090543+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.090543+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.095837+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.537 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.095837+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.096428+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.096428+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:11:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.098671+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.098671+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:11:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.108364+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:11:59.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:11:59 smithi016 bash[22756]: audit 2024-09-21T11:11:58.108364+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:00.382 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:00 smithi094 bash[23326]: cluster 2024-09-21T11:11:58.440156+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:00.382 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:00 smithi094 bash[23326]: cluster 2024-09-21T11:11:58.440156+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:00.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:00 smithi047 bash[23321]: cluster 2024-09-21T11:11:58.440156+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:00.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:00 smithi047 bash[23321]: cluster 2024-09-21T11:11:58.440156+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:00.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:00 smithi016 bash[22756]: cluster 2024-09-21T11:11:58.440156+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:00.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:00 smithi016 bash[22756]: cluster 2024-09-21T11:11:58.440156+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:02.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:02 smithi094 bash[23326]: cluster 2024-09-21T11:12:00.440626+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:02.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:02 smithi094 bash[23326]: cluster 2024-09-21T11:12:00.440626+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:02.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:02 smithi047 bash[23321]: cluster 2024-09-21T11:12:00.440626+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:02.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:02 smithi047 bash[23321]: cluster 2024-09-21T11:12:00.440626+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:02.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:02 smithi016 bash[22756]: cluster 2024-09-21T11:12:00.440626+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:02.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:02 smithi016 bash[22756]: cluster 2024-09-21T11:12:00.440626+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:04.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:04 smithi094 bash[23326]: cluster 2024-09-21T11:12:02.441072+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:04.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:04 smithi094 bash[23326]: cluster 2024-09-21T11:12:02.441072+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:04.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:04 smithi047 bash[23321]: cluster 2024-09-21T11:12:02.441072+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:04.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:04 smithi047 bash[23321]: cluster 2024-09-21T11:12:02.441072+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:04.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:04 smithi016 bash[22756]: cluster 2024-09-21T11:12:02.441072+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:04.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:04 smithi016 bash[22756]: cluster 2024-09-21T11:12:02.441072+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:05.973 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: cluster 2024-09-21T11:12:04.441640+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: cluster 2024-09-21T11:12:04.441640+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:04.877447+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:04.877447+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:04.885971+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:04.885971+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:04.895779+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:04.895779+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.683487+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.683487+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.691614+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.691614+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.696597+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:05.974 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.696597+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:05.975 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.701808+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.975 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.701808+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.975 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.707542+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:05.975 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.707542+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:05.975 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.709338+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:05.975 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.709338+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:05.975 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.719189+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:05.975 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:05 smithi094 bash[23326]: audit 2024-09-21T11:12:05.719189+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: cluster 2024-09-21T11:12:04.441640+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:06.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: cluster 2024-09-21T11:12:04.441640+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:06.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:04.877447+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:04.877447+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:04.885971+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:04.885971+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:04.895779+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:04.895779+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.683487+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.683487+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.691614+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.691614+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.696597+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.696597+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.701808+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.701808+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.707542+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.707542+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:06.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.709338+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:06.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.709338+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:06.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.719189+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:05 smithi047 bash[23321]: audit 2024-09-21T11:12:05.719189+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: cluster 2024-09-21T11:12:04.441640+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: cluster 2024-09-21T11:12:04.441640+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:04.877447+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:04.877447+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:04.885971+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:04.885971+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:04.895779+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:04.895779+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.683487+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.683487+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.691614+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.691614+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.696597+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.696597+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.701808+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.701808+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.707542+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.707542+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.709338+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.709338+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.719189+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:06.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:05 smithi016 bash[22756]: audit 2024-09-21T11:12:05.719189+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:08.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:07 smithi094 bash[23326]: cluster 2024-09-21T11:12:06.442153+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:08.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:07 smithi094 bash[23326]: cluster 2024-09-21T11:12:06.442153+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:08.175 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:07 smithi047 bash[23321]: cluster 2024-09-21T11:12:06.442153+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:08.175 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:07 smithi047 bash[23321]: cluster 2024-09-21T11:12:06.442153+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:08.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:07 smithi016 bash[22756]: cluster 2024-09-21T11:12:06.442153+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:08.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:07 smithi016 bash[22756]: cluster 2024-09-21T11:12:06.442153+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:09.430 INFO:teuthology.orchestra.run.smithi094.stdout:Created osd(s) 2 on host 'smithi094' 2024-09-21T11:12:10.055 DEBUG:teuthology.orchestra.run.smithi094:osd.2> sudo journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@osd.2.service 2024-09-21T11:12:10.101 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-21T11:12:10.101 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T11:12:10.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: cluster 2024-09-21T11:12:08.442748+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: cluster 2024-09-21T11:12:08.442748+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.412476+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.412476+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.420728+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.420728+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.421695+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.421695+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.429221+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.429221+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.435768+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.435768+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.440148+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:10.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.440148+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:10.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.442230+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:10.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.442230+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:10.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.454877+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:09 smithi094 bash[23326]: audit 2024-09-21T11:12:09.454877+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: cluster 2024-09-21T11:12:08.442748+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: cluster 2024-09-21T11:12:08.442748+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.412476+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.412476+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.420728+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.420728+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.421695+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.421695+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.429221+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.429221+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.435768+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.435768+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.440148+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.440148+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.442230+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:10.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.442230+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:10.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.454877+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:09 smithi047 bash[23321]: audit 2024-09-21T11:12:09.454877+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: cluster 2024-09-21T11:12:08.442748+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:10.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: cluster 2024-09-21T11:12:08.442748+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.412476+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.412476+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.420728+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.420728+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.421695+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.421695+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.429221+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.429221+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.435768+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.435768+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.440148+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.440148+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:12:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.442230+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:10.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.442230+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:12:10.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.454877+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:10.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:09 smithi016 bash[22756]: audit 2024-09-21T11:12:09.454877+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:11.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:10 smithi047 bash[23321]: cephadm 2024-09-21T11:12:09.424481+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-09-21T11:12:11.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:10 smithi047 bash[23321]: cephadm 2024-09-21T11:12:09.424481+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-09-21T11:12:11.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:10 smithi047 bash[23321]: audit 2024-09-21T11:12:10.139464+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:10 smithi047 bash[23321]: audit 2024-09-21T11:12:10.139464+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:10 smithi047 bash[23321]: audit 2024-09-21T11:12:10.139525+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:10 smithi047 bash[23321]: audit 2024-09-21T11:12:10.139525+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:10 smithi016 bash[22756]: cephadm 2024-09-21T11:12:09.424481+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-09-21T11:12:11.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:10 smithi016 bash[22756]: cephadm 2024-09-21T11:12:09.424481+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-09-21T11:12:11.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:10 smithi016 bash[22756]: audit 2024-09-21T11:12:10.139464+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:10 smithi016 bash[22756]: audit 2024-09-21T11:12:10.139464+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:10 smithi016 bash[22756]: audit 2024-09-21T11:12:10.139525+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:10 smithi016 bash[22756]: audit 2024-09-21T11:12:10.139525+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:10 smithi094 bash[23326]: cephadm 2024-09-21T11:12:09.424481+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-09-21T11:12:11.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:10 smithi094 bash[23326]: cephadm 2024-09-21T11:12:09.424481+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-09-21T11:12:11.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:10 smithi094 bash[23326]: audit 2024-09-21T11:12:10.139464+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:10 smithi094 bash[23326]: audit 2024-09-21T11:12:10.139464+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:10 smithi094 bash[23326]: audit 2024-09-21T11:12:10.139525+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:11.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:10 smithi094 bash[23326]: audit 2024-09-21T11:12:10.139525+0000 mon.a (mon.0) 601 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T11:12:12.202 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: cluster 2024-09-21T11:12:10.443144+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:12.202 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: cluster 2024-09-21T11:12:10.443144+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:12.202 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: audit 2024-09-21T11:12:10.892540+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T11:12:12.202 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: audit 2024-09-21T11:12:10.892540+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T11:12:12.202 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: audit 2024-09-21T11:12:10.899544+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.202 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: audit 2024-09-21T11:12:10.899544+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.203 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: cluster 2024-09-21T11:12:10.899621+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T11:12:12.203 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: cluster 2024-09-21T11:12:10.899621+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T11:12:12.203 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: audit 2024-09-21T11:12:10.900170+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:12.203 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: audit 2024-09-21T11:12:10.900170+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:12.203 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: audit 2024-09-21T11:12:10.901161+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.203 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:11 smithi094 bash[23326]: audit 2024-09-21T11:12:10.901161+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: cluster 2024-09-21T11:12:10.443144+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:12.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: cluster 2024-09-21T11:12:10.443144+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:12.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: audit 2024-09-21T11:12:10.892540+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T11:12:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: audit 2024-09-21T11:12:10.892540+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T11:12:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: audit 2024-09-21T11:12:10.899544+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: audit 2024-09-21T11:12:10.899544+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: cluster 2024-09-21T11:12:10.899621+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T11:12:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: cluster 2024-09-21T11:12:10.899621+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T11:12:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: audit 2024-09-21T11:12:10.900170+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: audit 2024-09-21T11:12:10.900170+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: audit 2024-09-21T11:12:10.901161+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:11 smithi047 bash[23321]: audit 2024-09-21T11:12:10.901161+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: cluster 2024-09-21T11:12:10.443144+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: cluster 2024-09-21T11:12:10.443144+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: audit 2024-09-21T11:12:10.892540+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: audit 2024-09-21T11:12:10.892540+0000 mon.a (mon.0) 602 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: audit 2024-09-21T11:12:10.899544+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: audit 2024-09-21T11:12:10.899544+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: cluster 2024-09-21T11:12:10.899621+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: cluster 2024-09-21T11:12:10.899621+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: audit 2024-09-21T11:12:10.900170+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: audit 2024-09-21T11:12:10.900170+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: audit 2024-09-21T11:12:10.901161+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:11 smithi016 bash[22756]: audit 2024-09-21T11:12:10.901161+0000 mon.a (mon.0) 605 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]} : dispatch 2024-09-21T11:12:12.637 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[28680]: debug 2024-09-21T11:12:12.196+0000 7fbdafd10640 -1 osd.2 0 waiting for initial osdmap 2024-09-21T11:12:12.637 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[28680]: debug 2024-09-21T11:12:12.224+0000 7fbda7b2f640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T11:12:13.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:11.894830+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-21T11:12:13.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:11.894830+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-21T11:12:13.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: cluster 2024-09-21T11:12:11.900164+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T11:12:13.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: cluster 2024-09-21T11:12:11.900164+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T11:12:13.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:11.901069+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:11.901069+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:11.910791+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:11.910791+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:12.209077+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:12.209077+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:12.427362+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:12.427362+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:12.435690+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:12.435690+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:12.445279+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:12 smithi047 bash[23321]: audit 2024-09-21T11:12:12.445279+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:11.894830+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:11.894830+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: cluster 2024-09-21T11:12:11.900164+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: cluster 2024-09-21T11:12:11.900164+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:11.901069+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:11.901069+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:11.910791+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:11.910791+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:12.209077+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:12.209077+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:12.427362+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:12.427362+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:12.435690+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:12.435690+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:12.445279+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:12 smithi016 bash[22756]: audit 2024-09-21T11:12:12.445279+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:11.894830+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-21T11:12:13.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:11.894830+0000 mon.a (mon.0) 606 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-21T11:12:13.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: cluster 2024-09-21T11:12:11.900164+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T11:12:13.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: cluster 2024-09-21T11:12:11.900164+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T11:12:13.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:11.901069+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:11.901069+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:11.910791+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:11.910791+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:12.209077+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:12.209077+0000 mon.a (mon.0) 610 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:12.427362+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:12.427362+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:12.435690+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:12.435690+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:12.445279+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:13.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:12 smithi094 bash[23326]: audit 2024-09-21T11:12:12.445279+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:11.178976+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:11.178976+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:11.179063+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:11.179063+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:12.443540+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:12.443540+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: audit 2024-09-21T11:12:12.908998+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: audit 2024-09-21T11:12:12.908998+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:13.213057+0000 mon.a (mon.0) 615 : cluster [INF] osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976] boot 2024-09-21T11:12:14.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:13.213057+0000 mon.a (mon.0) 615 : cluster [INF] osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976] boot 2024-09-21T11:12:14.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:13.213153+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T11:12:14.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: cluster 2024-09-21T11:12:13.213153+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T11:12:14.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: audit 2024-09-21T11:12:13.213414+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:13 smithi016 bash[22756]: audit 2024-09-21T11:12:13.213414+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:11.178976+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:12:14.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:11.178976+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:12:14.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:11.179063+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:12:14.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:11.179063+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:12.443540+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:12.443540+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: audit 2024-09-21T11:12:12.908998+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: audit 2024-09-21T11:12:12.908998+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:13.213057+0000 mon.a (mon.0) 615 : cluster [INF] osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976] boot 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:13.213057+0000 mon.a (mon.0) 615 : cluster [INF] osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976] boot 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:13.213153+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: cluster 2024-09-21T11:12:13.213153+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: audit 2024-09-21T11:12:13.213414+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:13 smithi047 bash[23321]: audit 2024-09-21T11:12:13.213414+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:11.178976+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:12:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:11.178976+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T11:12:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:11.179063+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:12:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:11.179063+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T11:12:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:12.443540+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:12.443540+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T11:12:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: audit 2024-09-21T11:12:12.908998+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: audit 2024-09-21T11:12:12.908998+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:13.213057+0000 mon.a (mon.0) 615 : cluster [INF] osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976] boot 2024-09-21T11:12:14.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:13.213057+0000 mon.a (mon.0) 615 : cluster [INF] osd.2 [v2:172.21.15.94:6800/330513976,v1:172.21.15.94:6801/330513976] boot 2024-09-21T11:12:14.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:13.213153+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T11:12:14.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: cluster 2024-09-21T11:12:13.213153+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T11:12:14.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: audit 2024-09-21T11:12:13.213414+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:13 smithi094 bash[23326]: audit 2024-09-21T11:12:13.213414+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:12:14.845 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:12:16.175 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:15 smithi016 bash[22756]: cluster 2024-09-21T11:12:14.444004+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:16.175 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:15 smithi016 bash[22756]: cluster 2024-09-21T11:12:14.444004+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:16.175 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:15 smithi016 bash[22756]: cluster 2024-09-21T11:12:14.914947+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T11:12:16.175 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:15 smithi016 bash[22756]: cluster 2024-09-21T11:12:14.914947+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T11:12:16.175 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:15 smithi016 bash[22756]: audit 2024-09-21T11:12:15.038398+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:16.175 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:15 smithi016 bash[22756]: audit 2024-09-21T11:12:15.038398+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:15 smithi047 bash[23321]: cluster 2024-09-21T11:12:14.444004+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:15 smithi047 bash[23321]: cluster 2024-09-21T11:12:14.444004+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:15 smithi047 bash[23321]: cluster 2024-09-21T11:12:14.914947+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T11:12:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:15 smithi047 bash[23321]: cluster 2024-09-21T11:12:14.914947+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T11:12:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:15 smithi047 bash[23321]: audit 2024-09-21T11:12:15.038398+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:15 smithi047 bash[23321]: audit 2024-09-21T11:12:15.038398+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:15 smithi094 bash[23326]: cluster 2024-09-21T11:12:14.444004+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:15 smithi094 bash[23326]: cluster 2024-09-21T11:12:14.444004+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:15 smithi094 bash[23326]: cluster 2024-09-21T11:12:14.914947+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T11:12:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:15 smithi094 bash[23326]: cluster 2024-09-21T11:12:14.914947+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T11:12:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:15 smithi094 bash[23326]: audit 2024-09-21T11:12:15.038398+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:15 smithi094 bash[23326]: audit 2024-09-21T11:12:15.038398+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:17.032 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:12:17.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:16 smithi047 bash[23321]: audit 2024-09-21T11:12:15.924541+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:17.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:16 smithi047 bash[23321]: audit 2024-09-21T11:12:15.924541+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:17.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:16 smithi047 bash[23321]: cluster 2024-09-21T11:12:15.929820+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T11:12:17.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:16 smithi047 bash[23321]: cluster 2024-09-21T11:12:15.929820+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T11:12:17.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:16 smithi047 bash[23321]: audit 2024-09-21T11:12:15.931515+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T11:12:17.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:16 smithi047 bash[23321]: audit 2024-09-21T11:12:15.931515+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T11:12:17.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:16 smithi016 bash[22756]: audit 2024-09-21T11:12:15.924541+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:17.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:16 smithi016 bash[22756]: audit 2024-09-21T11:12:15.924541+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:17.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:16 smithi016 bash[22756]: cluster 2024-09-21T11:12:15.929820+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T11:12:17.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:16 smithi016 bash[22756]: cluster 2024-09-21T11:12:15.929820+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T11:12:17.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:16 smithi016 bash[22756]: audit 2024-09-21T11:12:15.931515+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T11:12:17.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:16 smithi016 bash[22756]: audit 2024-09-21T11:12:15.931515+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T11:12:17.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:16 smithi094 bash[23326]: audit 2024-09-21T11:12:15.924541+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:17.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:16 smithi094 bash[23326]: audit 2024-09-21T11:12:15.924541+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' 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-21T11:12:17.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:16 smithi094 bash[23326]: cluster 2024-09-21T11:12:15.929820+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T11:12:17.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:16 smithi094 bash[23326]: cluster 2024-09-21T11:12:15.929820+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T11:12:17.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:16 smithi094 bash[23326]: audit 2024-09-21T11:12:15.931515+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T11:12:17.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:16 smithi094 bash[23326]: audit 2024-09-21T11:12:15.931515+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T11:12:17.996 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1726917133,"num_in_osds":3,"osd_in_since":1726917098,"num_remapped_pgs":0} 2024-09-21T11:12:17.997 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T11:12:18.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: cluster 2024-09-21T11:12:16.444567+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:18.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: cluster 2024-09-21T11:12:16.444567+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: cluster 2024-09-21T11:12:16.924378+0000 mon.a (mon.0) 623 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: cluster 2024-09-21T11:12:16.924378+0000 mon.a (mon.0) 623 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:16.931493+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:16.931493+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: cluster 2024-09-21T11:12:16.935377+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: cluster 2024-09-21T11:12:16.935377+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.032508+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.16:0/3090127252' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.032508+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.16:0/3090127252' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.104823+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.104823+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.202008+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.202008+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.308444+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.308444+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.311252+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.311252+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.363085+0000 mon.a (mon.0) 631 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.363085+0000 mon.a (mon.0) 631 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.363668+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.363668+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.364233+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.364233+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.364655+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.364655+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.367853+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.367853+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.368035+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.368035+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.368145+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.368145+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.368190+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.368190+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.426539+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.426539+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.430365+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.430365+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.430700+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.430700+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.430738+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.430738+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.431020+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.431020+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.488856+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:17 smithi047 bash[23321]: audit 2024-09-21T11:12:17.488856+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: cluster 2024-09-21T11:12:16.444567+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: cluster 2024-09-21T11:12:16.444567+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: cluster 2024-09-21T11:12:16.924378+0000 mon.a (mon.0) 623 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: cluster 2024-09-21T11:12:16.924378+0000 mon.a (mon.0) 623 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:16.931493+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:16.931493+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: cluster 2024-09-21T11:12:16.935377+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: cluster 2024-09-21T11:12:16.935377+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.032508+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.16:0/3090127252' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.032508+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.16:0/3090127252' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.104823+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.104823+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.202008+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.202008+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.308444+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.308444+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.311252+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.311252+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.363085+0000 mon.a (mon.0) 631 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.363085+0000 mon.a (mon.0) 631 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.363668+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.363668+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.364233+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.364233+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.364655+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.364655+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.367853+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.367853+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.368035+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.368035+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.368145+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.368145+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.368190+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.368190+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.426539+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.426539+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.430365+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.430365+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.430700+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.430700+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.430738+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.430738+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.431020+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.431020+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.488856+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:17 smithi016 bash[22756]: audit 2024-09-21T11:12:17.488856+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: cluster 2024-09-21T11:12:16.444567+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: cluster 2024-09-21T11:12:16.444567+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: cluster 2024-09-21T11:12:16.924378+0000 mon.a (mon.0) 623 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: cluster 2024-09-21T11:12:16.924378+0000 mon.a (mon.0) 623 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:16.931493+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:16.931493+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: cluster 2024-09-21T11:12:16.935377+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: cluster 2024-09-21T11:12:16.935377+0000 mon.a (mon.0) 625 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.032508+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.16:0/3090127252' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.032508+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.16:0/3090127252' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.104823+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.104823+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.202008+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.202008+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.308444+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.308444+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:18.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.311252+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.311252+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.363085+0000 mon.a (mon.0) 631 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.363085+0000 mon.a (mon.0) 631 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.363668+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.363668+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.364233+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.364233+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.364655+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.364655+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.367853+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.367853+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.368035+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.368035+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.368145+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.368145+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.368190+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.368190+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.426539+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.426539+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.430365+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.430365+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.430700+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.430700+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.430738+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.430738+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.431020+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.431020+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.488856+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:18.391 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:17 smithi094 bash[23326]: audit 2024-09-21T11:12:17.488856+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T11:12:19.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:18 smithi094 bash[23326]: cluster 2024-09-21T11:12:17.952986+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T11:12:19.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:18 smithi094 bash[23326]: cluster 2024-09-21T11:12:17.952986+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T11:12:19.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:18 smithi047 bash[23321]: cluster 2024-09-21T11:12:17.952986+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T11:12:19.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:18 smithi047 bash[23321]: cluster 2024-09-21T11:12:17.952986+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T11:12:19.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:18 smithi016 bash[22756]: cluster 2024-09-21T11:12:17.952986+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T11:12:19.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:18 smithi016 bash[22756]: cluster 2024-09-21T11:12:17.952986+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T11:12:20.112 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:19 smithi094 bash[23326]: cluster 2024-09-21T11:12:18.444898+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:20.112 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:19 smithi094 bash[23326]: cluster 2024-09-21T11:12:18.444898+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:20.112 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:19 smithi094 bash[23326]: cluster 2024-09-21T11:12:18.947355+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T11:12:20.112 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:19 smithi094 bash[23326]: cluster 2024-09-21T11:12:18.947355+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T11:12:20.112 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:19 smithi094 bash[23326]: cluster 2024-09-21T11:12:18.947404+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-21T11:12:20.112 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:19 smithi094 bash[23326]: cluster 2024-09-21T11:12:18.947404+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-21T11:12:20.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:19 smithi047 bash[23321]: cluster 2024-09-21T11:12:18.444898+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:20.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:19 smithi047 bash[23321]: cluster 2024-09-21T11:12:18.444898+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:20.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:19 smithi047 bash[23321]: cluster 2024-09-21T11:12:18.947355+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T11:12:20.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:19 smithi047 bash[23321]: cluster 2024-09-21T11:12:18.947355+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T11:12:20.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:19 smithi047 bash[23321]: cluster 2024-09-21T11:12:18.947404+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-21T11:12:20.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:19 smithi047 bash[23321]: cluster 2024-09-21T11:12:18.947404+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-21T11:12:20.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:19 smithi016 bash[22756]: cluster 2024-09-21T11:12:18.444898+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:20.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:19 smithi016 bash[22756]: cluster 2024-09-21T11:12:18.444898+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:20.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:19 smithi016 bash[22756]: cluster 2024-09-21T11:12:18.947355+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T11:12:20.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:19 smithi016 bash[22756]: cluster 2024-09-21T11:12:18.947355+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T11:12:20.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:19 smithi016 bash[22756]: cluster 2024-09-21T11:12:18.947404+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-21T11:12:20.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:19 smithi016 bash[22756]: cluster 2024-09-21T11:12:18.947404+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-21T11:12:21.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:20 smithi047 bash[23321]: cluster 2024-09-21T11:12:19.982158+0000 mon.a (mon.0) 644 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-21T11:12:21.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:20 smithi047 bash[23321]: cluster 2024-09-21T11:12:19.982158+0000 mon.a (mon.0) 644 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-21T11:12:21.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:20 smithi016 bash[22756]: cluster 2024-09-21T11:12:19.982158+0000 mon.a (mon.0) 644 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-21T11:12:21.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:20 smithi016 bash[22756]: cluster 2024-09-21T11:12:19.982158+0000 mon.a (mon.0) 644 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-21T11:12:21.383 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:20 smithi094 bash[23326]: cluster 2024-09-21T11:12:19.982158+0000 mon.a (mon.0) 644 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-21T11:12:21.383 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:20 smithi094 bash[23326]: cluster 2024-09-21T11:12:19.982158+0000 mon.a (mon.0) 644 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-21T11:12:22.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:21 smithi047 bash[23321]: cluster 2024-09-21T11:12:20.445374+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:22.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:21 smithi047 bash[23321]: cluster 2024-09-21T11:12:20.445374+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:22.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:21 smithi016 bash[22756]: cluster 2024-09-21T11:12:20.445374+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:22.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:21 smithi016 bash[22756]: cluster 2024-09-21T11:12:20.445374+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:22.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:21 smithi094 bash[23326]: cluster 2024-09-21T11:12:20.445374+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:22.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:21 smithi094 bash[23326]: cluster 2024-09-21T11:12:20.445374+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:22.787 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:12:24.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:23 smithi016 bash[22756]: cluster 2024-09-21T11:12:22.445944+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:24.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:23 smithi016 bash[22756]: cluster 2024-09-21T11:12:22.445944+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:24.109 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:12:24.109 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":22,"fsid":"4a9cefac-7809-11ef-baf6-efdc52797490","created":"2024-09-21T11:06:17.007228+0000","modified":"2024-09-21T11:12:17.932418+0000","last_up_change":"2024-09-21T11:12:13.205300+0000","last_in_change":"2024-09-21T11:11:38.315413+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-21T11:12:15.044657+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"6dcd50d3-2433-43dd-b19f-baac326e6a87","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.16:6802","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6803","nonce":845407915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6805","nonce":845407915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6809","nonce":845407915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6807","nonce":845407915}]},"public_addr":"172.21.15.16:6803/845407915","cluster_addr":"172.21.15.16:6805/845407915","heartbeat_back_addr":"172.21.15.16:6809/845407915","heartbeat_front_addr":"172.21.15.16:6807/845407915","state":["exists","up"]},{"osd":1,"uuid":"96de36ad-5831-49d7-9856-d48dd696f28b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6800","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6801","nonce":3605765493}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6803","nonce":3605765493}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6807","nonce":3605765493}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6805","nonce":3605765493}]},"public_addr":"172.21.15.47:6801/3605765493","cluster_addr":"172.21.15.47:6803/3605765493","heartbeat_back_addr":"172.21.15.47:6807/3605765493","heartbeat_front_addr":"172.21.15.47:6805/3605765493","state":["exists","up"]},{"osd":2,"uuid":"0ac83c27-23b4-4144-ae68-7228232aa947","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.94:6800","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6801","nonce":330513976}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6803","nonce":330513976}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6807","nonce":330513976}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6805","nonce":330513976}]},"public_addr":"172.21.15.94:6801/330513976","cluster_addr":"172.21.15.94:6803/330513976","heartbeat_back_addr":"172.21.15.94:6807/330513976","heartbeat_front_addr":"172.21.15.94:6805/330513976","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-21T11:10:14.888050+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-21T11:11:14.515590+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-21T11:12:11.179067+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/2026252002":"2024-09-22T11:07:20.368223+0000","172.21.15.16:6800/4166657911":"2024-09-22T11:07:20.368223+0000","172.21.15.16:0/1174385474":"2024-09-22T11:07:20.368223+0000","172.21.15.16:0/585297653":"2024-09-22T11:07:20.368223+0000","172.21.15.16:0/3130960100":"2024-09-22T11:06:44.312858+0000","172.21.15.16:0/2793744787":"2024-09-22T11:06:44.312858+0000","172.21.15.16:6801/4166657911":"2024-09-22T11:07:20.368223+0000","172.21.15.16:6800/940947333":"2024-09-22T11:06:44.312858+0000","172.21.15.16:6801/940947333":"2024-09-22T11:06:44.312858+0000","172.21.15.16:0/3849370648":"2024-09-22T11:06:44.312858+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-21T11:12:24.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:23 smithi047 bash[23321]: cluster 2024-09-21T11:12:22.445944+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:24.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:23 smithi047 bash[23321]: cluster 2024-09-21T11:12:22.445944+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:24.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:23 smithi094 bash[23326]: cluster 2024-09-21T11:12:22.445944+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:24.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:23 smithi094 bash[23326]: cluster 2024-09-21T11:12:22.445944+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:24.730 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T11:12:15.044657+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': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, '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-21T11:12:24.730 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T11:12:25.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:24 smithi047 bash[23321]: audit 2024-09-21T11:12:24.108578+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.16:0/1514615065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:25.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:24 smithi047 bash[23321]: audit 2024-09-21T11:12:24.108578+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.16:0/1514615065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:25.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:24 smithi016 bash[22756]: audit 2024-09-21T11:12:24.108578+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.16:0/1514615065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:25.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:24 smithi016 bash[22756]: audit 2024-09-21T11:12:24.108578+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.16:0/1514615065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:25.297 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:24 smithi094 bash[23326]: audit 2024-09-21T11:12:24.108578+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.16:0/1514615065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:25.297 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:24 smithi094 bash[23326]: audit 2024-09-21T11:12:24.108578+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.16:0/1514615065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:26.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: cluster 2024-09-21T11:12:24.446607+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:26.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: cluster 2024-09-21T11:12:24.446607+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:26.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.035924+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.035924+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.040481+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.040481+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.045831+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.045831+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.277345+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.277345+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.285366+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.285366+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.295058+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:26 smithi047 bash[23321]: audit 2024-09-21T11:12:25.295058+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: cluster 2024-09-21T11:12:24.446607+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: cluster 2024-09-21T11:12:24.446607+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.035924+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.035924+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.040481+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.040481+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.045831+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.045831+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.277345+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.277345+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.285366+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.285366+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.295058+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:26 smithi094 bash[23326]: audit 2024-09-21T11:12:25.295058+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: cluster 2024-09-21T11:12:24.446607+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: cluster 2024-09-21T11:12:24.446607+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.035924+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.035924+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.040481+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.040481+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.045831+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.045831+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.277345+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.277345+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.285366+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.285366+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.295058+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:26.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:26 smithi016 bash[22756]: audit 2024-09-21T11:12:25.295058+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:28.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:28 smithi094 bash[23326]: cluster 2024-09-21T11:12:26.447239+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:28.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:28 smithi094 bash[23326]: cluster 2024-09-21T11:12:26.447239+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:28.414 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:28 smithi047 bash[23321]: cluster 2024-09-21T11:12:26.447239+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:28.414 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:28 smithi047 bash[23321]: cluster 2024-09-21T11:12:26.447239+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:28.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:28 smithi016 bash[22756]: cluster 2024-09-21T11:12:26.447239+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:28.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:28 smithi016 bash[22756]: cluster 2024-09-21T11:12:26.447239+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:29.474 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:12:30.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:30 smithi094 bash[23326]: cluster 2024-09-21T11:12:28.447832+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:30.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:30 smithi094 bash[23326]: cluster 2024-09-21T11:12:28.447832+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:30.515 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:30 smithi016 bash[22756]: cluster 2024-09-21T11:12:28.447832+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:30.515 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:30 smithi016 bash[22756]: cluster 2024-09-21T11:12:28.447832+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:30.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:30 smithi047 bash[23321]: cluster 2024-09-21T11:12:28.447832+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:30.516 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:30 smithi047 bash[23321]: cluster 2024-09-21T11:12:28.447832+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:30.882 INFO:teuthology.orchestra.run.smithi016.stdout:pg_num: 1 2024-09-21T11:12:31.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:31 smithi016 bash[22756]: audit 2024-09-21T11:12:30.882345+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.16:0/3010784192' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T11:12:31.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:31 smithi016 bash[22756]: audit 2024-09-21T11:12:30.882345+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.16:0/3010784192' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T11:12:31.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:31 smithi094 bash[23326]: audit 2024-09-21T11:12:30.882345+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.16:0/3010784192' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T11:12:31.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:31 smithi094 bash[23326]: audit 2024-09-21T11:12:30.882345+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.16:0/3010784192' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T11:12:31.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:31 smithi047 bash[23321]: audit 2024-09-21T11:12:30.882345+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.16:0/3010784192' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T11:12:31.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:31 smithi047 bash[23321]: audit 2024-09-21T11:12:30.882345+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.16:0/3010784192' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T11:12:31.572 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T11:12:31.572 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph config log 1 --format=json 2024-09-21T11:12:32.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:32 smithi094 bash[23326]: cluster 2024-09-21T11:12:30.448374+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:32.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:32 smithi094 bash[23326]: cluster 2024-09-21T11:12:30.448374+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:32.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:32 smithi047 bash[23321]: cluster 2024-09-21T11:12:30.448374+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:32.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:32 smithi047 bash[23321]: cluster 2024-09-21T11:12:30.448374+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:32.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:32 smithi016 bash[22756]: cluster 2024-09-21T11:12:30.448374+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:32.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:32 smithi016 bash[22756]: cluster 2024-09-21T11:12:30.448374+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:34.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:33 smithi047 bash[23321]: cluster 2024-09-21T11:12:32.448949+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:34.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:33 smithi047 bash[23321]: cluster 2024-09-21T11:12:32.448949+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:34.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:33 smithi047 bash[23321]: audit 2024-09-21T11:12:32.658632+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:33 smithi047 bash[23321]: audit 2024-09-21T11:12:32.658632+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:33 smithi047 bash[23321]: audit 2024-09-21T11:12:32.667211+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:33 smithi047 bash[23321]: audit 2024-09-21T11:12:32.667211+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:33 smithi047 bash[23321]: audit 2024-09-21T11:12:32.677301+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:33 smithi047 bash[23321]: audit 2024-09-21T11:12:32.677301+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:33 smithi016 bash[22756]: cluster 2024-09-21T11:12:32.448949+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:34.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:33 smithi016 bash[22756]: cluster 2024-09-21T11:12:32.448949+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:34.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:33 smithi016 bash[22756]: audit 2024-09-21T11:12:32.658632+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:33 smithi016 bash[22756]: audit 2024-09-21T11:12:32.658632+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:33 smithi016 bash[22756]: audit 2024-09-21T11:12:32.667211+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:33 smithi016 bash[22756]: audit 2024-09-21T11:12:32.667211+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:33 smithi016 bash[22756]: audit 2024-09-21T11:12:32.677301+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:33 smithi016 bash[22756]: audit 2024-09-21T11:12:32.677301+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:33 smithi094 bash[23326]: cluster 2024-09-21T11:12:32.448949+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:34.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:33 smithi094 bash[23326]: cluster 2024-09-21T11:12:32.448949+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:34.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:33 smithi094 bash[23326]: audit 2024-09-21T11:12:32.658632+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:33 smithi094 bash[23326]: audit 2024-09-21T11:12:32.658632+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:33 smithi094 bash[23326]: audit 2024-09-21T11:12:32.667211+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:33 smithi094 bash[23326]: audit 2024-09-21T11:12:32.667211+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:33 smithi094 bash[23326]: audit 2024-09-21T11:12:32.677301+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:34.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:33 smithi094 bash[23326]: audit 2024-09-21T11:12:32.677301+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:36.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:35 smithi047 bash[23321]: cluster 2024-09-21T11:12:34.449501+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:36.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:35 smithi047 bash[23321]: cluster 2024-09-21T11:12:34.449501+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:36.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:35 smithi016 bash[22756]: cluster 2024-09-21T11:12:34.449501+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:36.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:35 smithi016 bash[22756]: cluster 2024-09-21T11:12:34.449501+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:36.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:35 smithi094 bash[23326]: cluster 2024-09-21T11:12:34.449501+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:36.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:35 smithi094 bash[23326]: cluster 2024-09-21T11:12:34.449501+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:36.317 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:12:37.817 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:37 smithi094 bash[23326]: cluster 2024-09-21T11:12:36.450141+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:37.817 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:37 smithi094 bash[23326]: cluster 2024-09-21T11:12:36.450141+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:38.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:37 smithi047 bash[23321]: cluster 2024-09-21T11:12:36.450141+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:38.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:37 smithi047 bash[23321]: cluster 2024-09-21T11:12:36.450141+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:38.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:37 smithi016 bash[22756]: cluster 2024-09-21T11:12:36.450141+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:38.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:37 smithi016 bash[22756]: cluster 2024-09-21T11:12:36.450141+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:38.108 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:12:39.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:38 smithi047 bash[23321]: audit 2024-09-21T11:12:38.107883+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.16:0/3736773155' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T11:12:39.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:38 smithi047 bash[23321]: audit 2024-09-21T11:12:38.107883+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.16:0/3736773155' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T11:12:39.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:38 smithi016 bash[22756]: audit 2024-09-21T11:12:38.107883+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.16:0/3736773155' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T11:12:39.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:38 smithi016 bash[22756]: audit 2024-09-21T11:12:38.107883+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.16:0/3736773155' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T11:12:39.072 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:38 smithi094 bash[23326]: audit 2024-09-21T11:12:38.107883+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.16:0/3736773155' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T11:12:39.072 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:38 smithi094 bash[23326]: audit 2024-09-21T11:12:38.107883+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.16:0/3736773155' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T11:12:39.311 INFO:teuthology.orchestra.run.smithi016.stdout:[{"version":15,"timestamp":"2024-09-21T11:12:12.203385+0000","name":"","changes":[{"name":"osd.2/osd_mclock_max_capacity_iops_ssd","new_value":"29622.932360"}]}] 2024-09-21T11:12:39.312 INFO:tasks.ceph_manager:config epoch is 15 2024-09-21T11:12:39.312 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T11:12:39.312 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T11:12:39.312 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T11:12:39.934 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:39 smithi094 bash[23326]: cluster 2024-09-21T11:12:38.450669+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:39.934 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:39 smithi094 bash[23326]: cluster 2024-09-21T11:12:38.450669+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:39.986 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:39 smithi016 bash[22756]: cluster 2024-09-21T11:12:38.450669+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:39.986 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:39 smithi016 bash[22756]: cluster 2024-09-21T11:12:38.450669+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:40.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:39 smithi047 bash[23321]: cluster 2024-09-21T11:12:38.450669+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:40.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:39 smithi047 bash[23321]: cluster 2024-09-21T11:12:38.450669+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:42.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:41 smithi047 bash[23321]: cluster 2024-09-21T11:12:40.451323+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:42.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:41 smithi047 bash[23321]: cluster 2024-09-21T11:12:40.451323+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:42.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:41 smithi016 bash[22756]: cluster 2024-09-21T11:12:40.451323+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:42.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:41 smithi016 bash[22756]: cluster 2024-09-21T11:12:40.451323+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:42.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:41 smithi094 bash[23326]: cluster 2024-09-21T11:12:40.451323+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:42.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:41 smithi094 bash[23326]: cluster 2024-09-21T11:12:40.451323+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:44.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:43 smithi047 bash[23321]: cluster 2024-09-21T11:12:42.452040+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:44.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:43 smithi047 bash[23321]: cluster 2024-09-21T11:12:42.452040+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:44.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:43 smithi016 bash[22756]: cluster 2024-09-21T11:12:42.452040+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:44.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:43 smithi016 bash[22756]: cluster 2024-09-21T11:12:42.452040+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:44.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:43 smithi094 bash[23326]: cluster 2024-09-21T11:12:42.452040+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:44.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:43 smithi094 bash[23326]: cluster 2024-09-21T11:12:42.452040+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:44.168 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:12:45.592 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:12:45.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: cluster 2024-09-21T11:12:44.452734+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:45.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: cluster 2024-09-21T11:12:44.452734+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:45.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.219407+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.219407+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.226295+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.226295+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.235963+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.235963+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.491993+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.491993+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.499014+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.499014+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.507827+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.507827+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.582791+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.16:0/1640308219' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T11:12:45.888 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:45 smithi094 bash[23326]: audit 2024-09-21T11:12:45.582791+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.16:0/1640308219' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T11:12:46.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: cluster 2024-09-21T11:12:44.452734+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: cluster 2024-09-21T11:12:44.452734+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.219407+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.219407+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.226295+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.226295+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.235963+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.235963+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.491993+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.491993+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.499014+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.499014+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.507827+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.507827+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.582791+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.16:0/1640308219' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T11:12:46.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:45 smithi047 bash[23321]: audit 2024-09-21T11:12:45.582791+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.16:0/1640308219' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T11:12:46.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: cluster 2024-09-21T11:12:44.452734+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: cluster 2024-09-21T11:12:44.452734+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.219407+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.219407+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.226295+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.226295+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.235963+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.235963+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.491993+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.491993+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.499014+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.499014+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.507827+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.507827+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:46.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.582791+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.16:0/1640308219' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T11:12:46.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:45 smithi016 bash[22756]: audit 2024-09-21T11:12:45.582791+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.16:0/1640308219' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T11:12:46.236 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":16,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":3613801930},{"type":"v1","addr":"172.21.15.16:6801","nonce":3613801930}]},"active_addr":"172.21.15.16:6801/3613801930","active_change":"2024-09-21T11:07:20.368432+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24110,"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.8","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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.8","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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.16: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.16:0","nonce":2569009321}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":4039970754}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":3520974026}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":2487694181}]}]} 2024-09-21T11:12:46.240 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T11:12:46.240 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T11:12:46.240 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T11:12:48.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:47 smithi047 bash[23321]: cluster 2024-09-21T11:12:46.453201+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:48.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:47 smithi047 bash[23321]: cluster 2024-09-21T11:12:46.453201+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:48.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:47 smithi016 bash[22756]: cluster 2024-09-21T11:12:46.453201+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:48.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:47 smithi016 bash[22756]: cluster 2024-09-21T11:12:46.453201+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:48.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:47 smithi094 bash[23326]: cluster 2024-09-21T11:12:46.453201+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:48.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:47 smithi094 bash[23326]: cluster 2024-09-21T11:12:46.453201+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:50.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:49 smithi047 bash[23321]: cluster 2024-09-21T11:12:48.453822+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:50.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:49 smithi047 bash[23321]: cluster 2024-09-21T11:12:48.453822+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:49 smithi016 bash[22756]: cluster 2024-09-21T11:12:48.453822+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:49 smithi016 bash[22756]: cluster 2024-09-21T11:12:48.453822+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:49 smithi094 bash[23326]: cluster 2024-09-21T11:12:48.453822+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:49 smithi094 bash[23326]: cluster 2024-09-21T11:12:48.453822+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:50.981 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:12:52.001 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:51 smithi016 bash[22756]: cluster 2024-09-21T11:12:50.454416+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:52.001 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:51 smithi016 bash[22756]: cluster 2024-09-21T11:12:50.454416+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:52.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:51 smithi047 bash[23321]: cluster 2024-09-21T11:12:50.454416+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:52.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:51 smithi047 bash[23321]: cluster 2024-09-21T11:12:50.454416+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:51 smithi094 bash[23326]: cluster 2024-09-21T11:12:50.454416+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:51 smithi094 bash[23326]: cluster 2024-09-21T11:12:50.454416+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:52.344 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:12:52.345 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":22,"fsid":"4a9cefac-7809-11ef-baf6-efdc52797490","created":"2024-09-21T11:06:17.007228+0000","modified":"2024-09-21T11:12:17.932418+0000","last_up_change":"2024-09-21T11:12:13.205300+0000","last_in_change":"2024-09-21T11:11:38.315413+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-21T11:12:15.044657+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"6dcd50d3-2433-43dd-b19f-baac326e6a87","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.16:6802","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6803","nonce":845407915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6805","nonce":845407915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6809","nonce":845407915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6807","nonce":845407915}]},"public_addr":"172.21.15.16:6803/845407915","cluster_addr":"172.21.15.16:6805/845407915","heartbeat_back_addr":"172.21.15.16:6809/845407915","heartbeat_front_addr":"172.21.15.16:6807/845407915","state":["exists","up"]},{"osd":1,"uuid":"96de36ad-5831-49d7-9856-d48dd696f28b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6800","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6801","nonce":3605765493}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6803","nonce":3605765493}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6807","nonce":3605765493}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6805","nonce":3605765493}]},"public_addr":"172.21.15.47:6801/3605765493","cluster_addr":"172.21.15.47:6803/3605765493","heartbeat_back_addr":"172.21.15.47:6807/3605765493","heartbeat_front_addr":"172.21.15.47:6805/3605765493","state":["exists","up"]},{"osd":2,"uuid":"0ac83c27-23b4-4144-ae68-7228232aa947","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.94:6800","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6801","nonce":330513976}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6803","nonce":330513976}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6807","nonce":330513976}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6805","nonce":330513976}]},"public_addr":"172.21.15.94:6801/330513976","cluster_addr":"172.21.15.94:6803/330513976","heartbeat_back_addr":"172.21.15.94:6807/330513976","heartbeat_front_addr":"172.21.15.94:6805/330513976","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-21T11:10:14.888050+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-21T11:11:14.515590+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-21T11:12:11.179067+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/2026252002":"2024-09-22T11:07:20.368223+0000","172.21.15.16:6800/4166657911":"2024-09-22T11:07:20.368223+0000","172.21.15.16:0/1174385474":"2024-09-22T11:07:20.368223+0000","172.21.15.16:0/585297653":"2024-09-22T11:07:20.368223+0000","172.21.15.16:0/3130960100":"2024-09-22T11:06:44.312858+0000","172.21.15.16:0/2793744787":"2024-09-22T11:06:44.312858+0000","172.21.15.16:6801/4166657911":"2024-09-22T11:07:20.368223+0000","172.21.15.16:6800/940947333":"2024-09-22T11:06:44.312858+0000","172.21.15.16:6801/940947333":"2024-09-22T11:06:44.312858+0000","172.21.15.16:0/3849370648":"2024-09-22T11:06:44.312858+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-21T11:12:52.969 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:52 smithi016 bash[22756]: audit 2024-09-21T11:12:52.343926+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.16:0/419843639' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:52.969 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:52 smithi016 bash[22756]: audit 2024-09-21T11:12:52.343926+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.16:0/419843639' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:52.970 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T11:12:52.970 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T11:12:53.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:52 smithi047 bash[23321]: audit 2024-09-21T11:12:52.343926+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.16:0/419843639' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:53.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:52 smithi047 bash[23321]: audit 2024-09-21T11:12:52.343926+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.16:0/419843639' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:53.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:52 smithi094 bash[23326]: audit 2024-09-21T11:12:52.343926+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.16:0/419843639' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:53.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:52 smithi094 bash[23326]: audit 2024-09-21T11:12:52.343926+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.16:0/419843639' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:12:54.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:53 smithi094 bash[23326]: cluster 2024-09-21T11:12:52.454966+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:54.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:53 smithi094 bash[23326]: cluster 2024-09-21T11:12:52.454966+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:54.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:53 smithi094 bash[23326]: audit 2024-09-21T11:12:52.861206+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:53 smithi094 bash[23326]: audit 2024-09-21T11:12:52.861206+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:53 smithi094 bash[23326]: audit 2024-09-21T11:12:52.869903+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:53 smithi094 bash[23326]: audit 2024-09-21T11:12:52.869903+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:53 smithi094 bash[23326]: audit 2024-09-21T11:12:52.879876+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:53 smithi094 bash[23326]: audit 2024-09-21T11:12:52.879876+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:53 smithi047 bash[23321]: cluster 2024-09-21T11:12:52.454966+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:53 smithi047 bash[23321]: cluster 2024-09-21T11:12:52.454966+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:53 smithi047 bash[23321]: audit 2024-09-21T11:12:52.861206+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:53 smithi047 bash[23321]: audit 2024-09-21T11:12:52.861206+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:53 smithi047 bash[23321]: audit 2024-09-21T11:12:52.869903+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:53 smithi047 bash[23321]: audit 2024-09-21T11:12:52.869903+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:53 smithi047 bash[23321]: audit 2024-09-21T11:12:52.879876+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:53 smithi047 bash[23321]: audit 2024-09-21T11:12:52.879876+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:53 smithi016 bash[22756]: cluster 2024-09-21T11:12:52.454966+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:54.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:53 smithi016 bash[22756]: cluster 2024-09-21T11:12:52.454966+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:54.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:53 smithi016 bash[22756]: audit 2024-09-21T11:12:52.861206+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:53 smithi016 bash[22756]: audit 2024-09-21T11:12:52.861206+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:53 smithi016 bash[22756]: audit 2024-09-21T11:12:52.869903+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:53 smithi016 bash[22756]: audit 2024-09-21T11:12:52.869903+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:53 smithi016 bash[22756]: audit 2024-09-21T11:12:52.879876+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:54.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:53 smithi016 bash[22756]: audit 2024-09-21T11:12:52.879876+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:12:56.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:55 smithi094 bash[23326]: cluster 2024-09-21T11:12:54.455486+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:56.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:55 smithi094 bash[23326]: cluster 2024-09-21T11:12:54.455486+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:56.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:55 smithi047 bash[23321]: cluster 2024-09-21T11:12:54.455486+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:56.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:55 smithi047 bash[23321]: cluster 2024-09-21T11:12:54.455486+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:56.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:55 smithi016 bash[22756]: cluster 2024-09-21T11:12:54.455486+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:56.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:55 smithi016 bash[22756]: cluster 2024-09-21T11:12:54.455486+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:57.718 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:12:58.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:57 smithi016 bash[22756]: cluster 2024-09-21T11:12:56.456089+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:58.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:57 smithi016 bash[22756]: cluster 2024-09-21T11:12:56.456089+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:58.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:57 smithi094 bash[23326]: cluster 2024-09-21T11:12:56.456089+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:58.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:57 smithi094 bash[23326]: cluster 2024-09-21T11:12:56.456089+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:58.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:57 smithi047 bash[23321]: cluster 2024-09-21T11:12:56.456089+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:58.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:57 smithi047 bash[23321]: cluster 2024-09-21T11:12:56.456089+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:12:59.459 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:12:59.460 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":22,"fsid":"4a9cefac-7809-11ef-baf6-efdc52797490","created":"2024-09-21T11:06:17.007228+0000","modified":"2024-09-21T11:12:17.932418+0000","last_up_change":"2024-09-21T11:12:13.205300+0000","last_in_change":"2024-09-21T11:11:38.315413+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-21T11:12:15.044657+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"6dcd50d3-2433-43dd-b19f-baac326e6a87","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.16:6802","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6803","nonce":845407915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6805","nonce":845407915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6809","nonce":845407915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":845407915},{"type":"v1","addr":"172.21.15.16:6807","nonce":845407915}]},"public_addr":"172.21.15.16:6803/845407915","cluster_addr":"172.21.15.16:6805/845407915","heartbeat_back_addr":"172.21.15.16:6809/845407915","heartbeat_front_addr":"172.21.15.16:6807/845407915","state":["exists","up"]},{"osd":1,"uuid":"96de36ad-5831-49d7-9856-d48dd696f28b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6800","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6801","nonce":3605765493}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6803","nonce":3605765493}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6807","nonce":3605765493}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":3605765493},{"type":"v1","addr":"172.21.15.47:6805","nonce":3605765493}]},"public_addr":"172.21.15.47:6801/3605765493","cluster_addr":"172.21.15.47:6803/3605765493","heartbeat_back_addr":"172.21.15.47:6807/3605765493","heartbeat_front_addr":"172.21.15.47:6805/3605765493","state":["exists","up"]},{"osd":2,"uuid":"0ac83c27-23b4-4144-ae68-7228232aa947","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.94:6800","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6801","nonce":330513976}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6803","nonce":330513976}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6807","nonce":330513976}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":330513976},{"type":"v1","addr":"172.21.15.94:6805","nonce":330513976}]},"public_addr":"172.21.15.94:6801/330513976","cluster_addr":"172.21.15.94:6803/330513976","heartbeat_back_addr":"172.21.15.94:6807/330513976","heartbeat_front_addr":"172.21.15.94:6805/330513976","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-21T11:10:14.888050+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-21T11:11:14.515590+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-21T11:12:11.179067+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/2026252002":"2024-09-22T11:07:20.368223+0000","172.21.15.16:6800/4166657911":"2024-09-22T11:07:20.368223+0000","172.21.15.16:0/1174385474":"2024-09-22T11:07:20.368223+0000","172.21.15.16:0/585297653":"2024-09-22T11:07:20.368223+0000","172.21.15.16:0/3130960100":"2024-09-22T11:06:44.312858+0000","172.21.15.16:0/2793744787":"2024-09-22T11:06:44.312858+0000","172.21.15.16:6801/4166657911":"2024-09-22T11:07:20.368223+0000","172.21.15.16:6800/940947333":"2024-09-22T11:06:44.312858+0000","172.21.15.16:6801/940947333":"2024-09-22T11:06:44.312858+0000","172.21.15.16:0/3849370648":"2024-09-22T11:06:44.312858+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-21T11:13:00.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:59 smithi094 bash[23326]: cluster 2024-09-21T11:12:58.456711+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:00.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:59 smithi094 bash[23326]: cluster 2024-09-21T11:12:58.456711+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:00.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:59 smithi094 bash[23326]: audit 2024-09-21T11:12:59.459470+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/2030751229' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:13:00.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:12:59 smithi094 bash[23326]: audit 2024-09-21T11:12:59.459470+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/2030751229' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:13:00.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:59 smithi047 bash[23321]: cluster 2024-09-21T11:12:58.456711+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:00.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:59 smithi047 bash[23321]: cluster 2024-09-21T11:12:58.456711+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:00.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:59 smithi047 bash[23321]: audit 2024-09-21T11:12:59.459470+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/2030751229' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:13:00.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:12:59 smithi047 bash[23321]: audit 2024-09-21T11:12:59.459470+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/2030751229' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:13:00.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:59 smithi016 bash[22756]: cluster 2024-09-21T11:12:58.456711+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:00.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:59 smithi016 bash[22756]: cluster 2024-09-21T11:12:58.456711+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:00.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:59 smithi016 bash[22756]: audit 2024-09-21T11:12:59.459470+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/2030751229' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:13:00.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:12:59 smithi016 bash[22756]: audit 2024-09-21T11:12:59.459470+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/2030751229' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T11:13:00.463 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T11:13:00.464 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T11:13:00.464 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T11:13:02.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:01 smithi094 bash[23326]: cluster 2024-09-21T11:13:00.457346+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:02.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:01 smithi094 bash[23326]: cluster 2024-09-21T11:13:00.457346+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:02.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:01 smithi047 bash[23321]: cluster 2024-09-21T11:13:00.457346+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:02.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:01 smithi047 bash[23321]: cluster 2024-09-21T11:13:00.457346+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:02.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:01 smithi016 bash[22756]: cluster 2024-09-21T11:13:00.457346+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:02.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:01 smithi016 bash[22756]: cluster 2024-09-21T11:13:00.457346+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:04.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:03 smithi094 bash[23326]: cluster 2024-09-21T11:13:02.457952+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:04.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:03 smithi094 bash[23326]: cluster 2024-09-21T11:13:02.457952+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:04.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:03 smithi047 bash[23321]: cluster 2024-09-21T11:13:02.457952+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:04.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:03 smithi047 bash[23321]: cluster 2024-09-21T11:13:02.457952+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:04.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:03 smithi016 bash[22756]: cluster 2024-09-21T11:13:02.457952+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:04.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:03 smithi016 bash[22756]: cluster 2024-09-21T11:13:02.457952+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:04.775 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:04.775 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:04.775 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: cluster 2024-09-21T11:13:04.458507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: cluster 2024-09-21T11:13:04.458507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.437814+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.437814+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.443424+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.443424+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.450744+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.450744+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.708892+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.708892+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.715479+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.715479+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.723238+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:05 smithi094 bash[23326]: audit 2024-09-21T11:13:05.723238+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: cluster 2024-09-21T11:13:04.458507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:06.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: cluster 2024-09-21T11:13:04.458507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.437814+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.437814+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.443424+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.443424+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.450744+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.450744+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.708892+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.708892+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.715479+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.715479+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.723238+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:05 smithi047 bash[23321]: audit 2024-09-21T11:13:05.723238+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: cluster 2024-09-21T11:13:04.458507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:06.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: cluster 2024-09-21T11:13:04.458507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.437814+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.437814+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.443424+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.443424+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.450744+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.450744+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.708892+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.708892+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.715479+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.715479+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.723238+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:06.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:05 smithi016 bash[22756]: audit 2024-09-21T11:13:05.723238+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:07.797 INFO:teuthology.orchestra.run.smithi016.stdout:34359738404 2024-09-21T11:13:07.798 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T11:13:08.154 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:07 smithi016 bash[22756]: cluster 2024-09-21T11:13:06.458976+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:08.154 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:07 smithi016 bash[22756]: cluster 2024-09-21T11:13:06.458976+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:08.155 INFO:teuthology.orchestra.run.smithi016.stdout:55834574874 2024-09-21T11:13:08.155 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T11:13:08.193 INFO:teuthology.orchestra.run.smithi016.stdout:77309411342 2024-09-21T11:13:08.194 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T11:13:08.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:07 smithi047 bash[23321]: cluster 2024-09-21T11:13:06.458976+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:08.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:07 smithi047 bash[23321]: cluster 2024-09-21T11:13:06.458976+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:08.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:07 smithi094 bash[23326]: cluster 2024-09-21T11:13:06.458976+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:08.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:07 smithi094 bash[23326]: cluster 2024-09-21T11:13:06.458976+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:10.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: cluster 2024-09-21T11:13:08.459532+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: cluster 2024-09-21T11:13:08.459532+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: audit 2024-09-21T11:13:09.523049+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: audit 2024-09-21T11:13:09.523049+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: audit 2024-09-21T11:13:09.528601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: audit 2024-09-21T11:13:09.528601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: audit 2024-09-21T11:13:09.530467+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: audit 2024-09-21T11:13:09.530467+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: audit 2024-09-21T11:13:09.540902+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:10.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:09 smithi047 bash[23321]: audit 2024-09-21T11:13:09.540902+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:10.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: cluster 2024-09-21T11:13:08.459532+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:10.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: cluster 2024-09-21T11:13:08.459532+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:10.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: audit 2024-09-21T11:13:09.523049+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:10.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: audit 2024-09-21T11:13:09.523049+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:10.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: audit 2024-09-21T11:13:09.528601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: audit 2024-09-21T11:13:09.528601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: audit 2024-09-21T11:13:09.530467+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: audit 2024-09-21T11:13:09.530467+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: audit 2024-09-21T11:13:09.540902+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:10.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:09 smithi016 bash[22756]: audit 2024-09-21T11:13:09.540902+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:10.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: cluster 2024-09-21T11:13:08.459532+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:10.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: cluster 2024-09-21T11:13:08.459532+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:10.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: audit 2024-09-21T11:13:09.523049+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:10.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: audit 2024-09-21T11:13:09.523049+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:10.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: audit 2024-09-21T11:13:09.528601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:10.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: audit 2024-09-21T11:13:09.528601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:10.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: audit 2024-09-21T11:13:09.530467+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:10.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: audit 2024-09-21T11:13:09.530467+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:10.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: audit 2024-09-21T11:13:09.540902+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:10.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:09 smithi094 bash[23326]: audit 2024-09-21T11:13:09.540902+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:12.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:11 smithi047 bash[23321]: cluster 2024-09-21T11:13:10.460051+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:12.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:11 smithi047 bash[23321]: cluster 2024-09-21T11:13:10.460051+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:12.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:11 smithi016 bash[22756]: cluster 2024-09-21T11:13:10.460051+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:12.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:11 smithi016 bash[22756]: cluster 2024-09-21T11:13:10.460051+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:12.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:11 smithi094 bash[23326]: cluster 2024-09-21T11:13:10.460051+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:12.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:11 smithi094 bash[23326]: cluster 2024-09-21T11:13:10.460051+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:12.544 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:12.544 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:12.545 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:14.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:14 smithi016 bash[22756]: cluster 2024-09-21T11:13:12.460615+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:14.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:14 smithi016 bash[22756]: cluster 2024-09-21T11:13:12.460615+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:14.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:14 smithi016 bash[22756]: audit 2024-09-21T11:13:13.095312+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:14 smithi016 bash[22756]: audit 2024-09-21T11:13:13.095312+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:14 smithi016 bash[22756]: audit 2024-09-21T11:13:13.103847+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:14 smithi016 bash[22756]: audit 2024-09-21T11:13:13.103847+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:14 smithi016 bash[22756]: audit 2024-09-21T11:13:13.113361+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:14 smithi016 bash[22756]: audit 2024-09-21T11:13:13.113361+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.332 INFO:teuthology.orchestra.run.smithi016.stdout:34359738405 2024-09-21T11:13:14.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:14 smithi094 bash[23326]: cluster 2024-09-21T11:13:12.460615+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:14.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:14 smithi094 bash[23326]: cluster 2024-09-21T11:13:12.460615+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:14 smithi094 bash[23326]: audit 2024-09-21T11:13:13.095312+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:14 smithi094 bash[23326]: audit 2024-09-21T11:13:13.095312+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:14 smithi094 bash[23326]: audit 2024-09-21T11:13:13.103847+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:14 smithi094 bash[23326]: audit 2024-09-21T11:13:13.103847+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:14 smithi094 bash[23326]: audit 2024-09-21T11:13:13.113361+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:14 smithi094 bash[23326]: audit 2024-09-21T11:13:13.113361+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:14 smithi047 bash[23321]: cluster 2024-09-21T11:13:12.460615+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:14.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:14 smithi047 bash[23321]: cluster 2024-09-21T11:13:12.460615+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:14.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:14 smithi047 bash[23321]: audit 2024-09-21T11:13:13.095312+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:14 smithi047 bash[23321]: audit 2024-09-21T11:13:13.095312+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:14 smithi047 bash[23321]: audit 2024-09-21T11:13:13.103847+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:14 smithi047 bash[23321]: audit 2024-09-21T11:13:13.103847+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:14 smithi047 bash[23321]: audit 2024-09-21T11:13:13.113361+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:14 smithi047 bash[23321]: audit 2024-09-21T11:13:13.113361+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:14.712 INFO:teuthology.orchestra.run.smithi016.stdout:77309411343 2024-09-21T11:13:14.826 INFO:teuthology.orchestra.run.smithi016.stdout:55834574875 2024-09-21T11:13:15.241 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738405 for osd.0 2024-09-21T11:13:15.241 DEBUG:teuthology.parallel:result is None 2024-09-21T11:13:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:15 smithi094 bash[23326]: audit 2024-09-21T11:13:14.332216+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.16:0/2968157331' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T11:13:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:15 smithi094 bash[23326]: audit 2024-09-21T11:13:14.332216+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.16:0/2968157331' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T11:13:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:15 smithi094 bash[23326]: audit 2024-09-21T11:13:14.712211+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.16:0/2495218265' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T11:13:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:15 smithi094 bash[23326]: audit 2024-09-21T11:13:14.712211+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.16:0/2495218265' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T11:13:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:15 smithi094 bash[23326]: audit 2024-09-21T11:13:14.826892+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.16:0/729858039' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T11:13:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:15 smithi094 bash[23326]: audit 2024-09-21T11:13:14.826892+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.16:0/729858039' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T11:13:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:15 smithi047 bash[23321]: audit 2024-09-21T11:13:14.332216+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.16:0/2968157331' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T11:13:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:15 smithi047 bash[23321]: audit 2024-09-21T11:13:14.332216+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.16:0/2968157331' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T11:13:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:15 smithi047 bash[23321]: audit 2024-09-21T11:13:14.712211+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.16:0/2495218265' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T11:13:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:15 smithi047 bash[23321]: audit 2024-09-21T11:13:14.712211+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.16:0/2495218265' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T11:13:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:15 smithi047 bash[23321]: audit 2024-09-21T11:13:14.826892+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.16:0/729858039' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T11:13:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:15 smithi047 bash[23321]: audit 2024-09-21T11:13:14.826892+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.16:0/729858039' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T11:13:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:15 smithi016 bash[22756]: audit 2024-09-21T11:13:14.332216+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.16:0/2968157331' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T11:13:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:15 smithi016 bash[22756]: audit 2024-09-21T11:13:14.332216+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.16:0/2968157331' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T11:13:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:15 smithi016 bash[22756]: audit 2024-09-21T11:13:14.712211+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.16:0/2495218265' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T11:13:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:15 smithi016 bash[22756]: audit 2024-09-21T11:13:14.712211+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.16:0/2495218265' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T11:13:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:15 smithi016 bash[22756]: audit 2024-09-21T11:13:14.826892+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.16:0/729858039' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T11:13:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:15 smithi016 bash[22756]: audit 2024-09-21T11:13:14.826892+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.16:0/729858039' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T11:13:15.972 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574875 for osd.1 2024-09-21T11:13:15.972 DEBUG:teuthology.parallel:result is None 2024-09-21T11:13:15.982 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411342 got 77309411343 for osd.2 2024-09-21T11:13:15.982 DEBUG:teuthology.parallel:result is None 2024-09-21T11:13:15.982 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T11:13:15.982 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T11:13:16.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:16 smithi016 bash[22756]: cluster 2024-09-21T11:13:14.460956+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:16.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:16 smithi016 bash[22756]: cluster 2024-09-21T11:13:14.460956+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:16 smithi094 bash[23326]: cluster 2024-09-21T11:13:14.460956+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:16 smithi094 bash[23326]: cluster 2024-09-21T11:13:14.460956+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:16.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:16 smithi047 bash[23321]: cluster 2024-09-21T11:13:14.460956+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:16.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:16 smithi047 bash[23321]: cluster 2024-09-21T11:13:14.460956+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:18.229 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:18 smithi094 bash[23326]: cluster 2024-09-21T11:13:16.461415+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:18.229 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:18 smithi094 bash[23326]: cluster 2024-09-21T11:13:16.461415+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:18.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:18 smithi016 bash[22756]: cluster 2024-09-21T11:13:16.461415+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:18.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:18 smithi016 bash[22756]: cluster 2024-09-21T11:13:16.461415+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:18.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:18 smithi047 bash[23321]: cluster 2024-09-21T11:13:16.461415+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:18.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:18 smithi047 bash[23321]: cluster 2024-09-21T11:13:16.461415+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:20.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:20 smithi094 bash[23326]: cluster 2024-09-21T11:13:18.461954+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:20.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:20 smithi094 bash[23326]: cluster 2024-09-21T11:13:18.461954+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:20.470 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:20 smithi016 bash[22756]: cluster 2024-09-21T11:13:18.461954+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:20.470 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:20 smithi016 bash[22756]: cluster 2024-09-21T11:13:18.461954+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:20.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:20 smithi047 bash[23321]: cluster 2024-09-21T11:13:18.461954+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:20.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:20 smithi047 bash[23321]: cluster 2024-09-21T11:13:18.461954+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:21.481 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:22.383 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:22 smithi016 bash[22756]: cluster 2024-09-21T11:13:20.462571+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:22.383 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:22 smithi016 bash[22756]: cluster 2024-09-21T11:13:20.462571+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:22.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:22 smithi094 bash[23326]: cluster 2024-09-21T11:13:20.462571+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:22.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:22 smithi094 bash[23326]: cluster 2024-09-21T11:13:20.462571+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:22.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:22 smithi047 bash[23321]: cluster 2024-09-21T11:13:20.462571+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:22.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:22 smithi047 bash[23321]: cluster 2024-09-21T11:13:20.462571+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:22.705 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-09-21T11:13:22.705 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:13:23.385 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":193,"stamp":"2024-09-21T11:13:22.462795+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":92260,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281143196,"statfs":{"total":287985106944,"available":287890632704,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"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.002986"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-21T11:12:17.950874+0000","last_change":"2024-09-21T11:12:16.939299+0000","last_active":"2024-09-21T11:12:17.950874+0000","last_peered":"2024-09-21T11:12:17.950874+0000","last_clean":"2024-09-21T11:12:17.950874+0000","last_became_active":"2024-09-21T11:12:16.938380+0000","last_became_peered":"2024-09-21T11:12:16.938380+0000","last_unstale":"2024-09-21T11:12:17.950874+0000","last_undegraded":"2024-09-21T11:12:17.950874+0000","last_fullsized":"2024-09-21T11:12:17.950874+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T11:12:15.913423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T11:12:15.913423+0000","last_clean_scrub_stamp":"2024-09-21T11:12:15.913423+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-22T16:33:36.888755+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":32140,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713012,"statfs":{"total":95995035648,"available":95962124288,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":55834574877,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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":34359738407,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32140,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713012,"statfs":{"total":95995035648,"available":95962124288,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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-21T11:13:23.386 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T11:13:24.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:24 smithi094 bash[23326]: cluster 2024-09-21T11:13:22.462936+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:24.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:24 smithi094 bash[23326]: cluster 2024-09-21T11:13:22.462936+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:24.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:24 smithi094 bash[23326]: audit 2024-09-21T11:13:22.704921+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:24.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:24 smithi094 bash[23326]: audit 2024-09-21T11:13:22.704921+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:24.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:24 smithi047 bash[23321]: cluster 2024-09-21T11:13:22.462936+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:24.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:24 smithi047 bash[23321]: cluster 2024-09-21T11:13:22.462936+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:24.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:24 smithi047 bash[23321]: audit 2024-09-21T11:13:22.704921+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:24.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:24 smithi047 bash[23321]: audit 2024-09-21T11:13:22.704921+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:24.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:24 smithi016 bash[22756]: cluster 2024-09-21T11:13:22.462936+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:24.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:24 smithi016 bash[22756]: cluster 2024-09-21T11:13:22.462936+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:24.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:24 smithi016 bash[22756]: audit 2024-09-21T11:13:22.704921+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:24.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:24 smithi016 bash[22756]: audit 2024-09-21T11:13:22.704921+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: cluster 2024-09-21T11:13:24.463449+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: cluster 2024-09-21T11:13:24.463449+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.655991+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.655991+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.663894+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.663894+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.673453+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.673453+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.923708+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.225 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.923708+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.226 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.931736+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.226 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.931736+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.226 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.941158+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.226 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:26 smithi047 bash[23321]: audit 2024-09-21T11:13:25.941158+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: cluster 2024-09-21T11:13:24.463449+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: cluster 2024-09-21T11:13:24.463449+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.655991+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.655991+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.663894+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.663894+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.673453+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.673453+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.923708+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.923708+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.931736+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.931736+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.941158+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:26 smithi094 bash[23326]: audit 2024-09-21T11:13:25.941158+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: cluster 2024-09-21T11:13:24.463449+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:26.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: cluster 2024-09-21T11:13:24.463449+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:26.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.655991+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.655991+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.663894+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.663894+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.673453+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.673453+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.923708+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.923708+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.931736+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.931736+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.941158+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:26.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:26 smithi016 bash[22756]: audit 2024-09-21T11:13:25.941158+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:28.119 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:28.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:28 smithi094 bash[23326]: cluster 2024-09-21T11:13:26.464058+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:28.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:28 smithi094 bash[23326]: cluster 2024-09-21T11:13:26.464058+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:28.431 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:28 smithi047 bash[23321]: cluster 2024-09-21T11:13:26.464058+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:28.431 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:28 smithi047 bash[23321]: cluster 2024-09-21T11:13:26.464058+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:28.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:28 smithi016 bash[22756]: cluster 2024-09-21T11:13:26.464058+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:28.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:28 smithi016 bash[22756]: cluster 2024-09-21T11:13:26.464058+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:29.546 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:13:29.546 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-09-21T11:13:30.171 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":196,"stamp":"2024-09-21T11:13:28.464403+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":92260,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281143196,"statfs":{"total":287985106944,"available":287890632704,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"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.003210"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-21T11:12:17.950874+0000","last_change":"2024-09-21T11:12:16.939299+0000","last_active":"2024-09-21T11:12:17.950874+0000","last_peered":"2024-09-21T11:12:17.950874+0000","last_clean":"2024-09-21T11:12:17.950874+0000","last_became_active":"2024-09-21T11:12:16.938380+0000","last_became_peered":"2024-09-21T11:12:16.938380+0000","last_unstale":"2024-09-21T11:12:17.950874+0000","last_undegraded":"2024-09-21T11:12:17.950874+0000","last_fullsized":"2024-09-21T11:12:17.950874+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T11:12:15.913423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T11:12:15.913423+0000","last_clean_scrub_stamp":"2024-09-21T11:12:15.913423+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-22T16:33:36.888755+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":32140,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713012,"statfs":{"total":95995035648,"available":95962124288,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32140,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713012,"statfs":{"total":95995035648,"available":95962124288,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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-21T11:13:30.172 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T11:13:30.172 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T11:13:30.172 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T11:13:30.172 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- ceph health --format=json 2024-09-21T11:13:30.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:30 smithi094 bash[23326]: cluster 2024-09-21T11:13:28.464671+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:30.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:30 smithi094 bash[23326]: cluster 2024-09-21T11:13:28.464671+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:30.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:30 smithi047 bash[23321]: cluster 2024-09-21T11:13:28.464671+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:30.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:30 smithi047 bash[23321]: cluster 2024-09-21T11:13:28.464671+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:30.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:30 smithi016 bash[22756]: cluster 2024-09-21T11:13:28.464671+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:30.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:30 smithi016 bash[22756]: cluster 2024-09-21T11:13:28.464671+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:31.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:31 smithi047 bash[23321]: audit 2024-09-21T11:13:29.545480+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:31.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:31 smithi047 bash[23321]: audit 2024-09-21T11:13:29.545480+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:31.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:31 smithi016 bash[22756]: audit 2024-09-21T11:13:29.545480+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:31.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:31 smithi016 bash[22756]: audit 2024-09-21T11:13:29.545480+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:31.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:31 smithi094 bash[23326]: audit 2024-09-21T11:13:29.545480+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:31.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:31 smithi094 bash[23326]: audit 2024-09-21T11:13:29.545480+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:13:32.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:32 smithi047 bash[23321]: cluster 2024-09-21T11:13:30.465316+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:32.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:32 smithi047 bash[23321]: cluster 2024-09-21T11:13:30.465316+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:32.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:32 smithi016 bash[22756]: cluster 2024-09-21T11:13:30.465316+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:32.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:32 smithi016 bash[22756]: cluster 2024-09-21T11:13:30.465316+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:32.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:32 smithi094 bash[23326]: cluster 2024-09-21T11:13:30.465316+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:32.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:32 smithi094 bash[23326]: cluster 2024-09-21T11:13:30.465316+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:34.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:34 smithi047 bash[23321]: cluster 2024-09-21T11:13:32.465985+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:34.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:34 smithi047 bash[23321]: cluster 2024-09-21T11:13:32.465985+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:34.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:34 smithi047 bash[23321]: audit 2024-09-21T11:13:33.331210+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:34 smithi047 bash[23321]: audit 2024-09-21T11:13:33.331210+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:34 smithi047 bash[23321]: audit 2024-09-21T11:13:33.339429+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:34 smithi047 bash[23321]: audit 2024-09-21T11:13:33.339429+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:34 smithi047 bash[23321]: audit 2024-09-21T11:13:33.349150+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:34 smithi047 bash[23321]: audit 2024-09-21T11:13:33.349150+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:34 smithi016 bash[22756]: cluster 2024-09-21T11:13:32.465985+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:34.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:34 smithi016 bash[22756]: cluster 2024-09-21T11:13:32.465985+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:34.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:34 smithi016 bash[22756]: audit 2024-09-21T11:13:33.331210+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:34 smithi016 bash[22756]: audit 2024-09-21T11:13:33.331210+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:34 smithi016 bash[22756]: audit 2024-09-21T11:13:33.339429+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:34 smithi016 bash[22756]: audit 2024-09-21T11:13:33.339429+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:34 smithi016 bash[22756]: audit 2024-09-21T11:13:33.349150+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:34 smithi016 bash[22756]: audit 2024-09-21T11:13:33.349150+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:34 smithi094 bash[23326]: cluster 2024-09-21T11:13:32.465985+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:34.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:34 smithi094 bash[23326]: cluster 2024-09-21T11:13:32.465985+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:34.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:34 smithi094 bash[23326]: audit 2024-09-21T11:13:33.331210+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:34 smithi094 bash[23326]: audit 2024-09-21T11:13:33.331210+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:34 smithi094 bash[23326]: audit 2024-09-21T11:13:33.339429+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:34 smithi094 bash[23326]: audit 2024-09-21T11:13:33.339429+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:34 smithi094 bash[23326]: audit 2024-09-21T11:13:33.349150+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:34 smithi094 bash[23326]: audit 2024-09-21T11:13:33.349150+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:34.920 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:36.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:36 smithi016 bash[22756]: cluster 2024-09-21T11:13:34.466691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:36.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:36 smithi016 bash[22756]: cluster 2024-09-21T11:13:34.466691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:36.417 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:13:36.417 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T11:13:36.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:36 smithi047 bash[23321]: cluster 2024-09-21T11:13:34.466691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:36.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:36 smithi047 bash[23321]: cluster 2024-09-21T11:13:34.466691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:36.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:36 smithi094 bash[23326]: cluster 2024-09-21T11:13:34.466691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:36.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:36 smithi094 bash[23326]: cluster 2024-09-21T11:13:34.466691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:37.056 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T11:13:37.057 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T11:13:37.057 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T11:13:37.066 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2024-09-21T11:13:37.066 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 -- bash -c 'set -e 2024-09-21T11:13:37.066 DEBUG:teuthology.orchestra.run.smithi016:> set -x 2024-09-21T11:13:37.066 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch apply node-exporter 2024-09-21T11:13:37.066 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch apply grafana 2024-09-21T11:13:37.066 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch apply alertmanager 2024-09-21T11:13:37.066 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch apply prometheus 2024-09-21T11:13:37.066 DEBUG:teuthology.orchestra.run.smithi016:> sleep 240 2024-09-21T11:13:37.066 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch ls 2024-09-21T11:13:37.066 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch ps 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch host ls 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> # check each host node-exporter metrics endpoint is responsive 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> for ip in $ALL_HOST_IPS; do 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> curl -s http://${ip}:9100/metric 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> done 2024-09-21T11:13:37.067 DEBUG:teuthology.orchestra.run.smithi016:> # check grafana endpoints are responsive and database health is okay 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> # stop mon daemon in order to trigger an alert 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch daemon stop $MON_DAEMON 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> sleep 120 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> curl -s http://${ALERTM_IP}:9093/api/v2/status 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '"'"'.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-21T11:13:37.068 DEBUG:teuthology.orchestra.run.smithi016:> ' 2024-09-21T11:13:37.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:37 smithi047 bash[23321]: audit 2024-09-21T11:13:36.417900+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.16:0/2405732283' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T11:13:37.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:37 smithi047 bash[23321]: audit 2024-09-21T11:13:36.417900+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.16:0/2405732283' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T11:13:37.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:37 smithi016 bash[22756]: audit 2024-09-21T11:13:36.417900+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.16:0/2405732283' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T11:13:37.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:37 smithi016 bash[22756]: audit 2024-09-21T11:13:36.417900+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.16:0/2405732283' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T11:13:37.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:37 smithi094 bash[23326]: audit 2024-09-21T11:13:36.417900+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.16:0/2405732283' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T11:13:37.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:37 smithi094 bash[23326]: audit 2024-09-21T11:13:36.417900+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.16:0/2405732283' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T11:13:38.338 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:38 smithi016 bash[22756]: cluster 2024-09-21T11:13:36.467079+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:38.339 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:38 smithi016 bash[22756]: cluster 2024-09-21T11:13:36.467079+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:38.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:38 smithi047 bash[23321]: cluster 2024-09-21T11:13:36.467079+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:38.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:38 smithi047 bash[23321]: cluster 2024-09-21T11:13:36.467079+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:38.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:38 smithi094 bash[23326]: cluster 2024-09-21T11:13:36.467079+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:38.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:38 smithi094 bash[23326]: cluster 2024-09-21T11:13:36.467079+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:39.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:39 smithi016 bash[22756]: cluster 2024-09-21T11:13:38.467609+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:39.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:39 smithi016 bash[22756]: cluster 2024-09-21T11:13:38.467609+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:39.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:39 smithi094 bash[23326]: cluster 2024-09-21T11:13:38.467609+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:39.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:39 smithi094 bash[23326]: cluster 2024-09-21T11:13:38.467609+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:39.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:39 smithi047 bash[23321]: cluster 2024-09-21T11:13:38.467609+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:39.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:39 smithi047 bash[23321]: cluster 2024-09-21T11:13:38.467609+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:41.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:41 smithi016 bash[22756]: cluster 2024-09-21T11:13:40.468153+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:41.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:41 smithi016 bash[22756]: cluster 2024-09-21T11:13:40.468153+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:41.799 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T11:13:41.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:41 smithi094 bash[23326]: cluster 2024-09-21T11:13:40.468153+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:41.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:41 smithi094 bash[23326]: cluster 2024-09-21T11:13:40.468153+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:42.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:41 smithi047 bash[23321]: cluster 2024-09-21T11:13:40.468153+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:42.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:41 smithi047 bash[23321]: cluster 2024-09-21T11:13:40.468153+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:42.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch apply node-exporter 2024-09-21T11:13:43.176 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled node-exporter update... 2024-09-21T11:13:43.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch apply grafana 2024-09-21T11:13:43.504 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled grafana update... 2024-09-21T11:13:43.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch apply alertmanager 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: cluster 2024-09-21T11:13:42.468753+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: cluster 2024-09-21T11:13:42.468753+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.176333+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.176333+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.177576+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.177576+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.181022+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.181022+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.181999+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.181999+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:43.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.187328+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.187328+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.504637+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 bash[22756]: audit 2024-09-21T11:13:43.504637+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.833 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled alertmanager update... 2024-09-21T11:13:43.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch apply prometheus 2024-09-21T11:13:43.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: cluster 2024-09-21T11:13:42.468753+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:43.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: cluster 2024-09-21T11:13:42.468753+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.176333+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.176333+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.177576+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.177576+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.181022+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.181022+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.181999+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.181999+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.187328+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.187328+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.504637+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:43.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:43 smithi094 bash[23326]: audit 2024-09-21T11:13:43.504637+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:44.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: cluster 2024-09-21T11:13:42.468753+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:44.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: cluster 2024-09-21T11:13:42.468753+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.176333+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.176333+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.177576+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.177576+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.181022+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.181022+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.181999+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.181999+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.187328+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.187328+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.504637+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:44.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:43 smithi047 bash[23321]: audit 2024-09-21T11:13:43.504637+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:44.137 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:43 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:44.137 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:13:43 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:44.138 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:13:43 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:44.138 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:13:44 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:44.155 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled prometheus update... 2024-09-21T11:13:44.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 240 2024-09-21T11:13:44.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:44.532 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:13:44 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:45.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:43.168920+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:43.168920+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:43.171214+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T11:13:45.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:43.171214+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T11:13:45.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:43.189692+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-09-21T11:13:45.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:43.189692+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-09-21T11:13:45.066 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:43.496585+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:43.496585+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:43.498298+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:43.498298+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:43.827437+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:43.827437+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:43.829212+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:43.829212+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:43.833246+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:43.833246+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.151508+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.151508+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:44.152450+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: cephadm 2024-09-21T11:13:44.152450+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T11:13:45.067 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.155971+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.068 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.155971+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.068 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.278430+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.068 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.278430+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.068 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.282907+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.068 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.282907+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.068 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.287574+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.068 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:44 smithi047 bash[23321]: audit 2024-09-21T11:13:44.287574+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:43.168920+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:43.168920+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:43.171214+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T11:13:45.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:43.171214+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T11:13:45.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:43.189692+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-09-21T11:13:45.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:43.189692+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-09-21T11:13:45.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:43.496585+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:43.496585+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:43.498298+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:43.498298+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:43.827437+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:43.827437+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:43.829212+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:43.829212+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:43.833246+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:43.833246+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.151508+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.151508+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:44.152450+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: cephadm 2024-09-21T11:13:44.152450+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.155971+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.155971+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.278430+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.278430+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.282907+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.282907+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.287574+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:44 smithi094 bash[23326]: audit 2024-09-21T11:13:44.287574+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:43.168920+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:43.168920+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:43.171214+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:43.171214+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:43.189692+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:43.189692+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:43.496585+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:43.496585+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:43.498298+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:43.498298+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T11:13:45.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:43.827437+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:43.827437+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:43.829212+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:43.829212+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:43.833246+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:43.833246+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.151508+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.151508+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:44.152450+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: cephadm 2024-09-21T11:13:44.152450+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.155971+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.155971+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.278430+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.278430+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.221 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.282907+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.222 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.282907+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.222 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.287574+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.222 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:44 smithi016 bash[22756]: audit 2024-09-21T11:13:44.287574+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:45.387 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:45.387 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:45.387 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:13:45 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:45.387 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:13:45 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:45.388 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:13:45 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:45.388 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:13:45 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:46.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: cephadm 2024-09-21T11:13:44.288236+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-09-21T11:13:46.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: cephadm 2024-09-21T11:13:44.288236+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-09-21T11:13:46.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: cluster 2024-09-21T11:13:44.469297+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:46.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: cluster 2024-09-21T11:13:44.469297+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:46.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: audit 2024-09-21T11:13:45.436450+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: audit 2024-09-21T11:13:45.436450+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: audit 2024-09-21T11:13:45.445062+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: audit 2024-09-21T11:13:45.445062+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: audit 2024-09-21T11:13:45.453452+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:45 smithi094 bash[23326]: audit 2024-09-21T11:13:45.453452+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.142 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: cephadm 2024-09-21T11:13:44.288236+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-09-21T11:13:46.142 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: cephadm 2024-09-21T11:13:44.288236+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-09-21T11:13:46.142 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: cluster 2024-09-21T11:13:44.469297+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:46.142 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: cluster 2024-09-21T11:13:44.469297+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:46.143 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: audit 2024-09-21T11:13:45.436450+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.143 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: audit 2024-09-21T11:13:45.436450+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.143 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: audit 2024-09-21T11:13:45.445062+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.143 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: audit 2024-09-21T11:13:45.445062+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.143 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: audit 2024-09-21T11:13:45.453452+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.143 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:45 smithi047 bash[23321]: audit 2024-09-21T11:13:45.453452+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: cephadm 2024-09-21T11:13:44.288236+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-09-21T11:13:46.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: cephadm 2024-09-21T11:13:44.288236+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-09-21T11:13:46.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: cluster 2024-09-21T11:13:44.469297+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:46.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: cluster 2024-09-21T11:13:44.469297+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:46.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: audit 2024-09-21T11:13:45.436450+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: audit 2024-09-21T11:13:45.436450+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: audit 2024-09-21T11:13:45.445062+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: audit 2024-09-21T11:13:45.445062+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: audit 2024-09-21T11:13:45.453452+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:45 smithi016 bash[22756]: audit 2024-09-21T11:13:45.453452+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:46.522 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:46.522 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:46.523 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:13:46 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:46.523 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:13:46 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:13:47.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: cephadm 2024-09-21T11:13:45.455299+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-09-21T11:13:47.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: cephadm 2024-09-21T11:13:45.455299+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-09-21T11:13:47.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:45.834760+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:45.834760+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:45.845925+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:45.845925+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:45.851592+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:45.851592+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.065135+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.065135+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.072138+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.072138+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.080629+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.080629+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.574121+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.574121+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.582132+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.582132+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.590337+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.590337+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.597457+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.597457+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.636948+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.636948+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.640292+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.640292+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.641343+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.641343+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.647718+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.647718+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.681804+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.681804+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.684351+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.684351+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.685187+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.685187+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.690807+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:46 smithi016 bash[22756]: audit 2024-09-21T11:13:46.690807+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.086 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: cephadm 2024-09-21T11:13:45.455299+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: cephadm 2024-09-21T11:13:45.455299+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:45.834760+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:45.834760+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:45.845925+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:45.845925+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:45.851592+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:45.851592+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.065135+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.065135+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.072138+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.087 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.072138+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.080629+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.080629+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.574121+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.574121+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.582132+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.582132+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.590337+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.590337+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.597457+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.597457+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.636948+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.088 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.636948+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.640292+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.640292+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.641343+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.641343+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.647718+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.647718+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.681804+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.681804+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.684351+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.684351+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.685187+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.685187+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.089 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.690807+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.090 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:46 smithi047 bash[23321]: audit 2024-09-21T11:13:46.690807+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: cephadm 2024-09-21T11:13:45.455299+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: cephadm 2024-09-21T11:13:45.455299+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:45.834760+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:45.834760+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:45.845925+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:45.845925+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:45.851592+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:45.851592+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.065135+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.065135+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.072138+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.072138+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.080629+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.080629+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.574121+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.574121+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.582132+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.582132+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.590337+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.590337+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.597457+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.597457+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.636948+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.636948+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.640292+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.640292+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.641343+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.641343+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.647718+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.647718+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.681804+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.681804+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:47.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.684351+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.684351+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:47.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.685187+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.685187+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:47.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.690807+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:47.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:46 smithi094 bash[23326]: audit 2024-09-21T11:13:46.690807+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:48 smithi094 bash[23326]: cluster 2024-09-21T11:13:46.469825+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:48 smithi094 bash[23326]: cluster 2024-09-21T11:13:46.469825+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:48 smithi094 bash[23326]: cephadm 2024-09-21T11:13:46.648326+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:48 smithi094 bash[23326]: cephadm 2024-09-21T11:13:46.648326+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:48 smithi094 bash[23326]: cephadm 2024-09-21T11:13:46.691297+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:48 smithi094 bash[23326]: cephadm 2024-09-21T11:13:46.691297+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:48 smithi047 bash[23321]: cluster 2024-09-21T11:13:46.469825+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:48.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:48 smithi047 bash[23321]: cluster 2024-09-21T11:13:46.469825+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:48.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:48 smithi047 bash[23321]: cephadm 2024-09-21T11:13:46.648326+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:48 smithi047 bash[23321]: cephadm 2024-09-21T11:13:46.648326+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:48 smithi047 bash[23321]: cephadm 2024-09-21T11:13:46.691297+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:48 smithi047 bash[23321]: cephadm 2024-09-21T11:13:46.691297+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:48 smithi016 bash[22756]: cluster 2024-09-21T11:13:46.469825+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:48.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:48 smithi016 bash[22756]: cluster 2024-09-21T11:13:46.469825+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:48.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:48 smithi016 bash[22756]: cephadm 2024-09-21T11:13:46.648326+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:48 smithi016 bash[22756]: cephadm 2024-09-21T11:13:46.648326+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:48 smithi016 bash[22756]: cephadm 2024-09-21T11:13:46.691297+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:48.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:48 smithi016 bash[22756]: cephadm 2024-09-21T11:13:46.691297+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:50.241 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:50 smithi094 bash[23326]: cluster 2024-09-21T11:13:48.470356+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:50.241 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:50 smithi094 bash[23326]: cluster 2024-09-21T11:13:48.470356+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:50.241 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:50 smithi094 bash[23326]: audit 2024-09-21T11:13:49.027947+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:50.241 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:50 smithi094 bash[23326]: audit 2024-09-21T11:13:49.027947+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:50.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:50 smithi016 bash[22756]: cluster 2024-09-21T11:13:48.470356+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:50.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:50 smithi016 bash[22756]: cluster 2024-09-21T11:13:48.470356+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:50.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:50 smithi016 bash[22756]: audit 2024-09-21T11:13:49.027947+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:50.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:50 smithi016 bash[22756]: audit 2024-09-21T11:13:49.027947+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:50.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:50 smithi047 bash[23321]: cluster 2024-09-21T11:13:48.470356+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:50.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:50 smithi047 bash[23321]: cluster 2024-09-21T11:13:48.470356+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:50.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:50 smithi047 bash[23321]: audit 2024-09-21T11:13:49.027947+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:50.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:50 smithi047 bash[23321]: audit 2024-09-21T11:13:49.027947+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:52.211 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:52 smithi047 bash[23321]: cluster 2024-09-21T11:13:50.470849+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:52.212 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:52 smithi047 bash[23321]: cluster 2024-09-21T11:13:50.470849+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:52.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:52 smithi016 bash[22756]: cluster 2024-09-21T11:13:50.470849+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:52 smithi016 bash[22756]: cluster 2024-09-21T11:13:50.470849+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:52.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:52 smithi094 bash[23326]: cluster 2024-09-21T11:13:50.470849+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:52.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:52 smithi094 bash[23326]: cluster 2024-09-21T11:13:50.470849+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:53.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:53 smithi094 bash[23326]: cluster 2024-09-21T11:13:52.471394+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:53.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:53 smithi094 bash[23326]: cluster 2024-09-21T11:13:52.471394+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:53.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:53 smithi094 bash[23326]: audit 2024-09-21T11:13:52.553662+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:53.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:53 smithi094 bash[23326]: audit 2024-09-21T11:13:52.553662+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:53.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:53 smithi094 bash[23326]: audit 2024-09-21T11:13:53.386196+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:53.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:53 smithi094 bash[23326]: audit 2024-09-21T11:13:53.386196+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:53 smithi047 bash[23321]: cluster 2024-09-21T11:13:52.471394+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:54.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:53 smithi047 bash[23321]: cluster 2024-09-21T11:13:52.471394+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:54.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:53 smithi047 bash[23321]: audit 2024-09-21T11:13:52.553662+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:53 smithi047 bash[23321]: audit 2024-09-21T11:13:52.553662+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:53 smithi047 bash[23321]: audit 2024-09-21T11:13:53.386196+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:53 smithi047 bash[23321]: audit 2024-09-21T11:13:53.386196+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:53 smithi016 bash[22756]: cluster 2024-09-21T11:13:52.471394+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:54.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:53 smithi016 bash[22756]: cluster 2024-09-21T11:13:52.471394+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:54.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:53 smithi016 bash[22756]: audit 2024-09-21T11:13:52.553662+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:53 smithi016 bash[22756]: audit 2024-09-21T11:13:52.553662+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:53 smithi016 bash[22756]: audit 2024-09-21T11:13:53.386196+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:53 smithi016 bash[22756]: audit 2024-09-21T11:13:53.386196+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:54 smithi047 bash[23321]: audit 2024-09-21T11:13:53.564455+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:54 smithi047 bash[23321]: audit 2024-09-21T11:13:53.564455+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:54 smithi094 bash[23326]: audit 2024-09-21T11:13:53.564455+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:54.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:54 smithi094 bash[23326]: audit 2024-09-21T11:13:53.564455+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:55.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:54 smithi016 bash[22756]: audit 2024-09-21T11:13:53.564455+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:55.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:54 smithi016 bash[22756]: audit 2024-09-21T11:13:53.564455+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: cluster 2024-09-21T11:13:54.471967+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:56.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: cluster 2024-09-21T11:13:54.471967+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:56.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.105119+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.105119+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.322960+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.322960+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.328104+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.328104+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.330400+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.330400+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.333415+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.333415+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.333832+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.333832+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.335168+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.335168+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.340238+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:56 smithi094 bash[23326]: audit 2024-09-21T11:13:55.340238+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: cluster 2024-09-21T11:13:54.471967+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: cluster 2024-09-21T11:13:54.471967+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.105119+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.105119+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.322960+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.322960+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.328104+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.328104+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.330400+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.330400+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.333415+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.333415+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.333832+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:56.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.333832+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:56.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.335168+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:56.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.335168+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:56.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.340238+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:56 smithi047 bash[23321]: audit 2024-09-21T11:13:55.340238+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: cluster 2024-09-21T11:13:54.471967+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: cluster 2024-09-21T11:13:54.471967+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.105119+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.105119+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.322960+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.322960+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.328104+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.328104+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.330400+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.330400+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.333415+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.333415+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.333832+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:56.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.333832+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:56.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.335168+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:56.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.335168+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:56.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.340238+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:56.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:56 smithi016 bash[22756]: audit 2024-09-21T11:13:55.340238+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: cephadm 2024-09-21T11:13:55.340695+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:57.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: cephadm 2024-09-21T11:13:55.340695+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:57.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: audit 2024-09-21T11:13:56.168267+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: audit 2024-09-21T11:13:56.168267+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: audit 2024-09-21T11:13:56.553051+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: audit 2024-09-21T11:13:56.553051+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: audit 2024-09-21T11:13:56.561891+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: audit 2024-09-21T11:13:56.561891+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: audit 2024-09-21T11:13:56.571379+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:57 smithi094 bash[23326]: audit 2024-09-21T11:13:56.571379+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: cephadm 2024-09-21T11:13:55.340695+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:57.559 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: cephadm 2024-09-21T11:13:55.340695+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:57.559 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: audit 2024-09-21T11:13:56.168267+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.559 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: audit 2024-09-21T11:13:56.168267+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.559 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: audit 2024-09-21T11:13:56.553051+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.559 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: audit 2024-09-21T11:13:56.553051+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.560 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: audit 2024-09-21T11:13:56.561891+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.560 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: audit 2024-09-21T11:13:56.561891+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.560 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: audit 2024-09-21T11:13:56.571379+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.560 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:57 smithi047 bash[23321]: audit 2024-09-21T11:13:56.571379+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.561 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: cephadm 2024-09-21T11:13:55.340695+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:57.561 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: cephadm 2024-09-21T11:13:55.340695+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:13:57.561 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: audit 2024-09-21T11:13:56.168267+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.561 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: audit 2024-09-21T11:13:56.168267+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.561 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: audit 2024-09-21T11:13:56.553051+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.561 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: audit 2024-09-21T11:13:56.553051+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.562 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: audit 2024-09-21T11:13:56.561891+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.562 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: audit 2024-09-21T11:13:56.561891+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.562 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: audit 2024-09-21T11:13:56.571379+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:57.562 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:57 smithi016 bash[22756]: audit 2024-09-21T11:13:56.571379+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: cluster 2024-09-21T11:13:56.472506+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:58.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: cluster 2024-09-21T11:13:56.472506+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.928010+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.928010+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.936895+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.936895+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.941799+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.941799+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.946850+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.946850+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.952977+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.952977+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.954663+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.954663+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.965009+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:58 smithi094 bash[23326]: audit 2024-09-21T11:13:57.965009+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: cluster 2024-09-21T11:13:56.472506+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:58.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: cluster 2024-09-21T11:13:56.472506+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.928010+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.928010+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.936895+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.936895+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.941799+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.941799+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.946850+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.946850+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.952977+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.952977+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.954663+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.954663+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:58.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.965009+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:58 smithi047 bash[23321]: audit 2024-09-21T11:13:57.965009+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: cluster 2024-09-21T11:13:56.472506+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:58.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: cluster 2024-09-21T11:13:56.472506+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:13:58.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.928010+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.928010+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.936895+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.936895+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.941799+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:58.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.941799+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:13:58.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.946850+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.946850+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.952977+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:58.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.952977+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:13:58.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.954663+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:58.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.954663+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:13:58.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.965009+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:58.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:58 smithi016 bash[22756]: audit 2024-09-21T11:13:57.965009+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:13:59.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:59 smithi094 bash[23326]: cephadm 2024-09-21T11:13:57.972107+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T11:13:59.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:13:59 smithi094 bash[23326]: cephadm 2024-09-21T11:13:57.972107+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T11:13:59.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:59 smithi047 bash[23321]: cephadm 2024-09-21T11:13:57.972107+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T11:13:59.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:13:59 smithi047 bash[23321]: cephadm 2024-09-21T11:13:57.972107+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T11:13:59.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:59 smithi016 bash[22756]: cephadm 2024-09-21T11:13:57.972107+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T11:13:59.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:13:59 smithi016 bash[22756]: cephadm 2024-09-21T11:13:57.972107+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T11:14:00.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: cluster 2024-09-21T11:13:58.473004+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:00.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: cluster 2024-09-21T11:13:58.473004+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:00.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: audit 2024-09-21T11:13:59.626131+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: audit 2024-09-21T11:13:59.626131+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: audit 2024-09-21T11:13:59.630179+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: audit 2024-09-21T11:13:59.630179+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: audit 2024-09-21T11:13:59.635067+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T11:14:00.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: audit 2024-09-21T11:13:59.635067+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T11:14:00.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: audit 2024-09-21T11:13:59.640135+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:00 smithi094 bash[23326]: audit 2024-09-21T11:13:59.640135+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: cluster 2024-09-21T11:13:58.473004+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: cluster 2024-09-21T11:13:58.473004+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: audit 2024-09-21T11:13:59.626131+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: audit 2024-09-21T11:13:59.626131+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: audit 2024-09-21T11:13:59.630179+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: audit 2024-09-21T11:13:59.630179+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: audit 2024-09-21T11:13:59.635067+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: audit 2024-09-21T11:13:59.635067+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: audit 2024-09-21T11:13:59.640135+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:00 smithi016 bash[22756]: audit 2024-09-21T11:13:59.640135+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: cluster 2024-09-21T11:13:58.473004+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:00.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: cluster 2024-09-21T11:13:58.473004+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:00.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: audit 2024-09-21T11:13:59.626131+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: audit 2024-09-21T11:13:59.626131+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: audit 2024-09-21T11:13:59.630179+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: audit 2024-09-21T11:13:59.630179+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: audit 2024-09-21T11:13:59.635067+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T11:14:00.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: audit 2024-09-21T11:13:59.635067+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T11:14:00.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: audit 2024-09-21T11:13:59.640135+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:00.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:00 smithi047 bash[23321]: audit 2024-09-21T11:13:59.640135+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:01.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:01 smithi094 bash[23326]: audit 2024-09-21T11:13:59.635981+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T11:14:01.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:01 smithi094 bash[23326]: audit 2024-09-21T11:13:59.635981+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T11:14:01.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:01 smithi094 bash[23326]: cephadm 2024-09-21T11:13:59.671538+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi016 on smithi016 2024-09-21T11:14:01.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:01 smithi094 bash[23326]: cephadm 2024-09-21T11:13:59.671538+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi016 on smithi016 2024-09-21T11:14:01.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:01 smithi047 bash[23321]: audit 2024-09-21T11:13:59.635981+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T11:14:01.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:01 smithi047 bash[23321]: audit 2024-09-21T11:13:59.635981+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T11:14:01.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:01 smithi047 bash[23321]: cephadm 2024-09-21T11:13:59.671538+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi016 on smithi016 2024-09-21T11:14:01.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:01 smithi047 bash[23321]: cephadm 2024-09-21T11:13:59.671538+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi016 on smithi016 2024-09-21T11:14:01.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:01 smithi016 bash[22756]: audit 2024-09-21T11:13:59.635981+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T11:14:01.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:01 smithi016 bash[22756]: audit 2024-09-21T11:13:59.635981+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T11:14:01.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:01 smithi016 bash[22756]: cephadm 2024-09-21T11:13:59.671538+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi016 on smithi016 2024-09-21T11:14:01.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:01 smithi016 bash[22756]: cephadm 2024-09-21T11:13:59.671538+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi016 on smithi016 2024-09-21T11:14:02.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:02 smithi094 bash[23326]: cluster 2024-09-21T11:14:00.473385+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:02.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:02 smithi094 bash[23326]: cluster 2024-09-21T11:14:00.473385+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:02.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:02 smithi047 bash[23321]: cluster 2024-09-21T11:14:00.473385+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:02.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:02 smithi047 bash[23321]: cluster 2024-09-21T11:14:00.473385+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:02.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:02 smithi016 bash[22756]: cluster 2024-09-21T11:14:00.473385+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:02.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:02 smithi016 bash[22756]: cluster 2024-09-21T11:14:00.473385+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:04.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:04 smithi094 bash[23326]: cluster 2024-09-21T11:14:02.473852+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:04.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:04 smithi094 bash[23326]: cluster 2024-09-21T11:14:02.473852+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:04.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:04 smithi047 bash[23321]: cluster 2024-09-21T11:14:02.473852+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:04.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:04 smithi047 bash[23321]: cluster 2024-09-21T11:14:02.473852+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:04.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:04 smithi016 bash[22756]: cluster 2024-09-21T11:14:02.473852+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:04.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:04 smithi016 bash[22756]: cluster 2024-09-21T11:14:02.473852+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:06.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:06 smithi094 bash[23326]: cluster 2024-09-21T11:14:04.474396+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:06.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:06 smithi094 bash[23326]: cluster 2024-09-21T11:14:04.474396+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:06 smithi047 bash[23321]: cluster 2024-09-21T11:14:04.474396+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:06 smithi047 bash[23321]: cluster 2024-09-21T11:14:04.474396+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:06.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:06 smithi016 bash[22756]: cluster 2024-09-21T11:14:04.474396+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:06.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:06 smithi016 bash[22756]: cluster 2024-09-21T11:14:04.474396+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:08.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:08 smithi016 bash[22756]: cluster 2024-09-21T11:14:06.474797+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:08.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:08 smithi016 bash[22756]: cluster 2024-09-21T11:14:06.474797+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:08 smithi047 bash[23321]: cluster 2024-09-21T11:14:06.474797+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:08 smithi047 bash[23321]: cluster 2024-09-21T11:14:06.474797+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:08.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:08 smithi094 bash[23326]: cluster 2024-09-21T11:14:06.474797+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:08.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:08 smithi094 bash[23326]: cluster 2024-09-21T11:14:06.474797+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:10.431 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:10 smithi094 bash[23326]: cluster 2024-09-21T11:14:08.475158+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:10.431 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:10 smithi094 bash[23326]: cluster 2024-09-21T11:14:08.475158+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:10.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:10 smithi047 bash[23321]: cluster 2024-09-21T11:14:08.475158+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:10.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:10 smithi047 bash[23321]: cluster 2024-09-21T11:14:08.475158+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:10.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:10 smithi016 bash[22756]: cluster 2024-09-21T11:14:08.475158+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:10.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:10 smithi016 bash[22756]: cluster 2024-09-21T11:14:08.475158+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:12.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:12 smithi047 bash[23321]: cluster 2024-09-21T11:14:10.475654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:12.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:12 smithi047 bash[23321]: cluster 2024-09-21T11:14:10.475654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:12.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:12 smithi016 bash[22756]: cluster 2024-09-21T11:14:10.475654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:12.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:12 smithi016 bash[22756]: cluster 2024-09-21T11:14:10.475654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:12.539 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:12 smithi094 bash[23326]: cluster 2024-09-21T11:14:10.475654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:12.540 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:12 smithi094 bash[23326]: cluster 2024-09-21T11:14:10.475654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:14.407 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:14 smithi016 bash[22756]: cluster 2024-09-21T11:14:12.476230+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:14.407 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:14 smithi016 bash[22756]: cluster 2024-09-21T11:14:12.476230+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:14.407 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:14 smithi047 bash[23321]: cluster 2024-09-21T11:14:12.476230+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:14.408 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:14 smithi047 bash[23321]: cluster 2024-09-21T11:14:12.476230+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:14.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:14 smithi094 bash[23326]: cluster 2024-09-21T11:14:12.476230+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:14.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:14 smithi094 bash[23326]: cluster 2024-09-21T11:14:12.476230+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:16.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: cluster 2024-09-21T11:14:14.476619+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: cluster 2024-09-21T11:14:14.476619+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:14.973574+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:14.973574+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:14.979274+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:14.979274+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:14.984611+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:14.984611+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:15.182921+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:15.182921+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:15.191741+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:15.191741+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:15.201946+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:15 smithi047 bash[23321]: audit 2024-09-21T11:14:15.201946+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: cluster 2024-09-21T11:14:14.476619+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:16.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: cluster 2024-09-21T11:14:14.476619+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:16.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:14.973574+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:14.973574+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:14.979274+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:14.979274+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:14.984611+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:14.984611+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:15.182921+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:15.182921+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:15.191741+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:15.191741+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:15.201946+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:15 smithi016 bash[22756]: audit 2024-09-21T11:14:15.201946+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: cluster 2024-09-21T11:14:14.476619+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: cluster 2024-09-21T11:14:14.476619+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:14.973574+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:14.973574+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:14.979274+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:14.979274+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:14.984611+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:14.984611+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:15.182921+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:15.182921+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:15.191741+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:15.191741+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:15.201946+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:16.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:15 smithi094 bash[23326]: audit 2024-09-21T11:14:15.201946+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:18.116 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:17 smithi016 bash[22756]: cluster 2024-09-21T11:14:16.477106+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:18.116 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:17 smithi016 bash[22756]: cluster 2024-09-21T11:14:16.477106+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:18.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:17 smithi047 bash[23321]: cluster 2024-09-21T11:14:16.477106+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:18.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:17 smithi047 bash[23321]: cluster 2024-09-21T11:14:16.477106+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:18.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:17 smithi094 bash[23326]: cluster 2024-09-21T11:14:16.477106+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:18.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:17 smithi094 bash[23326]: cluster 2024-09-21T11:14:16.477106+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:18.845 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:18 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:18.845 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:18 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:18.845 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:14:18 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:19.153 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:18 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:19.154 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:14:18 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:19.154 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:18 smithi016 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:19.154 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:18.157644+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.154 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:18.157644+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.154 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:18.166296+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.154 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:18.166296+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.154 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:18.175861+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.155 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:18.175861+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.483 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:19.128785+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.483 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:19.128785+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.483 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:19.133977+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.483 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:19.133977+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.484 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:19.139139+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.484 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:19.139139+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.484 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:19.143754+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.484 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:19 smithi016 bash[22756]: audit 2024-09-21T11:14:19.143754+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:18.157644+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:18.157644+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:18.166296+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:18.166296+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:18.175861+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:18.175861+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:19.128785+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:19.128785+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:19.133977+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:19.133977+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:19.139139+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:19.139139+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:19.143754+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:19 smithi047 bash[23321]: audit 2024-09-21T11:14:19.143754+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.625 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:18.157644+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.625 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:18.157644+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.625 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:18.166296+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:18.166296+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:18.175861+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:18.175861+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:19.128785+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:19.128785+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:19.133977+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:19.133977+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:19.139139+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:19.139139+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:19.143754+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:19.626 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:19 smithi094 bash[23326]: audit 2024-09-21T11:14:19.143754+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:20.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:20 smithi047 bash[23321]: cluster 2024-09-21T11:14:18.477732+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:20.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:20 smithi047 bash[23321]: cluster 2024-09-21T11:14:18.477732+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:20.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:20 smithi047 bash[23321]: cephadm 2024-09-21T11:14:19.152608+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-09-21T11:14:20.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:20 smithi047 bash[23321]: cephadm 2024-09-21T11:14:19.152608+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-09-21T11:14:20.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:20 smithi016 bash[22756]: cluster 2024-09-21T11:14:18.477732+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:20.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:20 smithi016 bash[22756]: cluster 2024-09-21T11:14:18.477732+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:20.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:20 smithi016 bash[22756]: cephadm 2024-09-21T11:14:19.152608+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-09-21T11:14:20.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:20 smithi016 bash[22756]: cephadm 2024-09-21T11:14:19.152608+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-09-21T11:14:20.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:20 smithi094 bash[23326]: cluster 2024-09-21T11:14:18.477732+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:20.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:20 smithi094 bash[23326]: cluster 2024-09-21T11:14:18.477732+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:20.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:20 smithi094 bash[23326]: cephadm 2024-09-21T11:14:19.152608+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-09-21T11:14:20.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:20 smithi094 bash[23326]: cephadm 2024-09-21T11:14:19.152608+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-09-21T11:14:22.364 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:22 smithi016 bash[22756]: cluster 2024-09-21T11:14:20.478350+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:22.364 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:22 smithi016 bash[22756]: cluster 2024-09-21T11:14:20.478350+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:22.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:22 smithi047 bash[23321]: cluster 2024-09-21T11:14:20.478350+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:22.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:22 smithi047 bash[23321]: cluster 2024-09-21T11:14:20.478350+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:22.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:22 smithi094 bash[23326]: cluster 2024-09-21T11:14:20.478350+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:22.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:22 smithi094 bash[23326]: cluster 2024-09-21T11:14:20.478350+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:24.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:24 smithi016 bash[22756]: cluster 2024-09-21T11:14:22.478820+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:24.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:24 smithi016 bash[22756]: cluster 2024-09-21T11:14:22.478820+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:24.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:24 smithi016 bash[22756]: audit 2024-09-21T11:14:24.037856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:24.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:24 smithi016 bash[22756]: audit 2024-09-21T11:14:24.037856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:24.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:24 smithi047 bash[23321]: cluster 2024-09-21T11:14:22.478820+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:24.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:24 smithi047 bash[23321]: cluster 2024-09-21T11:14:22.478820+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:24.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:24 smithi047 bash[23321]: audit 2024-09-21T11:14:24.037856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:24.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:24 smithi047 bash[23321]: audit 2024-09-21T11:14:24.037856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:24.518 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:24 smithi094 bash[23326]: cluster 2024-09-21T11:14:22.478820+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:24.518 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:24 smithi094 bash[23326]: cluster 2024-09-21T11:14:22.478820+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:24.518 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:24 smithi094 bash[23326]: audit 2024-09-21T11:14:24.037856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:24.518 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:24 smithi094 bash[23326]: audit 2024-09-21T11:14:24.037856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:25.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:25 smithi094 bash[23326]: cluster 2024-09-21T11:14:24.479176+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:25.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:25 smithi094 bash[23326]: cluster 2024-09-21T11:14:24.479176+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:25.425 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:25 smithi016 bash[22756]: cluster 2024-09-21T11:14:24.479176+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:25.425 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:25 smithi016 bash[22756]: cluster 2024-09-21T11:14:24.479176+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:25.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:25 smithi047 bash[23321]: cluster 2024-09-21T11:14:24.479176+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:25.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:25 smithi047 bash[23321]: cluster 2024-09-21T11:14:24.479176+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:27.687 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:27 smithi094 bash[23326]: cluster 2024-09-21T11:14:26.479694+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:27.687 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:27 smithi094 bash[23326]: cluster 2024-09-21T11:14:26.479694+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:27.687 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:27 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:27.687 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:14:27 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:27.818 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:27 smithi016 bash[22756]: cluster 2024-09-21T11:14:26.479694+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:27.818 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:27 smithi016 bash[22756]: cluster 2024-09-21T11:14:26.479694+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:28.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:27 smithi047 bash[23321]: cluster 2024-09-21T11:14:26.479694+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:28.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:27 smithi047 bash[23321]: cluster 2024-09-21T11:14:26.479694+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:28.017 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:27 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:28.017 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:14:27 smithi094 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:29.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:28 smithi016 bash[22756]: audit 2024-09-21T11:14:27.969025+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:28 smithi016 bash[22756]: audit 2024-09-21T11:14:27.969025+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:28 smithi016 bash[22756]: audit 2024-09-21T11:14:27.977519+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:28 smithi016 bash[22756]: audit 2024-09-21T11:14:27.977519+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:28 smithi016 bash[22756]: audit 2024-09-21T11:14:27.985394+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:28 smithi016 bash[22756]: audit 2024-09-21T11:14:27.985394+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:28 smithi016 bash[22756]: audit 2024-09-21T11:14:27.992501+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:28 smithi016 bash[22756]: audit 2024-09-21T11:14:27.992501+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:28 smithi047 bash[23321]: audit 2024-09-21T11:14:27.969025+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:28 smithi047 bash[23321]: audit 2024-09-21T11:14:27.969025+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:28 smithi047 bash[23321]: audit 2024-09-21T11:14:27.977519+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:28 smithi047 bash[23321]: audit 2024-09-21T11:14:27.977519+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:28 smithi047 bash[23321]: audit 2024-09-21T11:14:27.985394+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:28 smithi047 bash[23321]: audit 2024-09-21T11:14:27.985394+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:28 smithi047 bash[23321]: audit 2024-09-21T11:14:27.992501+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:28 smithi047 bash[23321]: audit 2024-09-21T11:14:27.992501+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:28 smithi094 bash[23326]: audit 2024-09-21T11:14:27.969025+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:28 smithi094 bash[23326]: audit 2024-09-21T11:14:27.969025+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:28 smithi094 bash[23326]: audit 2024-09-21T11:14:27.977519+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:28 smithi094 bash[23326]: audit 2024-09-21T11:14:27.977519+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:28 smithi094 bash[23326]: audit 2024-09-21T11:14:27.985394+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:28 smithi094 bash[23326]: audit 2024-09-21T11:14:27.985394+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:28 smithi094 bash[23326]: audit 2024-09-21T11:14:27.992501+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:29.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:28 smithi094 bash[23326]: audit 2024-09-21T11:14:27.992501+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: cephadm 2024-09-21T11:14:28.314268+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: cephadm 2024-09-21T11:14:28.314268+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: cluster 2024-09-21T11:14:28.480233+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: cluster 2024-09-21T11:14:28.480233+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:28.987172+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:28.987172+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:29.045370+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:29.045370+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:29.950391+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:29.950391+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:29.957777+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:29.957777+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:29.966110+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:29 smithi016 bash[22756]: audit 2024-09-21T11:14:29.966110+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: cephadm 2024-09-21T11:14:28.314268+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: cephadm 2024-09-21T11:14:28.314268+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: cluster 2024-09-21T11:14:28.480233+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: cluster 2024-09-21T11:14:28.480233+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:28.987172+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:28.987172+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:29.045370+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:29.045370+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:29.950391+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:29.950391+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:29.957777+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:29.957777+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:29.966110+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:29 smithi047 bash[23321]: audit 2024-09-21T11:14:29.966110+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.321 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: cephadm 2024-09-21T11:14:28.314268+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-09-21T11:14:30.321 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: cephadm 2024-09-21T11:14:28.314268+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-09-21T11:14:30.321 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: cluster 2024-09-21T11:14:28.480233+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:30.321 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: cluster 2024-09-21T11:14:28.480233+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:28.987172+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:28.987172+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:29.045370+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:29.045370+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:29.950391+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:29.950391+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:29.957777+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:29.957777+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:29.966110+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:30.322 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:29 smithi094 bash[23326]: audit 2024-09-21T11:14:29.966110+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:32.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:31 smithi016 bash[22756]: cluster 2024-09-21T11:14:30.480773+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:32.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:31 smithi016 bash[22756]: cluster 2024-09-21T11:14:30.480773+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:32.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:31 smithi047 bash[23321]: cluster 2024-09-21T11:14:30.480773+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:32.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:31 smithi047 bash[23321]: cluster 2024-09-21T11:14:30.480773+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:32.325 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:31 smithi094 bash[23326]: cluster 2024-09-21T11:14:30.480773+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:32.325 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:31 smithi094 bash[23326]: cluster 2024-09-21T11:14:30.480773+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:34.148 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:34 smithi016 bash[22756]: cluster 2024-09-21T11:14:32.481352+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:34.148 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:34 smithi016 bash[22756]: cluster 2024-09-21T11:14:32.481352+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:34.148 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:34 smithi016 bash[22756]: audit 2024-09-21T11:14:33.125448+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:34.148 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:34 smithi016 bash[22756]: audit 2024-09-21T11:14:33.125448+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:34.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:34 smithi094 bash[23326]: cluster 2024-09-21T11:14:32.481352+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:34.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:34 smithi094 bash[23326]: cluster 2024-09-21T11:14:32.481352+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:34.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:34 smithi094 bash[23326]: audit 2024-09-21T11:14:33.125448+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:34.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:34 smithi094 bash[23326]: audit 2024-09-21T11:14:33.125448+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:34.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:34 smithi047 bash[23321]: cluster 2024-09-21T11:14:32.481352+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:34.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:34 smithi047 bash[23321]: cluster 2024-09-21T11:14:32.481352+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:34.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:34 smithi047 bash[23321]: audit 2024-09-21T11:14:33.125448+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:34.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:34 smithi047 bash[23321]: audit 2024-09-21T11:14:33.125448+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:36 smithi016 bash[22756]: cluster 2024-09-21T11:14:34.481894+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:36.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:36 smithi016 bash[22756]: cluster 2024-09-21T11:14:34.481894+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:36.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:36 smithi016 bash[22756]: audit 2024-09-21T11:14:36.043233+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:36 smithi016 bash[22756]: audit 2024-09-21T11:14:36.043233+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:36 smithi016 bash[22756]: audit 2024-09-21T11:14:36.052117+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:36 smithi016 bash[22756]: audit 2024-09-21T11:14:36.052117+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:36 smithi016 bash[22756]: audit 2024-09-21T11:14:36.062469+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.235 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:36 smithi016 bash[22756]: audit 2024-09-21T11:14:36.062469+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:36 smithi047 bash[23321]: cluster 2024-09-21T11:14:34.481894+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:36.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:36 smithi047 bash[23321]: cluster 2024-09-21T11:14:34.481894+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:36.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:36 smithi047 bash[23321]: audit 2024-09-21T11:14:36.043233+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:36 smithi047 bash[23321]: audit 2024-09-21T11:14:36.043233+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:36 smithi047 bash[23321]: audit 2024-09-21T11:14:36.052117+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:36 smithi047 bash[23321]: audit 2024-09-21T11:14:36.052117+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:36 smithi047 bash[23321]: audit 2024-09-21T11:14:36.062469+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:36 smithi047 bash[23321]: audit 2024-09-21T11:14:36.062469+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:36 smithi094 bash[23326]: cluster 2024-09-21T11:14:34.481894+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:36.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:36 smithi094 bash[23326]: cluster 2024-09-21T11:14:34.481894+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:36.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:36 smithi094 bash[23326]: audit 2024-09-21T11:14:36.043233+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:36 smithi094 bash[23326]: audit 2024-09-21T11:14:36.043233+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:36 smithi094 bash[23326]: audit 2024-09-21T11:14:36.052117+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:36 smithi094 bash[23326]: audit 2024-09-21T11:14:36.052117+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:36 smithi094 bash[23326]: audit 2024-09-21T11:14:36.062469+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:36.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:36 smithi094 bash[23326]: audit 2024-09-21T11:14:36.062469+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:38.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:38 smithi016 bash[22756]: cluster 2024-09-21T11:14:36.482372+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:38.256 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:38 smithi016 bash[22756]: cluster 2024-09-21T11:14:36.482372+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:38.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:38 smithi094 bash[23326]: cluster 2024-09-21T11:14:36.482372+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:38.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:38 smithi094 bash[23326]: cluster 2024-09-21T11:14:36.482372+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:38.409 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:38 smithi047 bash[23321]: cluster 2024-09-21T11:14:36.482372+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:38.409 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:38 smithi047 bash[23321]: cluster 2024-09-21T11:14:36.482372+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:39.524 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:39 smithi016 bash[22756]: audit 2024-09-21T11:14:38.388904+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.525 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:39 smithi016 bash[22756]: audit 2024-09-21T11:14:38.388904+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.525 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:39 smithi016 bash[22756]: audit 2024-09-21T11:14:38.397407+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.525 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:39 smithi016 bash[22756]: audit 2024-09-21T11:14:38.397407+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.525 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:39 smithi016 bash[22756]: audit 2024-09-21T11:14:38.407792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.525 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:39 smithi016 bash[22756]: audit 2024-09-21T11:14:38.407792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.525 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:39 smithi016 bash[22756]: cluster 2024-09-21T11:14:38.482874+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:39.525 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:39 smithi016 bash[22756]: cluster 2024-09-21T11:14:38.482874+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:39.647 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:39 smithi047 bash[23321]: audit 2024-09-21T11:14:38.388904+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.648 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:39 smithi047 bash[23321]: audit 2024-09-21T11:14:38.388904+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.648 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:39 smithi047 bash[23321]: audit 2024-09-21T11:14:38.397407+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.648 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:39 smithi047 bash[23321]: audit 2024-09-21T11:14:38.397407+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.648 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:39 smithi047 bash[23321]: audit 2024-09-21T11:14:38.407792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.648 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:39 smithi047 bash[23321]: audit 2024-09-21T11:14:38.407792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.648 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:39 smithi047 bash[23321]: cluster 2024-09-21T11:14:38.482874+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:39.648 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:39 smithi047 bash[23321]: cluster 2024-09-21T11:14:38.482874+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:39.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:39 smithi094 bash[23326]: audit 2024-09-21T11:14:38.388904+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:39 smithi094 bash[23326]: audit 2024-09-21T11:14:38.388904+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:39 smithi094 bash[23326]: audit 2024-09-21T11:14:38.397407+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:39 smithi094 bash[23326]: audit 2024-09-21T11:14:38.397407+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:39 smithi094 bash[23326]: audit 2024-09-21T11:14:38.407792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:39 smithi094 bash[23326]: audit 2024-09-21T11:14:38.407792+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:39.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:39 smithi094 bash[23326]: cluster 2024-09-21T11:14:38.482874+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:39.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:39 smithi094 bash[23326]: cluster 2024-09-21T11:14:38.482874+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:41.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:41 smithi047 bash[23321]: cluster 2024-09-21T11:14:40.483421+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:41.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:41 smithi047 bash[23321]: cluster 2024-09-21T11:14:40.483421+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:41.807 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:41 smithi016 bash[22756]: cluster 2024-09-21T11:14:40.483421+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:41.807 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:41 smithi016 bash[22756]: cluster 2024-09-21T11:14:40.483421+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:41.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:41 smithi094 bash[23326]: cluster 2024-09-21T11:14:40.483421+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:41.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:41 smithi094 bash[23326]: cluster 2024-09-21T11:14:40.483421+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:42.092 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:41 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:42.092 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:41 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:42.092 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:14:41 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:42.432 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:42 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:42.432 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:42 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:42.433 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:14:42 smithi047 systemd[1]: /etc/systemd/system/ceph-4a9cefac-7809-11ef-baf6-efdc52797490@.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-21T11:14:43.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[23009]: ignoring --setuser ceph since I am not root 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[23009]: ignoring --setgroup ceph since I am not root 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: audit 2024-09-21T11:14:42.362638+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: audit 2024-09-21T11:14:42.362638+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: audit 2024-09-21T11:14:42.368529+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: audit 2024-09-21T11:14:42.368529+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: audit 2024-09-21T11:14:42.373170+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: audit 2024-09-21T11:14:42.373170+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: audit 2024-09-21T11:14:42.378308+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: audit 2024-09-21T11:14:42.378308+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: cluster 2024-09-21T11:14:42.483964+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:43.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:43 smithi016 bash[22756]: cluster 2024-09-21T11:14:42.483964+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:43.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: audit 2024-09-21T11:14:42.362638+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: audit 2024-09-21T11:14:42.362638+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: audit 2024-09-21T11:14:42.368529+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: audit 2024-09-21T11:14:42.368529+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: audit 2024-09-21T11:14:42.373170+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: audit 2024-09-21T11:14:42.373170+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: audit 2024-09-21T11:14:42.378308+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T11:14:43.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: audit 2024-09-21T11:14:42.378308+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T11:14:43.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: cluster 2024-09-21T11:14:42.483964+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:43.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:43 smithi094 bash[23326]: cluster 2024-09-21T11:14:42.483964+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:43.761 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[24155]: ignoring --setuser ceph since I am not root 2024-09-21T11:14:43.761 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[24155]: ignoring --setgroup ceph since I am not root 2024-09-21T11:14:43.761 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[24155]: debug 2024-09-21T11:14:43.443+0000 7fbf798d8640 1 -- 172.21.15.47:0/3274658833 <== mon.2 v2:172.21.15.47:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5584ea8ff0e0 con 0x5584ea900800 2024-09-21T11:14:43.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: audit 2024-09-21T11:14:42.362638+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: audit 2024-09-21T11:14:42.362638+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: audit 2024-09-21T11:14:42.368529+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: audit 2024-09-21T11:14:42.368529+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: audit 2024-09-21T11:14:42.373170+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: audit 2024-09-21T11:14:42.373170+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' 2024-09-21T11:14:43.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: audit 2024-09-21T11:14:42.378308+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T11:14:43.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: audit 2024-09-21T11:14:42.378308+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T11:14:43.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: cluster 2024-09-21T11:14:42.483964+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:43.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:43 smithi047 bash[23321]: cluster 2024-09-21T11:14:42.483964+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:44.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:44 smithi016 bash[22756]: audit 2024-09-21T11:14:43.381613+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T11:14:44.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:44 smithi016 bash[22756]: audit 2024-09-21T11:14:43.381613+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T11:14:44.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:44 smithi016 bash[22756]: cluster 2024-09-21T11:14:43.391296+0000 mon.a (mon.0) 789 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T11:14:44.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:44 smithi016 bash[22756]: cluster 2024-09-21T11:14:43.391296+0000 mon.a (mon.0) 789 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T11:14:44.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:44 smithi094 bash[23326]: audit 2024-09-21T11:14:43.381613+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T11:14:44.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:44 smithi094 bash[23326]: audit 2024-09-21T11:14:43.381613+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T11:14:44.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:44 smithi094 bash[23326]: cluster 2024-09-21T11:14:43.391296+0000 mon.a (mon.0) 789 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T11:14:44.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:44 smithi094 bash[23326]: cluster 2024-09-21T11:14:43.391296+0000 mon.a (mon.0) 789 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T11:14:44.668 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:44 smithi047 bash[23321]: audit 2024-09-21T11:14:43.381613+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T11:14:44.668 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:44 smithi047 bash[23321]: audit 2024-09-21T11:14:43.381613+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/3850201143' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T11:14:44.668 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:44 smithi047 bash[23321]: cluster 2024-09-21T11:14:43.391296+0000 mon.a (mon.0) 789 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T11:14:44.668 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:44 smithi047 bash[23321]: cluster 2024-09-21T11:14:43.391296+0000 mon.a (mon.0) 789 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T11:14:50.011 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[24155]: [21/Sep/2024:11:14:49] ENGINE Bus STARTING 2024-09-21T11:14:50.011 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[24155]: CherryPy Checker: 2024-09-21T11:14:50.011 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[24155]: The Application mounted at '' has an empty config. 2024-09-21T11:14:50.011 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[24155]: [21/Sep/2024:11:14:49] ENGINE Serving on http://:::9283 2024-09-21T11:14:50.011 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[24155]: [21/Sep/2024:11:14:49] ENGINE Bus STARTED 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.731568+0000 mon.a (mon.0) 790 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.731568+0000 mon.a (mon.0) 790 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.731705+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.731705+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: audit 2024-09-21T11:14:49.733855+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: audit 2024-09-21T11:14:49.733855+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: audit 2024-09-21T11:14:49.734809+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: audit 2024-09-21T11:14:49.734809+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: audit 2024-09-21T11:14:49.736779+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: audit 2024-09-21T11:14:49.736779+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:14:50.012 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: audit 2024-09-21T11:14:49.738111+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:14:50.013 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:49 smithi047 bash[23321]: audit 2024-09-21T11:14:49.738111+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.731568+0000 mon.a (mon.0) 790 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.731568+0000 mon.a (mon.0) 790 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.731705+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.731705+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: audit 2024-09-21T11:14:49.733855+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: audit 2024-09-21T11:14:49.733855+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: audit 2024-09-21T11:14:49.734809+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: audit 2024-09-21T11:14:49.734809+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: audit 2024-09-21T11:14:49.736779+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: audit 2024-09-21T11:14:49.736779+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:14:50.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: audit 2024-09-21T11:14:49.738111+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:14:50.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:49 smithi016 bash[22756]: audit 2024-09-21T11:14:49.738111+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:14:50.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.731568+0000 mon.a (mon.0) 790 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T11:14:50.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.731568+0000 mon.a (mon.0) 790 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T11:14:50.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.731705+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:14:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.731705+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon b started 2024-09-21T11:14:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: audit 2024-09-21T11:14:49.733855+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:14:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: audit 2024-09-21T11:14:49.733855+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T11:14:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: audit 2024-09-21T11:14:49.734809+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:14:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: audit 2024-09-21T11:14:49.734809+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T11:14:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: audit 2024-09-21T11:14:49.736779+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:14:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: audit 2024-09-21T11:14:49.736779+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T11:14:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: audit 2024-09-21T11:14:49.738111+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:14:50.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:49 smithi094 bash[23326]: audit 2024-09-21T11:14:49.738111+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.47:0/2004159394' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T11:14:51.031 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[23009]: [21/Sep/2024:11:14:50] ENGINE Bus STARTING 2024-09-21T11:14:51.032 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[23009]: CherryPy Checker: 2024-09-21T11:14:51.032 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[23009]: The Application mounted at '' has an empty config. 2024-09-21T11:14:51.032 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[23009]: [21/Sep/2024:11:14:51] ENGINE Serving on http://:::9283 2024-09-21T11:14:51.032 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[23009]: [21/Sep/2024:11:14:51] ENGINE Bus STARTED 2024-09-21T11:14:51.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.791394+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-21T11:14:51.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.791394+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-21T11:14:51.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.883513+0000 mon.a (mon.0) 793 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:14:51.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.883513+0000 mon.a (mon.0) 793 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:14:51.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.883792+0000 mon.a (mon.0) 794 : cluster [INF] Activating manager daemon a 2024-09-21T11:14:51.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.883792+0000 mon.a (mon.0) 794 : cluster [INF] Activating manager daemon a 2024-09-21T11:14:51.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.894751+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:14:51.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.894751+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:14:51.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.895334+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0116415s), standbys: b 2024-09-21T11:14:51.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.895334+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0116415s), standbys: b 2024-09-21T11:14:51.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.898010+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:14:51.034 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.898010+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:14:51.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.898594+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:14:51.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.898594+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:14:51.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.899140+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:14:51.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.899140+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:14:51.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.901682+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:14:51.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.901682+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:14:51.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.902160+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:14:51.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.902160+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:14:51.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.902551+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:14:51.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.902551+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:14:51.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.902981+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:14:51.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.902981+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:14:51.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.903345+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:14:51.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.903345+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:14:51.036 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.903922+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.903922+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.904199+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.904199+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.904739+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:49.904739+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.932360+0000 mon.a (mon.0) 808 : cluster [INF] Manager daemon a is now available 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cluster 2024-09-21T11:14:49.932360+0000 mon.a (mon.0) 808 : cluster [INF] Manager daemon a is now available 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.375729+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.375729+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.037 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.381697+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:14:51.038 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.381697+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:14:51.038 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.385718+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.038 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.385718+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.038 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.386703+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.038 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.386703+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.038 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.386872+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.038 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.386872+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.039 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.389385+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.039 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.389385+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.039 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.395926+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.039 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.395926+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.039 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.402297+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.039 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.402297+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.039 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.405016+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:14:51.039 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.405016+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:14:51.040 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.407772+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.040 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.407772+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.040 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.408134+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:14:51.040 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.408134+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:14:51.040 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cephadm 2024-09-21T11:14:50.409870+0000 mgr.a (mgr.14388) 1 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:14:51.040 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cephadm 2024-09-21T11:14:50.409870+0000 mgr.a (mgr.14388) 1 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:14:51.040 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cephadm 2024-09-21T11:14:50.410626+0000 mgr.a (mgr.14388) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:14:51.040 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cephadm 2024-09-21T11:14:50.410626+0000 mgr.a (mgr.14388) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:14:51.040 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cephadm 2024-09-21T11:14:50.410930+0000 mgr.a (mgr.14388) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:14:51.041 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: cephadm 2024-09-21T11:14:50.410930+0000 mgr.a (mgr.14388) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:14:51.041 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.413104+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:14:51.041 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.413104+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:14:51.041 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.413370+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:14:51.041 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.413370+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:14:51.041 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.418193+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:14:51.041 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.418193+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:14:51.041 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.428326+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:14:51.042 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:50 smithi016 bash[22756]: audit 2024-09-21T11:14:50.428326+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:14:51.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.791394+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-21T11:14:51.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.791394+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-21T11:14:51.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.883513+0000 mon.a (mon.0) 793 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:14:51.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.883513+0000 mon.a (mon.0) 793 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:14:51.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.883792+0000 mon.a (mon.0) 794 : cluster [INF] Activating manager daemon a 2024-09-21T11:14:51.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.883792+0000 mon.a (mon.0) 794 : cluster [INF] Activating manager daemon a 2024-09-21T11:14:51.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.894751+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:14:51.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.894751+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:14:51.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.895334+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0116415s), standbys: b 2024-09-21T11:14:51.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.895334+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0116415s), standbys: b 2024-09-21T11:14:51.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.898010+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:14:51.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.898010+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:14:51.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.898594+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:14:51.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.898594+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:14:51.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.899140+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:14:51.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.899140+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:14:51.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.901682+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:14:51.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.901682+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:14:51.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.902160+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:14:51.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.902160+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:14:51.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.902551+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:14:51.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.902551+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:14:51.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.902981+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:14:51.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.902981+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:14:51.139 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.903345+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:14:51.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.903345+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:14:51.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.903922+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:14:51.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.903922+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:14:51.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.904199+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:14:51.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.904199+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:14:51.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.904739+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:14:51.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:49.904739+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:14:51.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.932360+0000 mon.a (mon.0) 808 : cluster [INF] Manager daemon a is now available 2024-09-21T11:14:51.140 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cluster 2024-09-21T11:14:49.932360+0000 mon.a (mon.0) 808 : cluster [INF] Manager daemon a is now available 2024-09-21T11:14:51.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.375729+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.375729+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.381697+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:14:51.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.381697+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:14:51.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.385718+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.385718+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.386703+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.386703+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.386872+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.386872+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.389385+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.389385+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.395926+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.395926+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.402297+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.402297+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.405016+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:14:51.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.405016+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:14:51.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.407772+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.407772+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.408134+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:14:51.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.408134+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:14:51.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cephadm 2024-09-21T11:14:50.409870+0000 mgr.a (mgr.14388) 1 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:14:51.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cephadm 2024-09-21T11:14:50.409870+0000 mgr.a (mgr.14388) 1 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:14:51.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cephadm 2024-09-21T11:14:50.410626+0000 mgr.a (mgr.14388) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:14:51.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cephadm 2024-09-21T11:14:50.410626+0000 mgr.a (mgr.14388) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:14:51.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cephadm 2024-09-21T11:14:50.410930+0000 mgr.a (mgr.14388) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:14:51.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: cephadm 2024-09-21T11:14:50.410930+0000 mgr.a (mgr.14388) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:14:51.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.413104+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:14:51.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.413104+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:14:51.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.413370+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:14:51.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.413370+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:14:51.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.418193+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:14:51.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.418193+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:14:51.145 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.428326+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:14:51.145 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:50 smithi094 bash[23326]: audit 2024-09-21T11:14:50.428326+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:14:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.791394+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-21T11:14:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.791394+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-21T11:14:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.883513+0000 mon.a (mon.0) 793 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:14:51.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.883513+0000 mon.a (mon.0) 793 : cluster [INF] Active manager daemon a restarted 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.883792+0000 mon.a (mon.0) 794 : cluster [INF] Activating manager daemon a 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.883792+0000 mon.a (mon.0) 794 : cluster [INF] Activating manager daemon a 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.894751+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.894751+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.895334+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0116415s), standbys: b 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.895334+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0116415s), standbys: b 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.898010+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.898010+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.898594+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.898594+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T11:14:51.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.899140+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:14:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.899140+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T11:14:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.901682+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:14:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.901682+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T11:14:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.902160+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:14:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.902160+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T11:14:51.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.902551+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.902551+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.902981+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.902981+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.903345+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.903345+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.903922+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.903922+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.904199+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.904199+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T11:14:51.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.904739+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:49.904739+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.932360+0000 mon.a (mon.0) 808 : cluster [INF] Manager daemon a is now available 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cluster 2024-09-21T11:14:49.932360+0000 mon.a (mon.0) 808 : cluster [INF] Manager daemon a is now available 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.375729+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.375729+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.381697+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.381697+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.385718+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.385718+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.386703+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.386703+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.386872+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.386872+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"} : dispatch 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.389385+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.389385+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.395926+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.395926+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.402297+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.402297+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.405016+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.405016+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:14:51.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.407772+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.407772+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.408134+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.408134+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cephadm 2024-09-21T11:14:50.409870+0000 mgr.a (mgr.14388) 1 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cephadm 2024-09-21T11:14:50.409870+0000 mgr.a (mgr.14388) 1 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cephadm 2024-09-21T11:14:50.410626+0000 mgr.a (mgr.14388) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cephadm 2024-09-21T11:14:50.410626+0000 mgr.a (mgr.14388) 2 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cephadm 2024-09-21T11:14:50.410930+0000 mgr.a (mgr.14388) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: cephadm 2024-09-21T11:14:50.410930+0000 mgr.a (mgr.14388) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.413104+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:14:51.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.413104+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:14:51.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.413370+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:14:51.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.413370+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:14:51.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.418193+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:14:51.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.418193+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T11:14:51.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.428326+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:14:51.268 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:50 smithi047 bash[23321]: audit 2024-09-21T11:14:50.428326+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T11:14:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cluster 2024-09-21T11:14:50.899891+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e20: a(active, since 1.0162s), standbys: b 2024-09-21T11:14:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cluster 2024-09-21T11:14:50.899891+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e20: a(active, since 1.0162s), standbys: b 2024-09-21T11:14:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:50.902350+0000 mgr.a (mgr.14388) 4 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:14:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:50.902350+0000 mgr.a (mgr.14388) 4 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:14:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cluster 2024-09-21T11:14:50.904716+0000 mgr.a (mgr.14388) 5 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cluster 2024-09-21T11:14:50.904716+0000 mgr.a (mgr.14388) 5 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cephadm 2024-09-21T11:14:50.963453+0000 mgr.a (mgr.14388) 6 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cephadm 2024-09-21T11:14:50.963453+0000 mgr.a (mgr.14388) 6 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.028686+0000 mgr.a (mgr.14388) 7 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.028686+0000 mgr.a (mgr.14388) 7 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.058798+0000 mgr.a (mgr.14388) 8 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.058798+0000 mgr.a (mgr.14388) 8 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.214620+0000 mgr.a (mgr.14388) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.214620+0000 mgr.a (mgr.14388) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.632309+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.632309+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.637931+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.637931+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.709684+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.709684+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.717020+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.717020+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.723132+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.723132+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.730131+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.730131+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.737277+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.737277+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.744286+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.138 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:51 smithi094 bash[23326]: audit 2024-09-21T11:14:51.744286+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cluster 2024-09-21T11:14:50.899891+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e20: a(active, since 1.0162s), standbys: b 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cluster 2024-09-21T11:14:50.899891+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e20: a(active, since 1.0162s), standbys: b 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:50.902350+0000 mgr.a (mgr.14388) 4 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:50.902350+0000 mgr.a (mgr.14388) 4 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cluster 2024-09-21T11:14:50.904716+0000 mgr.a (mgr.14388) 5 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cluster 2024-09-21T11:14:50.904716+0000 mgr.a (mgr.14388) 5 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cephadm 2024-09-21T11:14:50.963453+0000 mgr.a (mgr.14388) 6 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cephadm 2024-09-21T11:14:50.963453+0000 mgr.a (mgr.14388) 6 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.028686+0000 mgr.a (mgr.14388) 7 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.028686+0000 mgr.a (mgr.14388) 7 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.058798+0000 mgr.a (mgr.14388) 8 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.058798+0000 mgr.a (mgr.14388) 8 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.214620+0000 mgr.a (mgr.14388) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.214620+0000 mgr.a (mgr.14388) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.632309+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.632309+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.637931+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.637931+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.709684+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.709684+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.717020+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.717020+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.723132+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.723132+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.730131+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.730131+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.737277+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.737277+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.744286+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:51 smithi047 bash[23321]: audit 2024-09-21T11:14:51.744286+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cluster 2024-09-21T11:14:50.899891+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e20: a(active, since 1.0162s), standbys: b 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cluster 2024-09-21T11:14:50.899891+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e20: a(active, since 1.0162s), standbys: b 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:50.902350+0000 mgr.a (mgr.14388) 4 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:50.902350+0000 mgr.a (mgr.14388) 4 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cluster 2024-09-21T11:14:50.904716+0000 mgr.a (mgr.14388) 5 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cluster 2024-09-21T11:14:50.904716+0000 mgr.a (mgr.14388) 5 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cephadm 2024-09-21T11:14:50.963453+0000 mgr.a (mgr.14388) 6 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cephadm 2024-09-21T11:14:50.963453+0000 mgr.a (mgr.14388) 6 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.028686+0000 mgr.a (mgr.14388) 7 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.028686+0000 mgr.a (mgr.14388) 7 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.058798+0000 mgr.a (mgr.14388) 8 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.058798+0000 mgr.a (mgr.14388) 8 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.214620+0000 mgr.a (mgr.14388) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.214620+0000 mgr.a (mgr.14388) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.632309+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.632309+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.637931+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.637931+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.709684+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.709684+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.717020+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.717020+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.723132+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.723132+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.730131+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.730131+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.737277+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.737277+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.744286+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:51 smithi016 bash[22756]: audit 2024-09-21T11:14:51.744286+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:52.911 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: debug 2024-09-21T11:14:52.570+0000 7f3054e93640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:11:14:52] ENGINE Error in HTTPServer.serve 2024-09-21T11:14:52.911 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: Traceback (most recent call last): 2024-09-21T11:14:52.911 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:14:52.911 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: self._connections.run(self.expiration_interval) 2024-09-21T11:14:52.911 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:14:52.911 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: self._run(expiration_interval) 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: s = self.context.wrap_socket( 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: return self.sslsocket_class._create( 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: self.do_handshake() 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: self._sslobj.do_handshake() 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[23009]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:14:52.912 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.500370+0000 mgr.a (mgr.14388) 10 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.913 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.500370+0000 mgr.a (mgr.14388) 10 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.913 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.503983+0000 mgr.a (mgr.14388) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.913 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.503983+0000 mgr.a (mgr.14388) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:52.913 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.530980+0000 mgr.a (mgr.14388) 12 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.500370+0000 mgr.a (mgr.14388) 10 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:53.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.500370+0000 mgr.a (mgr.14388) 10 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:53.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.503983+0000 mgr.a (mgr.14388) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:53.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.503983+0000 mgr.a (mgr.14388) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:53.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.530980+0000 mgr.a (mgr.14388) 12 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.530980+0000 mgr.a (mgr.14388) 12 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.620554+0000 mgr.a (mgr.14388) 13 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.620554+0000 mgr.a (mgr.14388) 13 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.621534+0000 mgr.a (mgr.14388) 14 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.621534+0000 mgr.a (mgr.14388) 14 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.738185+0000 mgr.a (mgr.14388) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.738185+0000 mgr.a (mgr.14388) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.771784+0000 mgr.a (mgr.14388) 16 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:51.771784+0000 mgr.a (mgr.14388) 16 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cluster 2024-09-21T11:14:51.903514+0000 mgr.a (mgr.14388) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cluster 2024-09-21T11:14:51.903514+0000 mgr.a (mgr.14388) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.203028+0000 mgr.a (mgr.14388) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.203028+0000 mgr.a (mgr.14388) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.311913+0000 mgr.a (mgr.14388) 19 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTING 2024-09-21T11:14:53.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:52 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.311913+0000 mgr.a (mgr.14388) 19 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTING 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.530980+0000 mgr.a (mgr.14388) 12 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.620554+0000 mgr.a (mgr.14388) 13 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.620554+0000 mgr.a (mgr.14388) 13 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.621534+0000 mgr.a (mgr.14388) 14 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.621534+0000 mgr.a (mgr.14388) 14 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.738185+0000 mgr.a (mgr.14388) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.738185+0000 mgr.a (mgr.14388) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.771784+0000 mgr.a (mgr.14388) 16 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:51.771784+0000 mgr.a (mgr.14388) 16 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cluster 2024-09-21T11:14:51.903514+0000 mgr.a (mgr.14388) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cluster 2024-09-21T11:14:51.903514+0000 mgr.a (mgr.14388) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:53.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.203028+0000 mgr.a (mgr.14388) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-09-21T11:14:53.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.203028+0000 mgr.a (mgr.14388) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-09-21T11:14:53.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.311913+0000 mgr.a (mgr.14388) 19 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTING 2024-09-21T11:14:53.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:52 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.311913+0000 mgr.a (mgr.14388) 19 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTING 2024-09-21T11:14:53.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.500370+0000 mgr.a (mgr.14388) 10 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:53.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.500370+0000 mgr.a (mgr.14388) 10 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:53.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.503983+0000 mgr.a (mgr.14388) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:53.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.503983+0000 mgr.a (mgr.14388) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-21T11:14:53.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.530980+0000 mgr.a (mgr.14388) 12 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.530980+0000 mgr.a (mgr.14388) 12 : cephadm [INF] Updating smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.620554+0000 mgr.a (mgr.14388) 13 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.620554+0000 mgr.a (mgr.14388) 13 : cephadm [INF] Updating smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.621534+0000 mgr.a (mgr.14388) 14 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.621534+0000 mgr.a (mgr.14388) 14 : cephadm [INF] Updating smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.738185+0000 mgr.a (mgr.14388) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.738185+0000 mgr.a (mgr.14388) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.771784+0000 mgr.a (mgr.14388) 16 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:51.771784+0000 mgr.a (mgr.14388) 16 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cluster 2024-09-21T11:14:51.903514+0000 mgr.a (mgr.14388) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cluster 2024-09-21T11:14:51.903514+0000 mgr.a (mgr.14388) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.203028+0000 mgr.a (mgr.14388) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.203028+0000 mgr.a (mgr.14388) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-09-21T11:14:53.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.311913+0000 mgr.a (mgr.14388) 19 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTING 2024-09-21T11:14:53.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:52 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.311913+0000 mgr.a (mgr.14388) 19 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTING 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.543629+0000 mgr.a (mgr.14388) 20 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on https://172.21.15.16:7151 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.543629+0000 mgr.a (mgr.14388) 20 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on https://172.21.15.16:7151 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.576545+0000 mgr.a (mgr.14388) 21 : cephadm [ERR] [21/Sep/2024:11:14:52] ENGINE Error in HTTPServer.serve 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: Traceback (most recent call last): 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: self._connections.run(self.expiration_interval) 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: self._run(expiration_interval) 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:14:54.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: s = self.context.wrap_socket( 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: return self.sslsocket_class._create( 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: self.do_handshake() 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: self._sslobj.do_handshake() 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.576545+0000 mgr.a (mgr.14388) 21 : cephadm [ERR] [21/Sep/2024:11:14:52] ENGINE Error in HTTPServer.serve 2024-09-21T11:14:54.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: Traceback (most recent call last): 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: self._connections.run(self.expiration_interval) 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: self._run(expiration_interval) 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: s = self.context.wrap_socket( 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: return self.sslsocket_class._create( 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:14:54.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: self.do_handshake() 2024-09-21T11:14:54.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:14:54.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: self._sslobj.do_handshake() 2024-09-21T11:14:54.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:14:54.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.666715+0000 mgr.a (mgr.14388) 22 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:14:54.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.666715+0000 mgr.a (mgr.14388) 22 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:14:54.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.666801+0000 mgr.a (mgr.14388) 23 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTED 2024-09-21T11:14:54.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cephadm 2024-09-21T11:14:52.666801+0000 mgr.a (mgr.14388) 23 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTED 2024-09-21T11:14:54.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cluster 2024-09-21T11:14:52.922790+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-21T11:14:54.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:53 smithi016 bash[22756]: cluster 2024-09-21T11:14:52.922790+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-21T11:14:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.543629+0000 mgr.a (mgr.14388) 20 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on https://172.21.15.16:7151 2024-09-21T11:14:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.543629+0000 mgr.a (mgr.14388) 20 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on https://172.21.15.16:7151 2024-09-21T11:14:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.576545+0000 mgr.a (mgr.14388) 21 : cephadm [ERR] [21/Sep/2024:11:14:52] ENGINE Error in HTTPServer.serve 2024-09-21T11:14:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: Traceback (most recent call last): 2024-09-21T11:14:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:14:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: self._connections.run(self.expiration_interval) 2024-09-21T11:14:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:14:54.262 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: self._run(expiration_interval) 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: s = self.context.wrap_socket( 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: return self.sslsocket_class._create( 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: self.do_handshake() 2024-09-21T11:14:54.263 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:14:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: self._sslobj.do_handshake() 2024-09-21T11:14:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:14:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.576545+0000 mgr.a (mgr.14388) 21 : cephadm [ERR] [21/Sep/2024:11:14:52] ENGINE Error in HTTPServer.serve 2024-09-21T11:14:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: Traceback (most recent call last): 2024-09-21T11:14:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:14:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: self._connections.run(self.expiration_interval) 2024-09-21T11:14:54.264 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:14:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: self._run(expiration_interval) 2024-09-21T11:14:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:14:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:14:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:14:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:14:54.265 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:14:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: s = self.context.wrap_socket( 2024-09-21T11:14:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:14:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: return self.sslsocket_class._create( 2024-09-21T11:14:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:14:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: self.do_handshake() 2024-09-21T11:14:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:14:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: self._sslobj.do_handshake() 2024-09-21T11:14:54.266 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:14:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.666715+0000 mgr.a (mgr.14388) 22 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:14:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.666715+0000 mgr.a (mgr.14388) 22 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:14:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.666801+0000 mgr.a (mgr.14388) 23 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTED 2024-09-21T11:14:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cephadm 2024-09-21T11:14:52.666801+0000 mgr.a (mgr.14388) 23 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTED 2024-09-21T11:14:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cluster 2024-09-21T11:14:52.922790+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-21T11:14:54.267 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:53 smithi047 bash[23321]: cluster 2024-09-21T11:14:52.922790+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-21T11:14:54.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.543629+0000 mgr.a (mgr.14388) 20 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on https://172.21.15.16:7151 2024-09-21T11:14:54.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.543629+0000 mgr.a (mgr.14388) 20 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on https://172.21.15.16:7151 2024-09-21T11:14:54.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.576545+0000 mgr.a (mgr.14388) 21 : cephadm [ERR] [21/Sep/2024:11:14:52] ENGINE Error in HTTPServer.serve 2024-09-21T11:14:54.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: Traceback (most recent call last): 2024-09-21T11:14:54.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:14:54.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: self._connections.run(self.expiration_interval) 2024-09-21T11:14:54.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:14:54.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: self._run(expiration_interval) 2024-09-21T11:14:54.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: s = self.context.wrap_socket( 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: return self.sslsocket_class._create( 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: self.do_handshake() 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: self._sslobj.do_handshake() 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:14:54.388 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.576545+0000 mgr.a (mgr.14388) 21 : cephadm [ERR] [21/Sep/2024:11:14:52] ENGINE Error in HTTPServer.serve 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: Traceback (most recent call last): 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: self._connections.run(self.expiration_interval) 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: self._run(expiration_interval) 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: s = self.context.wrap_socket( 2024-09-21T11:14:54.389 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: return self.sslsocket_class._create( 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: self.do_handshake() 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: self._sslobj.do_handshake() 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.666715+0000 mgr.a (mgr.14388) 22 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.666715+0000 mgr.a (mgr.14388) 22 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Serving on http://172.21.15.16:8765 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.666801+0000 mgr.a (mgr.14388) 23 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTED 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cephadm 2024-09-21T11:14:52.666801+0000 mgr.a (mgr.14388) 23 : cephadm [INF] [21/Sep/2024:11:14:52] ENGINE Bus STARTED 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cluster 2024-09-21T11:14:52.922790+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-21T11:14:54.390 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:53 smithi094 bash[23326]: cluster 2024-09-21T11:14:52.922790+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-21T11:14:55.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:54 smithi047 bash[23321]: cluster 2024-09-21T11:14:53.904035+0000 mgr.a (mgr.14388) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:55.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:54 smithi047 bash[23321]: cluster 2024-09-21T11:14:53.904035+0000 mgr.a (mgr.14388) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:55.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:54 smithi016 bash[22756]: cluster 2024-09-21T11:14:53.904035+0000 mgr.a (mgr.14388) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:55.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:54 smithi016 bash[22756]: cluster 2024-09-21T11:14:53.904035+0000 mgr.a (mgr.14388) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:55.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:54 smithi094 bash[23326]: cluster 2024-09-21T11:14:53.904035+0000 mgr.a (mgr.14388) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:55.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:54 smithi094 bash[23326]: cluster 2024-09-21T11:14:53.904035+0000 mgr.a (mgr.14388) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:14:56.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:55 smithi047 bash[23321]: cluster 2024-09-21T11:14:54.938476+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-21T11:14:56.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:55 smithi047 bash[23321]: cluster 2024-09-21T11:14:54.938476+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-21T11:14:56.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:55 smithi016 bash[22756]: cluster 2024-09-21T11:14:54.938476+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-21T11:14:56.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:55 smithi016 bash[22756]: cluster 2024-09-21T11:14:54.938476+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-21T11:14:56.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:55 smithi094 bash[23326]: cluster 2024-09-21T11:14:54.938476+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-21T11:14:56.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:55 smithi094 bash[23326]: cluster 2024-09-21T11:14:54.938476+0000 mon.a (mon.0) 834 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-21T11:14:57.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:56 smithi016 bash[22756]: cluster 2024-09-21T11:14:55.904482+0000 mgr.a (mgr.14388) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-21T11:14:57.215 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:56 smithi016 bash[22756]: cluster 2024-09-21T11:14:55.904482+0000 mgr.a (mgr.14388) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-21T11:14:57.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:56 smithi047 bash[23321]: cluster 2024-09-21T11:14:55.904482+0000 mgr.a (mgr.14388) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-21T11:14:57.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:56 smithi047 bash[23321]: cluster 2024-09-21T11:14:55.904482+0000 mgr.a (mgr.14388) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-21T11:14:57.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:56 smithi094 bash[23326]: cluster 2024-09-21T11:14:55.904482+0000 mgr.a (mgr.14388) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-21T11:14:57.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:56 smithi094 bash[23326]: cluster 2024-09-21T11:14:55.904482+0000 mgr.a (mgr.14388) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-21T11:14:58.705 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:58 smithi016 bash[22756]: audit 2024-09-21T11:14:57.446896+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.705 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:58 smithi016 bash[22756]: audit 2024-09-21T11:14:57.446896+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.705 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:58 smithi016 bash[22756]: audit 2024-09-21T11:14:57.452337+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.705 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:58 smithi016 bash[22756]: audit 2024-09-21T11:14:57.452337+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.705 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:58 smithi016 bash[22756]: audit 2024-09-21T11:14:57.453438+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:14:58.705 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:58 smithi016 bash[22756]: audit 2024-09-21T11:14:57.453438+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:14:58.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:58 smithi047 bash[23321]: audit 2024-09-21T11:14:57.446896+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:58 smithi047 bash[23321]: audit 2024-09-21T11:14:57.446896+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:58 smithi047 bash[23321]: audit 2024-09-21T11:14:57.452337+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:58 smithi047 bash[23321]: audit 2024-09-21T11:14:57.452337+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:58 smithi047 bash[23321]: audit 2024-09-21T11:14:57.453438+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:14:58.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:58 smithi047 bash[23321]: audit 2024-09-21T11:14:57.453438+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:14:58.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:58 smithi094 bash[23326]: audit 2024-09-21T11:14:57.446896+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:58 smithi094 bash[23326]: audit 2024-09-21T11:14:57.446896+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:58 smithi094 bash[23326]: audit 2024-09-21T11:14:57.452337+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:58 smithi094 bash[23326]: audit 2024-09-21T11:14:57.452337+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:58.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:58 smithi094 bash[23326]: audit 2024-09-21T11:14:57.453438+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:14:58.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:58 smithi094 bash[23326]: audit 2024-09-21T11:14:57.453438+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi047", "caps": []} : dispatch 2024-09-21T11:14:59.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:59 smithi016 bash[22756]: cluster 2024-09-21T11:14:57.904950+0000 mgr.a (mgr.14388) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T11:14:59.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:59 smithi016 bash[22756]: cluster 2024-09-21T11:14:57.904950+0000 mgr.a (mgr.14388) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T11:14:59.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:59 smithi016 bash[22756]: audit 2024-09-21T11:14:58.513543+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:14:59.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:59 smithi016 bash[22756]: audit 2024-09-21T11:14:58.513543+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:14:59.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:59 smithi016 bash[22756]: audit 2024-09-21T11:14:59.425346+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:59.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:14:59 smithi016 bash[22756]: audit 2024-09-21T11:14:59.425346+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:59.738 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:59 smithi047 bash[23321]: cluster 2024-09-21T11:14:57.904950+0000 mgr.a (mgr.14388) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T11:14:59.738 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:59 smithi047 bash[23321]: cluster 2024-09-21T11:14:57.904950+0000 mgr.a (mgr.14388) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T11:14:59.738 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:59 smithi047 bash[23321]: audit 2024-09-21T11:14:58.513543+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:14:59.738 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:59 smithi047 bash[23321]: audit 2024-09-21T11:14:58.513543+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:14:59.738 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:59 smithi047 bash[23321]: audit 2024-09-21T11:14:59.425346+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:59.738 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:14:59 smithi047 bash[23321]: audit 2024-09-21T11:14:59.425346+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:59.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:59 smithi094 bash[23326]: cluster 2024-09-21T11:14:57.904950+0000 mgr.a (mgr.14388) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T11:14:59.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:59 smithi094 bash[23326]: cluster 2024-09-21T11:14:57.904950+0000 mgr.a (mgr.14388) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T11:14:59.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:59 smithi094 bash[23326]: audit 2024-09-21T11:14:58.513543+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:14:59.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:59 smithi094 bash[23326]: audit 2024-09-21T11:14:58.513543+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []} : dispatch 2024-09-21T11:14:59.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:59 smithi094 bash[23326]: audit 2024-09-21T11:14:59.425346+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:14:59.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:14:59 smithi094 bash[23326]: audit 2024-09-21T11:14:59.425346+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: audit 2024-09-21T11:14:59.589905+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: audit 2024-09-21T11:14:59.589905+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: audit 2024-09-21T11:14:59.737172+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: audit 2024-09-21T11:14:59.737172+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: cephadm 2024-09-21T11:14:59.757173+0000 mgr.a (mgr.14388) 27 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: cephadm 2024-09-21T11:14:59.757173+0000 mgr.a (mgr.14388) 27 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: cephadm 2024-09-21T11:14:59.764757+0000 mgr.a (mgr.14388) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: cephadm 2024-09-21T11:14:59.764757+0000 mgr.a (mgr.14388) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: cluster 2024-09-21T11:14:59.905437+0000 mgr.a (mgr.14388) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T11:15:00.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:00 smithi047 bash[23321]: cluster 2024-09-21T11:14:59.905437+0000 mgr.a (mgr.14388) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: audit 2024-09-21T11:14:59.589905+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: audit 2024-09-21T11:14:59.589905+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: audit 2024-09-21T11:14:59.737172+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: audit 2024-09-21T11:14:59.737172+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: cephadm 2024-09-21T11:14:59.757173+0000 mgr.a (mgr.14388) 27 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: cephadm 2024-09-21T11:14:59.757173+0000 mgr.a (mgr.14388) 27 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: cephadm 2024-09-21T11:14:59.764757+0000 mgr.a (mgr.14388) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: cephadm 2024-09-21T11:14:59.764757+0000 mgr.a (mgr.14388) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: cluster 2024-09-21T11:14:59.905437+0000 mgr.a (mgr.14388) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T11:15:00.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:00 smithi094 bash[23326]: cluster 2024-09-21T11:14:59.905437+0000 mgr.a (mgr.14388) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: audit 2024-09-21T11:14:59.589905+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: audit 2024-09-21T11:14:59.589905+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: audit 2024-09-21T11:14:59.737172+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: audit 2024-09-21T11:14:59.737172+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: cephadm 2024-09-21T11:14:59.757173+0000 mgr.a (mgr.14388) 27 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: cephadm 2024-09-21T11:14:59.757173+0000 mgr.a (mgr.14388) 27 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: cephadm 2024-09-21T11:14:59.764757+0000 mgr.a (mgr.14388) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: cephadm 2024-09-21T11:14:59.764757+0000 mgr.a (mgr.14388) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: cluster 2024-09-21T11:14:59.905437+0000 mgr.a (mgr.14388) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T11:15:01.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:00 smithi016 bash[22756]: cluster 2024-09-21T11:14:59.905437+0000 mgr.a (mgr.14388) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T11:15:01.765 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:01 smithi016 bash[22756]: audit 2024-09-21T11:15:00.614157+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.766 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:01 smithi016 bash[22756]: audit 2024-09-21T11:15:00.614157+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.766 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:01 smithi016 bash[22756]: audit 2024-09-21T11:15:00.744391+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.766 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:01 smithi016 bash[22756]: audit 2024-09-21T11:15:00.744391+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.766 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:01 smithi016 bash[22756]: audit 2024-09-21T11:15:01.411125+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.766 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:01 smithi016 bash[22756]: audit 2024-09-21T11:15:01.411125+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:01 smithi094 bash[23326]: audit 2024-09-21T11:15:00.614157+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:01 smithi094 bash[23326]: audit 2024-09-21T11:15:00.614157+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:01 smithi094 bash[23326]: audit 2024-09-21T11:15:00.744391+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:01 smithi094 bash[23326]: audit 2024-09-21T11:15:00.744391+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:01 smithi094 bash[23326]: audit 2024-09-21T11:15:01.411125+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:01.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:01 smithi094 bash[23326]: audit 2024-09-21T11:15:01.411125+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:02.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:01 smithi047 bash[23321]: audit 2024-09-21T11:15:00.614157+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:02.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:01 smithi047 bash[23321]: audit 2024-09-21T11:15:00.614157+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:01 smithi047 bash[23321]: audit 2024-09-21T11:15:00.744391+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:01 smithi047 bash[23321]: audit 2024-09-21T11:15:00.744391+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:01 smithi047 bash[23321]: audit 2024-09-21T11:15:01.411125+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:02.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:01 smithi047 bash[23321]: audit 2024-09-21T11:15:01.411125+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:02.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:02 smithi094 bash[23326]: cluster 2024-09-21T11:15:01.905851+0000 mgr.a (mgr.14388) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:02.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:02 smithi094 bash[23326]: cluster 2024-09-21T11:15:01.905851+0000 mgr.a (mgr.14388) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:03.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:02 smithi047 bash[23321]: cluster 2024-09-21T11:15:01.905851+0000 mgr.a (mgr.14388) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:03.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:02 smithi047 bash[23321]: cluster 2024-09-21T11:15:01.905851+0000 mgr.a (mgr.14388) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:03.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:02 smithi016 bash[22756]: cluster 2024-09-21T11:15:01.905851+0000 mgr.a (mgr.14388) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:03.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:02 smithi016 bash[22756]: cluster 2024-09-21T11:15:01.905851+0000 mgr.a (mgr.14388) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:04.726 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: audit 2024-09-21T11:15:03.626191+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.727 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: audit 2024-09-21T11:15:03.626191+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.727 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: cluster 2024-09-21T11:15:03.906390+0000 mgr.a (mgr.14388) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T11:15:04.727 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: cluster 2024-09-21T11:15:03.906390+0000 mgr.a (mgr.14388) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T11:15:04.727 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: audit 2024-09-21T11:15:04.437638+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.841 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: audit 2024-09-21T11:15:03.626191+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.841 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: audit 2024-09-21T11:15:03.626191+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.841 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: cluster 2024-09-21T11:15:03.906390+0000 mgr.a (mgr.14388) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T11:15:04.841 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: cluster 2024-09-21T11:15:03.906390+0000 mgr.a (mgr.14388) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T11:15:04.841 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: audit 2024-09-21T11:15:04.437638+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.841 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: audit 2024-09-21T11:15:04.437638+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.842 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: audit 2024-09-21T11:15:04.446716+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.842 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: audit 2024-09-21T11:15:04.446716+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.842 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: audit 2024-09-21T11:15:04.456565+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:04.842 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:04 smithi094 bash[23326]: audit 2024-09-21T11:15:04.456565+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: audit 2024-09-21T11:15:04.437638+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: audit 2024-09-21T11:15:04.446716+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: audit 2024-09-21T11:15:04.446716+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: audit 2024-09-21T11:15:04.456565+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:04 smithi047 bash[23321]: audit 2024-09-21T11:15:04.456565+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: audit 2024-09-21T11:15:03.626191+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: audit 2024-09-21T11:15:03.626191+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: cluster 2024-09-21T11:15:03.906390+0000 mgr.a (mgr.14388) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T11:15:05.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: cluster 2024-09-21T11:15:03.906390+0000 mgr.a (mgr.14388) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T11:15:05.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: audit 2024-09-21T11:15:04.437638+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: audit 2024-09-21T11:15:04.437638+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: audit 2024-09-21T11:15:04.446716+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: audit 2024-09-21T11:15:04.446716+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: audit 2024-09-21T11:15:04.456565+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:04 smithi016 bash[22756]: audit 2024-09-21T11:15:04.456565+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:05.644 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:05 smithi016 bash[23009]: [21/Sep/2024:11:15:05] ENGINE Bus STOPPING 2024-09-21T11:15:05.645 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:05 smithi016 bash[23009]: [21/Sep/2024:11:15:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T11:15:05.645 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:05 smithi016 bash[23009]: [21/Sep/2024:11:15:05] ENGINE Bus STOPPED 2024-09-21T11:15:05.645 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:05 smithi016 bash[23009]: [21/Sep/2024:11:15:05] ENGINE Bus STARTING 2024-09-21T11:15:05.645 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:05 smithi016 bash[23009]: [21/Sep/2024:11:15:05] ENGINE Serving on http://:::9283 2024-09-21T11:15:06.031 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:05 smithi016 bash[23009]: [21/Sep/2024:11:15:05] ENGINE Bus STARTED 2024-09-21T11:15:06.031 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:05 smithi016 bash[23009]: [21/Sep/2024:11:15:05] ENGINE Bus STOPPING 2024-09-21T11:15:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.333195+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.333195+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.341927+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.341927+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.348673+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T11:15:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.348673+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T11:15:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.349759+0000 mgr.a (mgr.14388) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T11:15:06.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.349759+0000 mgr.a (mgr.14388) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.351899+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"} : dispatch 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.351899+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"} : dispatch 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.352915+0000 mgr.a (mgr.14388) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.352915+0000 mgr.a (mgr.14388) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.360349+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.360349+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.375810+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.375810+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.383758+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.383758+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.384822+0000 mgr.a (mgr.14388) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T11:15:06.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.384822+0000 mgr.a (mgr.14388) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.394287+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.394287+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: cluster 2024-09-21T11:15:05.395785+0000 mgr.a (mgr.14388) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: cluster 2024-09-21T11:15:05.395785+0000 mgr.a (mgr.14388) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.399352+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.399352+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.400104+0000 mgr.a (mgr.14388) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.400104+0000 mgr.a (mgr.14388) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.404803+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.404803+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.411225+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.411225+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.414576+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.414576+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.542130+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.542130+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.922704+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.922704+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.927134+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:05.927134+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:06.154255+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:06 smithi047 bash[23321]: audit 2024-09-21T11:15:06.154255+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[23009]: [21/Sep/2024:11:15:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T11:15:06.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[23009]: [21/Sep/2024:11:15:06] ENGINE Bus STOPPED 2024-09-21T11:15:06.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[23009]: [21/Sep/2024:11:15:06] ENGINE Bus STARTING 2024-09-21T11:15:06.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[23009]: [21/Sep/2024:11:15:06] ENGINE Serving on http://:::9283 2024-09-21T11:15:06.532 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[23009]: [21/Sep/2024:11:15:06] ENGINE Bus STARTED 2024-09-21T11:15:06.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.333195+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.333195+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.341927+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.341927+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.348673+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T11:15:06.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.348673+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T11:15:06.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.349759+0000 mgr.a (mgr.14388) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T11:15:06.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.349759+0000 mgr.a (mgr.14388) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.351899+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"} : dispatch 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.351899+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"} : dispatch 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.352915+0000 mgr.a (mgr.14388) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.352915+0000 mgr.a (mgr.14388) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.360349+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.360349+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.375810+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.375810+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.383758+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.383758+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.384822+0000 mgr.a (mgr.14388) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T11:15:06.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.384822+0000 mgr.a (mgr.14388) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.394287+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.394287+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: cluster 2024-09-21T11:15:05.395785+0000 mgr.a (mgr.14388) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: cluster 2024-09-21T11:15:05.395785+0000 mgr.a (mgr.14388) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.399352+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.399352+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.400104+0000 mgr.a (mgr.14388) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.400104+0000 mgr.a (mgr.14388) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.404803+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.404803+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.411225+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.411225+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.414576+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.414576+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.542130+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.542130+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.922704+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.922704+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.927134+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:05.927134+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:06.154255+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:06 smithi016 bash[22756]: audit 2024-09-21T11:15:06.154255+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.333195+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.333195+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.341927+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.341927+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.348673+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.348673+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.349759+0000 mgr.a (mgr.14388) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.349759+0000 mgr.a (mgr.14388) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.351899+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"} : dispatch 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.351899+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"} : dispatch 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.352915+0000 mgr.a (mgr.14388) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.352915+0000 mgr.a (mgr.14388) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.360349+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.360349+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.375810+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.375810+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.383758+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.383758+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.384822+0000 mgr.a (mgr.14388) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.384822+0000 mgr.a (mgr.14388) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.394287+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.394287+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: cluster 2024-09-21T11:15:05.395785+0000 mgr.a (mgr.14388) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: cluster 2024-09-21T11:15:05.395785+0000 mgr.a (mgr.14388) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.399352+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.399352+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.400104+0000 mgr.a (mgr.14388) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.400104+0000 mgr.a (mgr.14388) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.404803+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.404803+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.411225+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.411225+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.414576+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.414576+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.542130+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.542130+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.922704+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.922704+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.927134+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:05.927134+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:06.154255+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:06.639 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:06 smithi094 bash[23326]: audit 2024-09-21T11:15:06.154255+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T11:15:07.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:05.542905+0000 mgr.a (mgr.14388) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:05.542905+0000 mgr.a (mgr.14388) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:06.155510+0000 mgr.a (mgr.14388) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:06.155510+0000 mgr.a (mgr.14388) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: cluster 2024-09-21T11:15:06.388924+0000 mon.a (mon.0) 865 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-21T11:15:07.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: cluster 2024-09-21T11:15:06.388924+0000 mon.a (mon.0) 865 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.157255+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.157255+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.164539+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.164539+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.172701+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.172701+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.254310+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.254310+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.255654+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.255654+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.263683+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.263683+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.297464+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:07.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:07 smithi047 bash[23321]: audit 2024-09-21T11:15:07.297464+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:07.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:05.542905+0000 mgr.a (mgr.14388) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:05.542905+0000 mgr.a (mgr.14388) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:06.155510+0000 mgr.a (mgr.14388) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:06.155510+0000 mgr.a (mgr.14388) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: cluster 2024-09-21T11:15:06.388924+0000 mon.a (mon.0) 865 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-21T11:15:07.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: cluster 2024-09-21T11:15:06.388924+0000 mon.a (mon.0) 865 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-21T11:15:07.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.157255+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.157255+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.164539+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.164539+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.172701+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.172701+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.254310+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.254310+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.255654+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.255654+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.263683+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.263683+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.297464+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:07.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:07 smithi094 bash[23326]: audit 2024-09-21T11:15:07.297464+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:07.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:05.542905+0000 mgr.a (mgr.14388) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:05.542905+0000 mgr.a (mgr.14388) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:06.155510+0000 mgr.a (mgr.14388) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:06.155510+0000 mgr.a (mgr.14388) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: cluster 2024-09-21T11:15:06.388924+0000 mon.a (mon.0) 865 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: cluster 2024-09-21T11:15:06.388924+0000 mon.a (mon.0) 865 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.157255+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.157255+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.164539+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.164539+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.172701+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.172701+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.254310+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:07.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.254310+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:07.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.255654+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:07.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.255654+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:07.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.263683+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.263683+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:07.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.297464+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:07.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:07 smithi016 bash[22756]: audit 2024-09-21T11:15:07.297464+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []} : dispatch 2024-09-21T11:15:08.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: cluster 2024-09-21T11:15:07.165503+0000 mgr.a (mgr.14388) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: cluster 2024-09-21T11:15:07.165503+0000 mgr.a (mgr.14388) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: cluster 2024-09-21T11:15:07.165767+0000 mgr.a (mgr.14388) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: cluster 2024-09-21T11:15:07.165767+0000 mgr.a (mgr.14388) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: cluster 2024-09-21T11:15:07.257724+0000 mgr.a (mgr.14388) 41 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: cluster 2024-09-21T11:15:07.257724+0000 mgr.a (mgr.14388) 41 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: cephadm 2024-09-21T11:15:07.264141+0000 mgr.a (mgr.14388) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: cephadm 2024-09-21T11:15:07.264141+0000 mgr.a (mgr.14388) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:07.926180+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:07.926180+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.000916+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.000916+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.109108+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.109108+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.206176+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.206176+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.213727+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.213727+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.222747+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.638 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:08 smithi094 bash[23326]: audit 2024-09-21T11:15:08.222747+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: cluster 2024-09-21T11:15:07.165503+0000 mgr.a (mgr.14388) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: cluster 2024-09-21T11:15:07.165503+0000 mgr.a (mgr.14388) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: cluster 2024-09-21T11:15:07.165767+0000 mgr.a (mgr.14388) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: cluster 2024-09-21T11:15:07.165767+0000 mgr.a (mgr.14388) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: cluster 2024-09-21T11:15:07.257724+0000 mgr.a (mgr.14388) 41 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: cluster 2024-09-21T11:15:07.257724+0000 mgr.a (mgr.14388) 41 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: cephadm 2024-09-21T11:15:07.264141+0000 mgr.a (mgr.14388) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:15:08.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: cephadm 2024-09-21T11:15:07.264141+0000 mgr.a (mgr.14388) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:15:08.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:07.926180+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:07.926180+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.000916+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.000916+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.109108+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.109108+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.206176+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.206176+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.213727+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.213727+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.222747+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:08 smithi047 bash[23321]: audit 2024-09-21T11:15:08.222747+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: cluster 2024-09-21T11:15:07.165503+0000 mgr.a (mgr.14388) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: cluster 2024-09-21T11:15:07.165503+0000 mgr.a (mgr.14388) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: cluster 2024-09-21T11:15:07.165767+0000 mgr.a (mgr.14388) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: cluster 2024-09-21T11:15:07.165767+0000 mgr.a (mgr.14388) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: cluster 2024-09-21T11:15:07.257724+0000 mgr.a (mgr.14388) 41 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: cluster 2024-09-21T11:15:07.257724+0000 mgr.a (mgr.14388) 41 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: cephadm 2024-09-21T11:15:07.264141+0000 mgr.a (mgr.14388) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: cephadm 2024-09-21T11:15:07.264141+0000 mgr.a (mgr.14388) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:07.926180+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:07.926180+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.000916+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.000916+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.109108+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.109108+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.206176+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.206176+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.213727+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.213727+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.222747+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:08.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:08 smithi016 bash[22756]: audit 2024-09-21T11:15:08.222747+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: cluster 2024-09-21T11:15:08.214954+0000 mgr.a (mgr.14388) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: cluster 2024-09-21T11:15:08.214954+0000 mgr.a (mgr.14388) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: cluster 2024-09-21T11:15:08.215457+0000 mgr.a (mgr.14388) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: cluster 2024-09-21T11:15:08.215457+0000 mgr.a (mgr.14388) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: audit 2024-09-21T11:15:09.066429+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: audit 2024-09-21T11:15:09.066429+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: audit 2024-09-21T11:15:09.149828+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: audit 2024-09-21T11:15:09.149828+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: audit 2024-09-21T11:15:09.264084+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:09 smithi094 bash[23326]: audit 2024-09-21T11:15:09.264084+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.698 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: cluster 2024-09-21T11:15:08.214954+0000 mgr.a (mgr.14388) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.699 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: cluster 2024-09-21T11:15:08.214954+0000 mgr.a (mgr.14388) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.699 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: cluster 2024-09-21T11:15:08.215457+0000 mgr.a (mgr.14388) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.699 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: cluster 2024-09-21T11:15:08.215457+0000 mgr.a (mgr.14388) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.699 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: audit 2024-09-21T11:15:09.066429+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.699 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: audit 2024-09-21T11:15:09.066429+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.699 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: audit 2024-09-21T11:15:09.149828+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.699 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: audit 2024-09-21T11:15:09.149828+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.699 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: audit 2024-09-21T11:15:09.264084+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.699 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:09 smithi016 bash[22756]: audit 2024-09-21T11:15:09.264084+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: cluster 2024-09-21T11:15:08.214954+0000 mgr.a (mgr.14388) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: cluster 2024-09-21T11:15:08.214954+0000 mgr.a (mgr.14388) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: cluster 2024-09-21T11:15:08.215457+0000 mgr.a (mgr.14388) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: cluster 2024-09-21T11:15:08.215457+0000 mgr.a (mgr.14388) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:09.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: audit 2024-09-21T11:15:09.066429+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: audit 2024-09-21T11:15:09.066429+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: audit 2024-09-21T11:15:09.149828+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: audit 2024-09-21T11:15:09.149828+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: audit 2024-09-21T11:15:09.264084+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:09.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:09 smithi047 bash[23321]: audit 2024-09-21T11:15:09.264084+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:11.465 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:11 smithi094 bash[23326]: audit 2024-09-21T11:15:10.150656+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:11.465 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:11 smithi094 bash[23326]: audit 2024-09-21T11:15:10.150656+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:11.465 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:11 smithi094 bash[23326]: cluster 2024-09-21T11:15:10.215787+0000 mgr.a (mgr.14388) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:11.465 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:11 smithi094 bash[23326]: cluster 2024-09-21T11:15:10.215787+0000 mgr.a (mgr.14388) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:11.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:11 smithi047 bash[23321]: audit 2024-09-21T11:15:10.150656+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:11.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:11 smithi047 bash[23321]: audit 2024-09-21T11:15:10.150656+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:11.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:11 smithi047 bash[23321]: cluster 2024-09-21T11:15:10.215787+0000 mgr.a (mgr.14388) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:11.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:11 smithi047 bash[23321]: cluster 2024-09-21T11:15:10.215787+0000 mgr.a (mgr.14388) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:11.519 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:11 smithi016 bash[22756]: audit 2024-09-21T11:15:10.150656+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:11.519 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:11 smithi016 bash[22756]: audit 2024-09-21T11:15:10.150656+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:11.519 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:11 smithi016 bash[22756]: cluster 2024-09-21T11:15:10.215787+0000 mgr.a (mgr.14388) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:11.519 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:11 smithi016 bash[22756]: cluster 2024-09-21T11:15:10.215787+0000 mgr.a (mgr.14388) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.314 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.051172+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.314 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.051172+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.314 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.060227+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.314 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.060227+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.314 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: cluster 2024-09-21T11:15:12.067315+0000 mgr.a (mgr.14388) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.315 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: cluster 2024-09-21T11:15:12.067315+0000 mgr.a (mgr.14388) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.315 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: cluster 2024-09-21T11:15:12.067665+0000 mgr.a (mgr.14388) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.315 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: cluster 2024-09-21T11:15:12.067665+0000 mgr.a (mgr.14388) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.315 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.077150+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.315 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.077150+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.315 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.339564+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.315 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.339564+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.315 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.829846+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.315 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:13 smithi016 bash[22756]: audit 2024-09-21T11:15:12.829846+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.051172+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.051172+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.060227+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.060227+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: cluster 2024-09-21T11:15:12.067315+0000 mgr.a (mgr.14388) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: cluster 2024-09-21T11:15:12.067315+0000 mgr.a (mgr.14388) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: cluster 2024-09-21T11:15:12.067665+0000 mgr.a (mgr.14388) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: cluster 2024-09-21T11:15:12.067665+0000 mgr.a (mgr.14388) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.077150+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.077150+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.339564+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.339564+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.829846+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:13 smithi094 bash[23326]: audit 2024-09-21T11:15:12.829846+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.051172+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.051172+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.060227+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.060227+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: cluster 2024-09-21T11:15:12.067315+0000 mgr.a (mgr.14388) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: cluster 2024-09-21T11:15:12.067315+0000 mgr.a (mgr.14388) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: cluster 2024-09-21T11:15:12.067665+0000 mgr.a (mgr.14388) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: cluster 2024-09-21T11:15:12.067665+0000 mgr.a (mgr.14388) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.077150+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.077150+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.339564+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.339564+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.829846+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:13.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:13 smithi047 bash[23321]: audit 2024-09-21T11:15:12.829846+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.068182+0000 mgr.a (mgr.14388) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.068182+0000 mgr.a (mgr.14388) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.908087+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.908087+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.914479+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.914479+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.917805+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.917805+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:15.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.923033+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.923033+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.923750+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.923750+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.924768+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.924768+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.930438+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.930438+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.940077+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.387 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:15 smithi094 bash[23326]: audit 2024-09-21T11:15:14.940077+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.068182+0000 mgr.a (mgr.14388) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.068182+0000 mgr.a (mgr.14388) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.908087+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.908087+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.914479+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.914479+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.917805+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.917805+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.923033+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.923033+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.923750+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.923750+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.924768+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.924768+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.930438+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.930438+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.940077+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:15 smithi047 bash[23321]: audit 2024-09-21T11:15:14.940077+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.068182+0000 mgr.a (mgr.14388) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:15.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.068182+0000 mgr.a (mgr.14388) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.908087+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.908087+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.914479+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.914479+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.917805+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.917805+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.923033+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.923033+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.923750+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.923750+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.924768+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.924768+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.930438+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.930438+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.940077+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:15.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:15 smithi016 bash[22756]: audit 2024-09-21T11:15:14.940077+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:16.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:16 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.915858+0000 mgr.a (mgr.14388) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:16 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.915858+0000 mgr.a (mgr.14388) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:16 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.916350+0000 mgr.a (mgr.14388) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:16 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.916350+0000 mgr.a (mgr.14388) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:16 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.926397+0000 mgr.a (mgr.14388) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:16 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.926397+0000 mgr.a (mgr.14388) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:16 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.926753+0000 mgr.a (mgr.14388) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:16 smithi094 bash[23326]: cluster 2024-09-21T11:15:14.926753+0000 mgr.a (mgr.14388) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:16 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.915858+0000 mgr.a (mgr.14388) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:16 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.915858+0000 mgr.a (mgr.14388) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:16 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.916350+0000 mgr.a (mgr.14388) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:16 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.916350+0000 mgr.a (mgr.14388) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:16 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.926397+0000 mgr.a (mgr.14388) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:16 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.926397+0000 mgr.a (mgr.14388) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:16 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.926753+0000 mgr.a (mgr.14388) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:16 smithi047 bash[23321]: cluster 2024-09-21T11:15:14.926753+0000 mgr.a (mgr.14388) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:16 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.915858+0000 mgr.a (mgr.14388) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:16 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.915858+0000 mgr.a (mgr.14388) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:16 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.916350+0000 mgr.a (mgr.14388) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:16 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.916350+0000 mgr.a (mgr.14388) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:16 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.926397+0000 mgr.a (mgr.14388) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:16 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.926397+0000 mgr.a (mgr.14388) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:16 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.926753+0000 mgr.a (mgr.14388) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:16.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:16 smithi016 bash[22756]: cluster 2024-09-21T11:15:14.926753+0000 mgr.a (mgr.14388) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: audit 2024-09-21T11:15:16.663947+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: audit 2024-09-21T11:15:16.663947+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: audit 2024-09-21T11:15:16.672327+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: audit 2024-09-21T11:15:16.672327+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: cluster 2024-09-21T11:15:16.673860+0000 mgr.a (mgr.14388) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: cluster 2024-09-21T11:15:16.673860+0000 mgr.a (mgr.14388) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: cluster 2024-09-21T11:15:16.674342+0000 mgr.a (mgr.14388) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: cluster 2024-09-21T11:15:16.674342+0000 mgr.a (mgr.14388) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: audit 2024-09-21T11:15:16.683422+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:17 smithi047 bash[23321]: audit 2024-09-21T11:15:16.683422+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: audit 2024-09-21T11:15:16.663947+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: audit 2024-09-21T11:15:16.663947+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: audit 2024-09-21T11:15:16.672327+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: audit 2024-09-21T11:15:16.672327+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: cluster 2024-09-21T11:15:16.673860+0000 mgr.a (mgr.14388) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: cluster 2024-09-21T11:15:16.673860+0000 mgr.a (mgr.14388) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: cluster 2024-09-21T11:15:16.674342+0000 mgr.a (mgr.14388) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: cluster 2024-09-21T11:15:16.674342+0000 mgr.a (mgr.14388) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: audit 2024-09-21T11:15:16.683422+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:17 smithi016 bash[22756]: audit 2024-09-21T11:15:16.683422+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: audit 2024-09-21T11:15:16.663947+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: audit 2024-09-21T11:15:16.663947+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: audit 2024-09-21T11:15:16.672327+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: audit 2024-09-21T11:15:16.672327+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: cluster 2024-09-21T11:15:16.673860+0000 mgr.a (mgr.14388) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: cluster 2024-09-21T11:15:16.673860+0000 mgr.a (mgr.14388) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: cluster 2024-09-21T11:15:16.674342+0000 mgr.a (mgr.14388) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: cluster 2024-09-21T11:15:16.674342+0000 mgr.a (mgr.14388) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:18.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: audit 2024-09-21T11:15:16.683422+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:18.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:17 smithi094 bash[23326]: audit 2024-09-21T11:15:16.683422+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:20.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:19 smithi047 bash[23321]: cluster 2024-09-21T11:15:18.674907+0000 mgr.a (mgr.14388) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:20.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:19 smithi047 bash[23321]: cluster 2024-09-21T11:15:18.674907+0000 mgr.a (mgr.14388) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:20.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:19 smithi016 bash[22756]: cluster 2024-09-21T11:15:18.674907+0000 mgr.a (mgr.14388) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:20.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:19 smithi016 bash[22756]: cluster 2024-09-21T11:15:18.674907+0000 mgr.a (mgr.14388) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:20.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:19 smithi094 bash[23326]: cluster 2024-09-21T11:15:18.674907+0000 mgr.a (mgr.14388) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:20.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:19 smithi094 bash[23326]: cluster 2024-09-21T11:15:18.674907+0000 mgr.a (mgr.14388) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:21.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:21 smithi047 bash[23321]: audit 2024-09-21T11:15:20.420499+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:21.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:21 smithi047 bash[23321]: audit 2024-09-21T11:15:20.420499+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:21.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:21 smithi047 bash[23321]: audit 2024-09-21T11:15:20.422336+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:21.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:21 smithi047 bash[23321]: audit 2024-09-21T11:15:20.422336+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:21 smithi016 bash[22756]: audit 2024-09-21T11:15:20.420499+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:21 smithi016 bash[22756]: audit 2024-09-21T11:15:20.420499+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:21 smithi016 bash[22756]: audit 2024-09-21T11:15:20.422336+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:21 smithi016 bash[22756]: audit 2024-09-21T11:15:20.422336+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:21.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:21 smithi094 bash[23326]: audit 2024-09-21T11:15:20.420499+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:21.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:21 smithi094 bash[23326]: audit 2024-09-21T11:15:20.420499+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:21.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:21 smithi094 bash[23326]: audit 2024-09-21T11:15:20.422336+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:21.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:21 smithi094 bash[23326]: audit 2024-09-21T11:15:20.422336+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:22.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:22 smithi047 bash[23321]: cluster 2024-09-21T11:15:20.675471+0000 mgr.a (mgr.14388) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:22.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:22 smithi047 bash[23321]: cluster 2024-09-21T11:15:20.675471+0000 mgr.a (mgr.14388) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:22.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:22 smithi016 bash[22756]: cluster 2024-09-21T11:15:20.675471+0000 mgr.a (mgr.14388) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:22.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:22 smithi016 bash[22756]: cluster 2024-09-21T11:15:20.675471+0000 mgr.a (mgr.14388) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:22.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:22 smithi094 bash[23326]: cluster 2024-09-21T11:15:20.675471+0000 mgr.a (mgr.14388) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:22.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:22 smithi094 bash[23326]: cluster 2024-09-21T11:15:20.675471+0000 mgr.a (mgr.14388) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:24.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:24 smithi047 bash[23321]: cluster 2024-09-21T11:15:22.676098+0000 mgr.a (mgr.14388) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:24.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:24 smithi047 bash[23321]: cluster 2024-09-21T11:15:22.676098+0000 mgr.a (mgr.14388) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:24.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:24 smithi016 bash[22756]: cluster 2024-09-21T11:15:22.676098+0000 mgr.a (mgr.14388) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:24.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:24 smithi016 bash[22756]: cluster 2024-09-21T11:15:22.676098+0000 mgr.a (mgr.14388) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:24.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:24 smithi094 bash[23326]: cluster 2024-09-21T11:15:22.676098+0000 mgr.a (mgr.14388) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:24.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:24 smithi094 bash[23326]: cluster 2024-09-21T11:15:22.676098+0000 mgr.a (mgr.14388) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:26.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:26 smithi047 bash[23321]: cluster 2024-09-21T11:15:24.676677+0000 mgr.a (mgr.14388) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:26.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:26 smithi047 bash[23321]: cluster 2024-09-21T11:15:24.676677+0000 mgr.a (mgr.14388) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:26.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:26 smithi016 bash[22756]: cluster 2024-09-21T11:15:24.676677+0000 mgr.a (mgr.14388) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:26.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:26 smithi016 bash[22756]: cluster 2024-09-21T11:15:24.676677+0000 mgr.a (mgr.14388) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:26.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:26 smithi094 bash[23326]: cluster 2024-09-21T11:15:24.676677+0000 mgr.a (mgr.14388) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:26.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:26 smithi094 bash[23326]: cluster 2024-09-21T11:15:24.676677+0000 mgr.a (mgr.14388) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.615 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: cluster 2024-09-21T11:15:26.677323+0000 mgr.a (mgr.14388) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: cluster 2024-09-21T11:15:26.677323+0000 mgr.a (mgr.14388) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: audit 2024-09-21T11:15:27.381814+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: audit 2024-09-21T11:15:27.381814+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: audit 2024-09-21T11:15:27.391535+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: audit 2024-09-21T11:15:27.391535+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: cluster 2024-09-21T11:15:27.393098+0000 mgr.a (mgr.14388) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: cluster 2024-09-21T11:15:27.393098+0000 mgr.a (mgr.14388) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: cluster 2024-09-21T11:15:27.393490+0000 mgr.a (mgr.14388) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: cluster 2024-09-21T11:15:27.393490+0000 mgr.a (mgr.14388) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: audit 2024-09-21T11:15:27.402412+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:28 smithi094 bash[23326]: audit 2024-09-21T11:15:27.402412+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: cluster 2024-09-21T11:15:26.677323+0000 mgr.a (mgr.14388) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: cluster 2024-09-21T11:15:26.677323+0000 mgr.a (mgr.14388) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: audit 2024-09-21T11:15:27.381814+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: audit 2024-09-21T11:15:27.381814+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: audit 2024-09-21T11:15:27.391535+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: audit 2024-09-21T11:15:27.391535+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: cluster 2024-09-21T11:15:27.393098+0000 mgr.a (mgr.14388) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: cluster 2024-09-21T11:15:27.393098+0000 mgr.a (mgr.14388) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: cluster 2024-09-21T11:15:27.393490+0000 mgr.a (mgr.14388) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: cluster 2024-09-21T11:15:27.393490+0000 mgr.a (mgr.14388) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: audit 2024-09-21T11:15:27.402412+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:28 smithi047 bash[23321]: audit 2024-09-21T11:15:27.402412+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: cluster 2024-09-21T11:15:26.677323+0000 mgr.a (mgr.14388) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: cluster 2024-09-21T11:15:26.677323+0000 mgr.a (mgr.14388) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: audit 2024-09-21T11:15:27.381814+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: audit 2024-09-21T11:15:27.381814+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: audit 2024-09-21T11:15:27.391535+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: audit 2024-09-21T11:15:27.391535+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: cluster 2024-09-21T11:15:27.393098+0000 mgr.a (mgr.14388) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: cluster 2024-09-21T11:15:27.393098+0000 mgr.a (mgr.14388) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: cluster 2024-09-21T11:15:27.393490+0000 mgr.a (mgr.14388) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: cluster 2024-09-21T11:15:27.393490+0000 mgr.a (mgr.14388) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:28.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: audit 2024-09-21T11:15:27.402412+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:28.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:28 smithi016 bash[22756]: audit 2024-09-21T11:15:27.402412+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: cluster 2024-09-21T11:15:29.394091+0000 mgr.a (mgr.14388) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: cluster 2024-09-21T11:15:29.394091+0000 mgr.a (mgr.14388) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.344630+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.344630+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.353578+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.353578+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.358577+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.358577+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.364169+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.364169+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.364845+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.364845+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:30.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.366685+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:30.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.366685+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:30.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.375941+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.637 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:30 smithi094 bash[23326]: audit 2024-09-21T11:15:30.375941+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: cluster 2024-09-21T11:15:29.394091+0000 mgr.a (mgr.14388) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:30.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: cluster 2024-09-21T11:15:29.394091+0000 mgr.a (mgr.14388) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:30.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.344630+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.344630+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.353578+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.353578+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.358577+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:30.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.358577+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:30.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.364169+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.364169+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.364845+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:30.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.364845+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:30.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.366685+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:30.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.366685+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:30.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.375941+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.763 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:30 smithi047 bash[23321]: audit 2024-09-21T11:15:30.375941+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: cluster 2024-09-21T11:15:29.394091+0000 mgr.a (mgr.14388) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:30.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: cluster 2024-09-21T11:15:29.394091+0000 mgr.a (mgr.14388) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:30.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.344630+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.344630+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.353578+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.353578+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.358577+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.358577+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.364169+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.364169+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.364845+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.364845+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.366685+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.366685+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.375941+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:30.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:30 smithi016 bash[22756]: audit 2024-09-21T11:15:30.375941+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:31.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:31 smithi047 bash[23321]: cluster 2024-09-21T11:15:30.354962+0000 mgr.a (mgr.14388) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:31.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:31 smithi047 bash[23321]: cluster 2024-09-21T11:15:30.354962+0000 mgr.a (mgr.14388) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:31.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:31 smithi047 bash[23321]: cluster 2024-09-21T11:15:31.349831+0000 mon.a (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-21T11:15:31.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:31 smithi047 bash[23321]: cluster 2024-09-21T11:15:31.349831+0000 mon.a (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-21T11:15:31.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:31 smithi047 bash[23321]: cluster 2024-09-21T11:15:31.349883+0000 mon.a (mon.0) 912 : cluster [INF] Cluster is now healthy 2024-09-21T11:15:31.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:31 smithi047 bash[23321]: cluster 2024-09-21T11:15:31.349883+0000 mon.a (mon.0) 912 : cluster [INF] Cluster is now healthy 2024-09-21T11:15:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:31 smithi016 bash[22756]: cluster 2024-09-21T11:15:30.354962+0000 mgr.a (mgr.14388) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:31 smithi016 bash[22756]: cluster 2024-09-21T11:15:30.354962+0000 mgr.a (mgr.14388) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:31 smithi016 bash[22756]: cluster 2024-09-21T11:15:31.349831+0000 mon.a (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-21T11:15:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:31 smithi016 bash[22756]: cluster 2024-09-21T11:15:31.349831+0000 mon.a (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-21T11:15:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:31 smithi016 bash[22756]: cluster 2024-09-21T11:15:31.349883+0000 mon.a (mon.0) 912 : cluster [INF] Cluster is now healthy 2024-09-21T11:15:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:31 smithi016 bash[22756]: cluster 2024-09-21T11:15:31.349883+0000 mon.a (mon.0) 912 : cluster [INF] Cluster is now healthy 2024-09-21T11:15:31.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:31 smithi094 bash[23326]: cluster 2024-09-21T11:15:30.354962+0000 mgr.a (mgr.14388) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:31.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:31 smithi094 bash[23326]: cluster 2024-09-21T11:15:30.354962+0000 mgr.a (mgr.14388) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:31.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:31 smithi094 bash[23326]: cluster 2024-09-21T11:15:31.349831+0000 mon.a (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-21T11:15:31.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:31 smithi094 bash[23326]: cluster 2024-09-21T11:15:31.349831+0000 mon.a (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-21T11:15:31.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:31 smithi094 bash[23326]: cluster 2024-09-21T11:15:31.349883+0000 mon.a (mon.0) 912 : cluster [INF] Cluster is now healthy 2024-09-21T11:15:31.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:31 smithi094 bash[23326]: cluster 2024-09-21T11:15:31.349883+0000 mon.a (mon.0) 912 : cluster [INF] Cluster is now healthy 2024-09-21T11:15:33.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:33 smithi016 bash[22756]: cluster 2024-09-21T11:15:32.355603+0000 mgr.a (mgr.14388) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:33.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:33 smithi016 bash[22756]: cluster 2024-09-21T11:15:32.355603+0000 mgr.a (mgr.14388) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:33.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:33 smithi047 bash[23321]: cluster 2024-09-21T11:15:32.355603+0000 mgr.a (mgr.14388) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:33.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:33 smithi047 bash[23321]: cluster 2024-09-21T11:15:32.355603+0000 mgr.a (mgr.14388) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:33.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:33 smithi094 bash[23326]: cluster 2024-09-21T11:15:32.355603+0000 mgr.a (mgr.14388) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:33.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:33 smithi094 bash[23326]: cluster 2024-09-21T11:15:32.355603+0000 mgr.a (mgr.14388) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:35.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:35 smithi016 bash[22756]: cluster 2024-09-21T11:15:34.356188+0000 mgr.a (mgr.14388) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:35.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:35 smithi016 bash[22756]: cluster 2024-09-21T11:15:34.356188+0000 mgr.a (mgr.14388) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:35.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:35 smithi016 bash[22756]: audit 2024-09-21T11:15:35.420475+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:35.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:35 smithi016 bash[22756]: audit 2024-09-21T11:15:35.420475+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:35.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:35 smithi016 bash[22756]: audit 2024-09-21T11:15:35.421637+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:35.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:35 smithi016 bash[22756]: audit 2024-09-21T11:15:35.421637+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:35.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:35 smithi047 bash[23321]: cluster 2024-09-21T11:15:34.356188+0000 mgr.a (mgr.14388) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:35.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:35 smithi047 bash[23321]: cluster 2024-09-21T11:15:34.356188+0000 mgr.a (mgr.14388) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:35.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:35 smithi047 bash[23321]: audit 2024-09-21T11:15:35.420475+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:35.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:35 smithi047 bash[23321]: audit 2024-09-21T11:15:35.420475+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:35.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:35 smithi047 bash[23321]: audit 2024-09-21T11:15:35.421637+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:35.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:35 smithi047 bash[23321]: audit 2024-09-21T11:15:35.421637+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:35 smithi094 bash[23326]: cluster 2024-09-21T11:15:34.356188+0000 mgr.a (mgr.14388) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:35 smithi094 bash[23326]: cluster 2024-09-21T11:15:34.356188+0000 mgr.a (mgr.14388) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:35 smithi094 bash[23326]: audit 2024-09-21T11:15:35.420475+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:35.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:35 smithi094 bash[23326]: audit 2024-09-21T11:15:35.420475+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:35.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:35 smithi094 bash[23326]: audit 2024-09-21T11:15:35.421637+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:35.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:35 smithi094 bash[23326]: audit 2024-09-21T11:15:35.421637+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:36.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:36 smithi016 bash[22756]: cluster 2024-09-21T11:15:36.356758+0000 mgr.a (mgr.14388) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:36.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:36 smithi016 bash[22756]: cluster 2024-09-21T11:15:36.356758+0000 mgr.a (mgr.14388) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:36.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:36 smithi094 bash[23326]: cluster 2024-09-21T11:15:36.356758+0000 mgr.a (mgr.14388) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:36.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:36 smithi094 bash[23326]: cluster 2024-09-21T11:15:36.356758+0000 mgr.a (mgr.14388) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:37.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:36 smithi047 bash[23321]: cluster 2024-09-21T11:15:36.356758+0000 mgr.a (mgr.14388) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:37.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:36 smithi047 bash[23321]: cluster 2024-09-21T11:15:36.356758+0000 mgr.a (mgr.14388) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:38.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:37 smithi047 bash[23321]: audit 2024-09-21T11:15:36.898256+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:37 smithi047 bash[23321]: audit 2024-09-21T11:15:36.898256+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:37 smithi047 bash[23321]: audit 2024-09-21T11:15:36.907807+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:37 smithi047 bash[23321]: audit 2024-09-21T11:15:36.907807+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:37 smithi047 bash[23321]: audit 2024-09-21T11:15:36.918072+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:37 smithi047 bash[23321]: audit 2024-09-21T11:15:36.918072+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:37 smithi016 bash[22756]: audit 2024-09-21T11:15:36.898256+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:37 smithi016 bash[22756]: audit 2024-09-21T11:15:36.898256+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:37 smithi016 bash[22756]: audit 2024-09-21T11:15:36.907807+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:37 smithi016 bash[22756]: audit 2024-09-21T11:15:36.907807+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:37 smithi016 bash[22756]: audit 2024-09-21T11:15:36.918072+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:37 smithi016 bash[22756]: audit 2024-09-21T11:15:36.918072+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:37 smithi094 bash[23326]: audit 2024-09-21T11:15:36.898256+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:37 smithi094 bash[23326]: audit 2024-09-21T11:15:36.898256+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:37 smithi094 bash[23326]: audit 2024-09-21T11:15:36.907807+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:37 smithi094 bash[23326]: audit 2024-09-21T11:15:36.907807+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:37 smithi094 bash[23326]: audit 2024-09-21T11:15:36.918072+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:38.386 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:37 smithi094 bash[23326]: audit 2024-09-21T11:15:36.918072+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:39.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:38 smithi047 bash[23321]: cluster 2024-09-21T11:15:38.357390+0000 mgr.a (mgr.14388) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:39.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:38 smithi047 bash[23321]: cluster 2024-09-21T11:15:38.357390+0000 mgr.a (mgr.14388) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:39.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:38 smithi016 bash[22756]: cluster 2024-09-21T11:15:38.357390+0000 mgr.a (mgr.14388) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:39.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:38 smithi016 bash[22756]: cluster 2024-09-21T11:15:38.357390+0000 mgr.a (mgr.14388) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:39.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:38 smithi094 bash[23326]: cluster 2024-09-21T11:15:38.357390+0000 mgr.a (mgr.14388) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:39.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:38 smithi094 bash[23326]: cluster 2024-09-21T11:15:38.357390+0000 mgr.a (mgr.14388) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:41.479 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:41 smithi047 bash[23321]: cluster 2024-09-21T11:15:40.357937+0000 mgr.a (mgr.14388) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:41.479 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:41 smithi047 bash[23321]: cluster 2024-09-21T11:15:40.357937+0000 mgr.a (mgr.14388) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:41.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:41 smithi016 bash[22756]: cluster 2024-09-21T11:15:40.357937+0000 mgr.a (mgr.14388) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:41.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:41 smithi016 bash[22756]: cluster 2024-09-21T11:15:40.357937+0000 mgr.a (mgr.14388) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:41.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:41 smithi094 bash[23326]: cluster 2024-09-21T11:15:40.357937+0000 mgr.a (mgr.14388) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:41.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:41 smithi094 bash[23326]: cluster 2024-09-21T11:15:40.357937+0000 mgr.a (mgr.14388) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:43.667 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:43 smithi047 bash[23321]: cluster 2024-09-21T11:15:42.358462+0000 mgr.a (mgr.14388) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:43.668 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:43 smithi047 bash[23321]: cluster 2024-09-21T11:15:42.358462+0000 mgr.a (mgr.14388) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:43.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:43 smithi016 bash[22756]: cluster 2024-09-21T11:15:42.358462+0000 mgr.a (mgr.14388) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:43.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:43 smithi016 bash[22756]: cluster 2024-09-21T11:15:42.358462+0000 mgr.a (mgr.14388) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:43.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:43 smithi094 bash[23326]: cluster 2024-09-21T11:15:42.358462+0000 mgr.a (mgr.14388) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:43.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:43 smithi094 bash[23326]: cluster 2024-09-21T11:15:42.358462+0000 mgr.a (mgr.14388) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:45.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:45 smithi047 bash[23321]: cluster 2024-09-21T11:15:44.358963+0000 mgr.a (mgr.14388) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:45.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:45 smithi047 bash[23321]: cluster 2024-09-21T11:15:44.358963+0000 mgr.a (mgr.14388) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:45 smithi016 bash[22756]: cluster 2024-09-21T11:15:44.358963+0000 mgr.a (mgr.14388) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:45 smithi016 bash[22756]: cluster 2024-09-21T11:15:44.358963+0000 mgr.a (mgr.14388) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:45.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:45 smithi094 bash[23326]: cluster 2024-09-21T11:15:44.358963+0000 mgr.a (mgr.14388) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:45.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:45 smithi094 bash[23326]: cluster 2024-09-21T11:15:44.358963+0000 mgr.a (mgr.14388) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:47.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:47 smithi047 bash[23321]: cluster 2024-09-21T11:15:46.359512+0000 mgr.a (mgr.14388) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:47.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:47 smithi047 bash[23321]: cluster 2024-09-21T11:15:46.359512+0000 mgr.a (mgr.14388) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:47.769 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:47 smithi094 bash[23326]: cluster 2024-09-21T11:15:46.359512+0000 mgr.a (mgr.14388) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:47.769 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:47 smithi094 bash[23326]: cluster 2024-09-21T11:15:46.359512+0000 mgr.a (mgr.14388) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:47 smithi016 bash[22756]: cluster 2024-09-21T11:15:46.359512+0000 mgr.a (mgr.14388) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:47 smithi016 bash[22756]: cluster 2024-09-21T11:15:46.359512+0000 mgr.a (mgr.14388) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:48.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:48 smithi094 bash[23326]: audit 2024-09-21T11:15:47.612795+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:48.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:48 smithi094 bash[23326]: audit 2024-09-21T11:15:47.612795+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:48.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:48 smithi094 bash[23326]: audit 2024-09-21T11:15:47.621877+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:48.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:48 smithi094 bash[23326]: audit 2024-09-21T11:15:47.621877+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:48.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:48 smithi094 bash[23326]: audit 2024-09-21T11:15:47.631949+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:48 smithi094 bash[23326]: audit 2024-09-21T11:15:47.631949+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:48 smithi094 bash[23326]: cluster 2024-09-21T11:15:48.360063+0000 mgr.a (mgr.14388) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:48 smithi094 bash[23326]: cluster 2024-09-21T11:15:48.360063+0000 mgr.a (mgr.14388) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:49.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:48 smithi047 bash[23321]: audit 2024-09-21T11:15:47.612795+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:48 smithi047 bash[23321]: audit 2024-09-21T11:15:47.612795+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:48 smithi047 bash[23321]: audit 2024-09-21T11:15:47.621877+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:48 smithi047 bash[23321]: audit 2024-09-21T11:15:47.621877+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:48 smithi047 bash[23321]: audit 2024-09-21T11:15:47.631949+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:48 smithi047 bash[23321]: audit 2024-09-21T11:15:47.631949+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:48 smithi047 bash[23321]: cluster 2024-09-21T11:15:48.360063+0000 mgr.a (mgr.14388) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:49.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:48 smithi047 bash[23321]: cluster 2024-09-21T11:15:48.360063+0000 mgr.a (mgr.14388) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:49.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:48 smithi016 bash[22756]: audit 2024-09-21T11:15:47.612795+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:48 smithi016 bash[22756]: audit 2024-09-21T11:15:47.612795+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:48 smithi016 bash[22756]: audit 2024-09-21T11:15:47.621877+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:48 smithi016 bash[22756]: audit 2024-09-21T11:15:47.621877+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:48 smithi016 bash[22756]: audit 2024-09-21T11:15:47.631949+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:48 smithi016 bash[22756]: audit 2024-09-21T11:15:47.631949+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:49.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:48 smithi016 bash[22756]: cluster 2024-09-21T11:15:48.360063+0000 mgr.a (mgr.14388) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:49.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:48 smithi016 bash[22756]: cluster 2024-09-21T11:15:48.360063+0000 mgr.a (mgr.14388) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:51.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: cluster 2024-09-21T11:15:50.360616+0000 mgr.a (mgr.14388) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: cluster 2024-09-21T11:15:50.360616+0000 mgr.a (mgr.14388) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.418836+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.418836+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.529444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.529444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.538646+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.538646+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.548818+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.548818+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.921864+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.921864+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.931178+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.931178+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.941311+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:51 smithi047 bash[23321]: audit 2024-09-21T11:15:50.941311+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: cluster 2024-09-21T11:15:50.360616+0000 mgr.a (mgr.14388) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: cluster 2024-09-21T11:15:50.360616+0000 mgr.a (mgr.14388) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.418836+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.418836+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.529444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.529444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.538646+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.538646+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.548818+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.548818+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.921864+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.921864+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.931178+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.931178+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.941311+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:51 smithi016 bash[22756]: audit 2024-09-21T11:15:50.941311+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: cluster 2024-09-21T11:15:50.360616+0000 mgr.a (mgr.14388) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: cluster 2024-09-21T11:15:50.360616+0000 mgr.a (mgr.14388) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.418836+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.418836+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.529444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.529444+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.538646+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.538646+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.548818+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.548818+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.921864+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.921864+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.931178+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.931178+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.941311+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:51.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:51 smithi094 bash[23326]: audit 2024-09-21T11:15:50.941311+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:53.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:53 smithi016 bash[22756]: cluster 2024-09-21T11:15:52.361220+0000 mgr.a (mgr.14388) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:53.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:53 smithi016 bash[22756]: cluster 2024-09-21T11:15:52.361220+0000 mgr.a (mgr.14388) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:53.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:53 smithi047 bash[23321]: cluster 2024-09-21T11:15:52.361220+0000 mgr.a (mgr.14388) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:53.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:53 smithi047 bash[23321]: cluster 2024-09-21T11:15:52.361220+0000 mgr.a (mgr.14388) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:53.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:53 smithi094 bash[23326]: cluster 2024-09-21T11:15:52.361220+0000 mgr.a (mgr.14388) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:53.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:53 smithi094 bash[23326]: cluster 2024-09-21T11:15:52.361220+0000 mgr.a (mgr.14388) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:55.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:55 smithi016 bash[22756]: cluster 2024-09-21T11:15:54.361859+0000 mgr.a (mgr.14388) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:55.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:55 smithi016 bash[22756]: cluster 2024-09-21T11:15:54.361859+0000 mgr.a (mgr.14388) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:55.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:55 smithi047 bash[23321]: cluster 2024-09-21T11:15:54.361859+0000 mgr.a (mgr.14388) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:55.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:55 smithi047 bash[23321]: cluster 2024-09-21T11:15:54.361859+0000 mgr.a (mgr.14388) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:55.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:55 smithi094 bash[23326]: cluster 2024-09-21T11:15:54.361859+0000 mgr.a (mgr.14388) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:55.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:55 smithi094 bash[23326]: cluster 2024-09-21T11:15:54.361859+0000 mgr.a (mgr.14388) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:57.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:57 smithi047 bash[23321]: cluster 2024-09-21T11:15:56.362443+0000 mgr.a (mgr.14388) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:57.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:57 smithi047 bash[23321]: cluster 2024-09-21T11:15:56.362443+0000 mgr.a (mgr.14388) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:57.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:57 smithi047 bash[23321]: audit 2024-09-21T11:15:57.116234+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:57 smithi047 bash[23321]: audit 2024-09-21T11:15:57.116234+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:57 smithi047 bash[23321]: audit 2024-09-21T11:15:57.124786+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:57 smithi047 bash[23321]: audit 2024-09-21T11:15:57.124786+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:57 smithi047 bash[23321]: audit 2024-09-21T11:15:57.133262+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:57 smithi047 bash[23321]: audit 2024-09-21T11:15:57.133262+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:57 smithi016 bash[22756]: cluster 2024-09-21T11:15:56.362443+0000 mgr.a (mgr.14388) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:57 smithi016 bash[22756]: cluster 2024-09-21T11:15:56.362443+0000 mgr.a (mgr.14388) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:57 smithi016 bash[22756]: audit 2024-09-21T11:15:57.116234+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:57 smithi016 bash[22756]: audit 2024-09-21T11:15:57.116234+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:57 smithi016 bash[22756]: audit 2024-09-21T11:15:57.124786+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:57 smithi016 bash[22756]: audit 2024-09-21T11:15:57.124786+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:57 smithi016 bash[22756]: audit 2024-09-21T11:15:57.133262+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:57 smithi016 bash[22756]: audit 2024-09-21T11:15:57.133262+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:57 smithi094 bash[23326]: cluster 2024-09-21T11:15:56.362443+0000 mgr.a (mgr.14388) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:57.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:57 smithi094 bash[23326]: cluster 2024-09-21T11:15:56.362443+0000 mgr.a (mgr.14388) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:57.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:57 smithi094 bash[23326]: audit 2024-09-21T11:15:57.116234+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:57 smithi094 bash[23326]: audit 2024-09-21T11:15:57.116234+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:57 smithi094 bash[23326]: audit 2024-09-21T11:15:57.124786+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:57 smithi094 bash[23326]: audit 2024-09-21T11:15:57.124786+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:57 smithi094 bash[23326]: audit 2024-09-21T11:15:57.133262+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:57.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:57 smithi094 bash[23326]: audit 2024-09-21T11:15:57.133262+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:15:58.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:15:58 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:15:58] "GET /metrics HTTP/1.1" 200 21590 "" "Prometheus/2.51.0" 2024-09-21T11:15:59.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:59 smithi047 bash[23321]: cluster 2024-09-21T11:15:58.362944+0000 mgr.a (mgr.14388) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:59.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:15:59 smithi047 bash[23321]: cluster 2024-09-21T11:15:58.362944+0000 mgr.a (mgr.14388) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:59 smithi016 bash[22756]: cluster 2024-09-21T11:15:58.362944+0000 mgr.a (mgr.14388) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:15:59 smithi016 bash[22756]: cluster 2024-09-21T11:15:58.362944+0000 mgr.a (mgr.14388) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:59.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:59 smithi094 bash[23326]: cluster 2024-09-21T11:15:58.362944+0000 mgr.a (mgr.14388) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:15:59.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:15:59 smithi094 bash[23326]: cluster 2024-09-21T11:15:58.362944+0000 mgr.a (mgr.14388) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:01.637 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:01 smithi047 bash[23321]: cluster 2024-09-21T11:16:00.363450+0000 mgr.a (mgr.14388) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:01.637 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:01 smithi047 bash[23321]: cluster 2024-09-21T11:16:00.363450+0000 mgr.a (mgr.14388) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:01.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:01 smithi016 bash[22756]: cluster 2024-09-21T11:16:00.363450+0000 mgr.a (mgr.14388) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:01.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:01 smithi016 bash[22756]: cluster 2024-09-21T11:16:00.363450+0000 mgr.a (mgr.14388) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:01.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:01 smithi094 bash[23326]: cluster 2024-09-21T11:16:00.363450+0000 mgr.a (mgr.14388) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:01.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:01 smithi094 bash[23326]: cluster 2024-09-21T11:16:00.363450+0000 mgr.a (mgr.14388) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:03.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:03 smithi047 bash[23321]: cluster 2024-09-21T11:16:02.364027+0000 mgr.a (mgr.14388) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:03.752 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:03 smithi047 bash[23321]: cluster 2024-09-21T11:16:02.364027+0000 mgr.a (mgr.14388) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:03.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:03 smithi016 bash[22756]: cluster 2024-09-21T11:16:02.364027+0000 mgr.a (mgr.14388) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:03.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:03 smithi016 bash[22756]: cluster 2024-09-21T11:16:02.364027+0000 mgr.a (mgr.14388) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:03.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:03 smithi094 bash[23326]: cluster 2024-09-21T11:16:02.364027+0000 mgr.a (mgr.14388) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:03.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:03 smithi094 bash[23326]: cluster 2024-09-21T11:16:02.364027+0000 mgr.a (mgr.14388) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:05.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:05 smithi047 bash[23321]: cluster 2024-09-21T11:16:04.364549+0000 mgr.a (mgr.14388) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:05.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:05 smithi047 bash[23321]: cluster 2024-09-21T11:16:04.364549+0000 mgr.a (mgr.14388) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:05.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:05 smithi047 bash[23321]: audit 2024-09-21T11:16:05.415493+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:05.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:05 smithi047 bash[23321]: audit 2024-09-21T11:16:05.415493+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:05 smithi016 bash[22756]: cluster 2024-09-21T11:16:04.364549+0000 mgr.a (mgr.14388) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:05 smithi016 bash[22756]: cluster 2024-09-21T11:16:04.364549+0000 mgr.a (mgr.14388) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:05 smithi016 bash[22756]: audit 2024-09-21T11:16:05.415493+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:05 smithi016 bash[22756]: audit 2024-09-21T11:16:05.415493+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:05.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:05 smithi094 bash[23326]: cluster 2024-09-21T11:16:04.364549+0000 mgr.a (mgr.14388) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:05.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:05 smithi094 bash[23326]: cluster 2024-09-21T11:16:04.364549+0000 mgr.a (mgr.14388) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:05.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:05 smithi094 bash[23326]: audit 2024-09-21T11:16:05.415493+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:05.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:05 smithi094 bash[23326]: audit 2024-09-21T11:16:05.415493+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:07.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:07 smithi047 bash[23321]: cluster 2024-09-21T11:16:06.365055+0000 mgr.a (mgr.14388) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:07.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:07 smithi047 bash[23321]: cluster 2024-09-21T11:16:06.365055+0000 mgr.a (mgr.14388) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:07.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:07 smithi016 bash[22756]: cluster 2024-09-21T11:16:06.365055+0000 mgr.a (mgr.14388) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:07.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:07 smithi016 bash[22756]: cluster 2024-09-21T11:16:06.365055+0000 mgr.a (mgr.14388) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:07.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:07 smithi094 bash[23326]: cluster 2024-09-21T11:16:06.365055+0000 mgr.a (mgr.14388) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:07.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:07 smithi094 bash[23326]: cluster 2024-09-21T11:16:06.365055+0000 mgr.a (mgr.14388) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:08.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:16:08 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:16:08] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.51.0" 2024-09-21T11:16:09.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:08 smithi094 bash[23326]: audit 2024-09-21T11:16:07.815335+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:08 smithi094 bash[23326]: audit 2024-09-21T11:16:07.815335+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:08 smithi094 bash[23326]: audit 2024-09-21T11:16:07.824810+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:08 smithi094 bash[23326]: audit 2024-09-21T11:16:07.824810+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:08 smithi094 bash[23326]: audit 2024-09-21T11:16:07.834761+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:08 smithi094 bash[23326]: audit 2024-09-21T11:16:07.834761+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:08 smithi094 bash[23326]: cluster 2024-09-21T11:16:08.365566+0000 mgr.a (mgr.14388) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:09.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:08 smithi094 bash[23326]: cluster 2024-09-21T11:16:08.365566+0000 mgr.a (mgr.14388) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:09.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:08 smithi047 bash[23321]: audit 2024-09-21T11:16:07.815335+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:08 smithi047 bash[23321]: audit 2024-09-21T11:16:07.815335+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:08 smithi047 bash[23321]: audit 2024-09-21T11:16:07.824810+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:08 smithi047 bash[23321]: audit 2024-09-21T11:16:07.824810+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:08 smithi047 bash[23321]: audit 2024-09-21T11:16:07.834761+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:08 smithi047 bash[23321]: audit 2024-09-21T11:16:07.834761+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:08 smithi047 bash[23321]: cluster 2024-09-21T11:16:08.365566+0000 mgr.a (mgr.14388) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:09.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:08 smithi047 bash[23321]: cluster 2024-09-21T11:16:08.365566+0000 mgr.a (mgr.14388) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:09.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:08 smithi016 bash[22756]: audit 2024-09-21T11:16:07.815335+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:08 smithi016 bash[22756]: audit 2024-09-21T11:16:07.815335+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:08 smithi016 bash[22756]: audit 2024-09-21T11:16:07.824810+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:08 smithi016 bash[22756]: audit 2024-09-21T11:16:07.824810+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:08 smithi016 bash[22756]: audit 2024-09-21T11:16:07.834761+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:08 smithi016 bash[22756]: audit 2024-09-21T11:16:07.834761+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:09.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:08 smithi016 bash[22756]: cluster 2024-09-21T11:16:08.365566+0000 mgr.a (mgr.14388) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:09.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:08 smithi016 bash[22756]: cluster 2024-09-21T11:16:08.365566+0000 mgr.a (mgr.14388) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:11.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:11 smithi047 bash[23321]: cluster 2024-09-21T11:16:10.366140+0000 mgr.a (mgr.14388) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:11.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:11 smithi047 bash[23321]: cluster 2024-09-21T11:16:10.366140+0000 mgr.a (mgr.14388) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:11.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:11 smithi047 bash[23321]: audit 2024-09-21T11:16:11.147000+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:11 smithi047 bash[23321]: audit 2024-09-21T11:16:11.147000+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:11 smithi047 bash[23321]: audit 2024-09-21T11:16:11.155733+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:11 smithi047 bash[23321]: audit 2024-09-21T11:16:11.155733+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:11 smithi047 bash[23321]: audit 2024-09-21T11:16:11.165622+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:11 smithi047 bash[23321]: audit 2024-09-21T11:16:11.165622+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:11 smithi016 bash[22756]: cluster 2024-09-21T11:16:10.366140+0000 mgr.a (mgr.14388) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:11.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:11 smithi016 bash[22756]: cluster 2024-09-21T11:16:10.366140+0000 mgr.a (mgr.14388) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:11.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:11 smithi016 bash[22756]: audit 2024-09-21T11:16:11.147000+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:11 smithi016 bash[22756]: audit 2024-09-21T11:16:11.147000+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:11 smithi016 bash[22756]: audit 2024-09-21T11:16:11.155733+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:11 smithi016 bash[22756]: audit 2024-09-21T11:16:11.155733+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:11 smithi016 bash[22756]: audit 2024-09-21T11:16:11.165622+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:11 smithi016 bash[22756]: audit 2024-09-21T11:16:11.165622+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:11 smithi094 bash[23326]: cluster 2024-09-21T11:16:10.366140+0000 mgr.a (mgr.14388) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:11.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:11 smithi094 bash[23326]: cluster 2024-09-21T11:16:10.366140+0000 mgr.a (mgr.14388) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:11.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:11 smithi094 bash[23326]: audit 2024-09-21T11:16:11.147000+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:11 smithi094 bash[23326]: audit 2024-09-21T11:16:11.147000+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:11 smithi094 bash[23326]: audit 2024-09-21T11:16:11.155733+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:11 smithi094 bash[23326]: audit 2024-09-21T11:16:11.155733+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:11 smithi094 bash[23326]: audit 2024-09-21T11:16:11.165622+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:11.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:11 smithi094 bash[23326]: audit 2024-09-21T11:16:11.165622+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:13.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:13 smithi047 bash[23321]: cluster 2024-09-21T11:16:12.366699+0000 mgr.a (mgr.14388) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:13.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:13 smithi047 bash[23321]: cluster 2024-09-21T11:16:12.366699+0000 mgr.a (mgr.14388) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:13.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:13 smithi016 bash[22756]: cluster 2024-09-21T11:16:12.366699+0000 mgr.a (mgr.14388) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:13.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:13 smithi016 bash[22756]: cluster 2024-09-21T11:16:12.366699+0000 mgr.a (mgr.14388) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:13.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:13 smithi094 bash[23326]: cluster 2024-09-21T11:16:12.366699+0000 mgr.a (mgr.14388) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:13.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:13 smithi094 bash[23326]: cluster 2024-09-21T11:16:12.366699+0000 mgr.a (mgr.14388) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:15.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:15 smithi047 bash[23321]: cluster 2024-09-21T11:16:14.367256+0000 mgr.a (mgr.14388) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:15.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:15 smithi047 bash[23321]: cluster 2024-09-21T11:16:14.367256+0000 mgr.a (mgr.14388) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:15.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:15 smithi016 bash[22756]: cluster 2024-09-21T11:16:14.367256+0000 mgr.a (mgr.14388) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:15.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:15 smithi016 bash[22756]: cluster 2024-09-21T11:16:14.367256+0000 mgr.a (mgr.14388) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:15.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:15 smithi094 bash[23326]: cluster 2024-09-21T11:16:14.367256+0000 mgr.a (mgr.14388) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:15.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:15 smithi094 bash[23326]: cluster 2024-09-21T11:16:14.367256+0000 mgr.a (mgr.14388) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:17.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:17 smithi047 bash[23321]: cluster 2024-09-21T11:16:16.367859+0000 mgr.a (mgr.14388) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:17.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:17 smithi047 bash[23321]: cluster 2024-09-21T11:16:16.367859+0000 mgr.a (mgr.14388) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:17.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:17 smithi047 bash[23321]: audit 2024-09-21T11:16:17.330230+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:17 smithi047 bash[23321]: audit 2024-09-21T11:16:17.330230+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:17 smithi047 bash[23321]: audit 2024-09-21T11:16:17.338822+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:17 smithi047 bash[23321]: audit 2024-09-21T11:16:17.338822+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:17 smithi047 bash[23321]: audit 2024-09-21T11:16:17.347422+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:17 smithi047 bash[23321]: audit 2024-09-21T11:16:17.347422+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:17 smithi016 bash[22756]: cluster 2024-09-21T11:16:16.367859+0000 mgr.a (mgr.14388) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:17 smithi016 bash[22756]: cluster 2024-09-21T11:16:16.367859+0000 mgr.a (mgr.14388) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:17 smithi016 bash[22756]: audit 2024-09-21T11:16:17.330230+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:17 smithi016 bash[22756]: audit 2024-09-21T11:16:17.330230+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:17 smithi016 bash[22756]: audit 2024-09-21T11:16:17.338822+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:17 smithi016 bash[22756]: audit 2024-09-21T11:16:17.338822+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:17 smithi016 bash[22756]: audit 2024-09-21T11:16:17.347422+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:17 smithi016 bash[22756]: audit 2024-09-21T11:16:17.347422+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:17 smithi094 bash[23326]: cluster 2024-09-21T11:16:16.367859+0000 mgr.a (mgr.14388) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:17.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:17 smithi094 bash[23326]: cluster 2024-09-21T11:16:16.367859+0000 mgr.a (mgr.14388) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:17.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:17 smithi094 bash[23326]: audit 2024-09-21T11:16:17.330230+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:17 smithi094 bash[23326]: audit 2024-09-21T11:16:17.330230+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:17 smithi094 bash[23326]: audit 2024-09-21T11:16:17.338822+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:17 smithi094 bash[23326]: audit 2024-09-21T11:16:17.338822+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:17 smithi094 bash[23326]: audit 2024-09-21T11:16:17.347422+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:17.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:17 smithi094 bash[23326]: audit 2024-09-21T11:16:17.347422+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:18.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:16:18 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:16:18] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.51.0" 2024-09-21T11:16:19.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:19 smithi047 bash[23321]: cluster 2024-09-21T11:16:18.368404+0000 mgr.a (mgr.14388) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:19.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:19 smithi047 bash[23321]: cluster 2024-09-21T11:16:18.368404+0000 mgr.a (mgr.14388) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:19.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:19 smithi016 bash[22756]: cluster 2024-09-21T11:16:18.368404+0000 mgr.a (mgr.14388) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:19.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:19 smithi016 bash[22756]: cluster 2024-09-21T11:16:18.368404+0000 mgr.a (mgr.14388) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:19.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:19 smithi094 bash[23326]: cluster 2024-09-21T11:16:18.368404+0000 mgr.a (mgr.14388) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:19.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:19 smithi094 bash[23326]: cluster 2024-09-21T11:16:18.368404+0000 mgr.a (mgr.14388) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:20.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:20 smithi047 bash[23321]: audit 2024-09-21T11:16:20.415781+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:20.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:20 smithi047 bash[23321]: audit 2024-09-21T11:16:20.415781+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:20.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:20 smithi016 bash[22756]: audit 2024-09-21T11:16:20.415781+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:20.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:20 smithi016 bash[22756]: audit 2024-09-21T11:16:20.415781+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:20.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:20 smithi094 bash[23326]: audit 2024-09-21T11:16:20.415781+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:20.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:20 smithi094 bash[23326]: audit 2024-09-21T11:16:20.415781+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:21.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:21 smithi047 bash[23321]: cluster 2024-09-21T11:16:20.368928+0000 mgr.a (mgr.14388) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:21.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:21 smithi047 bash[23321]: cluster 2024-09-21T11:16:20.368928+0000 mgr.a (mgr.14388) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:21 smithi016 bash[22756]: cluster 2024-09-21T11:16:20.368928+0000 mgr.a (mgr.14388) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:21 smithi016 bash[22756]: cluster 2024-09-21T11:16:20.368928+0000 mgr.a (mgr.14388) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:21.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:21 smithi094 bash[23326]: cluster 2024-09-21T11:16:20.368928+0000 mgr.a (mgr.14388) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:21.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:21 smithi094 bash[23326]: cluster 2024-09-21T11:16:20.368928+0000 mgr.a (mgr.14388) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:23.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:23 smithi047 bash[23321]: cluster 2024-09-21T11:16:22.369493+0000 mgr.a (mgr.14388) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:23.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:23 smithi047 bash[23321]: cluster 2024-09-21T11:16:22.369493+0000 mgr.a (mgr.14388) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:23.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:23 smithi016 bash[22756]: cluster 2024-09-21T11:16:22.369493+0000 mgr.a (mgr.14388) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:23.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:23 smithi016 bash[22756]: cluster 2024-09-21T11:16:22.369493+0000 mgr.a (mgr.14388) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:23.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:23 smithi094 bash[23326]: cluster 2024-09-21T11:16:22.369493+0000 mgr.a (mgr.14388) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:23.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:23 smithi094 bash[23326]: cluster 2024-09-21T11:16:22.369493+0000 mgr.a (mgr.14388) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:25.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:25 smithi047 bash[23321]: cluster 2024-09-21T11:16:24.370058+0000 mgr.a (mgr.14388) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:25.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:25 smithi047 bash[23321]: cluster 2024-09-21T11:16:24.370058+0000 mgr.a (mgr.14388) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:25 smithi016 bash[22756]: cluster 2024-09-21T11:16:24.370058+0000 mgr.a (mgr.14388) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:25 smithi016 bash[22756]: cluster 2024-09-21T11:16:24.370058+0000 mgr.a (mgr.14388) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:25.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:25 smithi094 bash[23326]: cluster 2024-09-21T11:16:24.370058+0000 mgr.a (mgr.14388) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:25.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:25 smithi094 bash[23326]: cluster 2024-09-21T11:16:24.370058+0000 mgr.a (mgr.14388) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:27.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:27 smithi047 bash[23321]: cluster 2024-09-21T11:16:26.370584+0000 mgr.a (mgr.14388) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:27.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:27 smithi047 bash[23321]: cluster 2024-09-21T11:16:26.370584+0000 mgr.a (mgr.14388) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:27.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:27 smithi016 bash[22756]: cluster 2024-09-21T11:16:26.370584+0000 mgr.a (mgr.14388) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:27.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:27 smithi016 bash[22756]: cluster 2024-09-21T11:16:26.370584+0000 mgr.a (mgr.14388) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:27.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:27 smithi094 bash[23326]: cluster 2024-09-21T11:16:26.370584+0000 mgr.a (mgr.14388) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:27.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:27 smithi094 bash[23326]: cluster 2024-09-21T11:16:26.370584+0000 mgr.a (mgr.14388) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:28.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:16:28 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:16:28] "GET /metrics HTTP/1.1" 200 21598 "" "Prometheus/2.51.0" 2024-09-21T11:16:29.223 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:29 smithi094 bash[23326]: audit 2024-09-21T11:16:28.046827+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.223 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:29 smithi094 bash[23326]: audit 2024-09-21T11:16:28.046827+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.223 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:29 smithi094 bash[23326]: audit 2024-09-21T11:16:28.056205+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.223 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:29 smithi094 bash[23326]: audit 2024-09-21T11:16:28.056205+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.223 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:29 smithi094 bash[23326]: audit 2024-09-21T11:16:28.066240+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.223 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:29 smithi094 bash[23326]: audit 2024-09-21T11:16:28.066240+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.223 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:29 smithi094 bash[23326]: cluster 2024-09-21T11:16:28.371132+0000 mgr.a (mgr.14388) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:29.223 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:29 smithi094 bash[23326]: cluster 2024-09-21T11:16:28.371132+0000 mgr.a (mgr.14388) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:29.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:29 smithi047 bash[23321]: audit 2024-09-21T11:16:28.046827+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:29 smithi047 bash[23321]: audit 2024-09-21T11:16:28.046827+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:29 smithi047 bash[23321]: audit 2024-09-21T11:16:28.056205+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:29 smithi047 bash[23321]: audit 2024-09-21T11:16:28.056205+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:29 smithi047 bash[23321]: audit 2024-09-21T11:16:28.066240+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:29 smithi047 bash[23321]: audit 2024-09-21T11:16:28.066240+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:29 smithi047 bash[23321]: cluster 2024-09-21T11:16:28.371132+0000 mgr.a (mgr.14388) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:29.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:29 smithi047 bash[23321]: cluster 2024-09-21T11:16:28.371132+0000 mgr.a (mgr.14388) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:29.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:29 smithi016 bash[22756]: audit 2024-09-21T11:16:28.046827+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:29 smithi016 bash[22756]: audit 2024-09-21T11:16:28.046827+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:29 smithi016 bash[22756]: audit 2024-09-21T11:16:28.056205+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:29 smithi016 bash[22756]: audit 2024-09-21T11:16:28.056205+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:29 smithi016 bash[22756]: audit 2024-09-21T11:16:28.066240+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:29 smithi016 bash[22756]: audit 2024-09-21T11:16:28.066240+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:29.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:29 smithi016 bash[22756]: cluster 2024-09-21T11:16:28.371132+0000 mgr.a (mgr.14388) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:29.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:29 smithi016 bash[22756]: cluster 2024-09-21T11:16:28.371132+0000 mgr.a (mgr.14388) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: cluster 2024-09-21T11:16:30.371690+0000 mgr.a (mgr.14388) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: cluster 2024-09-21T11:16:30.371690+0000 mgr.a (mgr.14388) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:30.883038+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:16:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:30.883038+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:16:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:30.887608+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:16:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:30.887608+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:16:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:30.889011+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:16:31.764 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:30.889011+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:16:31.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:30.898497+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:30.898497+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:31.293788+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:31.293788+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:31.301835+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:31.301835+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:31.311006+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.765 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:31 smithi047 bash[23321]: audit 2024-09-21T11:16:31.311006+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: cluster 2024-09-21T11:16:30.371690+0000 mgr.a (mgr.14388) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: cluster 2024-09-21T11:16:30.371690+0000 mgr.a (mgr.14388) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:30.883038+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:16:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:30.883038+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:16:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:30.887608+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:16:31.783 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:30.887608+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:30.889011+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:30.889011+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:30.898497+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:30.898497+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:31.293788+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:31.293788+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:31.301835+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:31.301835+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:31.311006+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.784 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:31 smithi016 bash[22756]: audit 2024-09-21T11:16:31.311006+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: cluster 2024-09-21T11:16:30.371690+0000 mgr.a (mgr.14388) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:31.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: cluster 2024-09-21T11:16:30.371690+0000 mgr.a (mgr.14388) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:31.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:30.883038+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:16:31.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:30.883038+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:16:31.890 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:30.887608+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:30.887608+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:30.889011+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:30.889011+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:30.898497+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:30.898497+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:31.293788+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:31.293788+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:31.301835+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:31.301835+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:31.311006+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:31.891 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:31 smithi094 bash[23326]: audit 2024-09-21T11:16:31.311006+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:33.686 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:33 smithi016 bash[22756]: cluster 2024-09-21T11:16:32.372279+0000 mgr.a (mgr.14388) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:33.686 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:33 smithi016 bash[22756]: cluster 2024-09-21T11:16:32.372279+0000 mgr.a (mgr.14388) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:33.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:33 smithi047 bash[23321]: cluster 2024-09-21T11:16:32.372279+0000 mgr.a (mgr.14388) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:33.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:33 smithi047 bash[23321]: cluster 2024-09-21T11:16:32.372279+0000 mgr.a (mgr.14388) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:33.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:33 smithi094 bash[23326]: cluster 2024-09-21T11:16:32.372279+0000 mgr.a (mgr.14388) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:33.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:33 smithi094 bash[23326]: cluster 2024-09-21T11:16:32.372279+0000 mgr.a (mgr.14388) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:35.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:35 smithi047 bash[23321]: cluster 2024-09-21T11:16:34.372958+0000 mgr.a (mgr.14388) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:35.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:35 smithi047 bash[23321]: cluster 2024-09-21T11:16:34.372958+0000 mgr.a (mgr.14388) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:35.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:35 smithi047 bash[23321]: audit 2024-09-21T11:16:35.416436+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:35.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:35 smithi047 bash[23321]: audit 2024-09-21T11:16:35.416436+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:35 smithi016 bash[22756]: cluster 2024-09-21T11:16:34.372958+0000 mgr.a (mgr.14388) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:35 smithi016 bash[22756]: cluster 2024-09-21T11:16:34.372958+0000 mgr.a (mgr.14388) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:35 smithi016 bash[22756]: audit 2024-09-21T11:16:35.416436+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:35 smithi016 bash[22756]: audit 2024-09-21T11:16:35.416436+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:35 smithi094 bash[23326]: cluster 2024-09-21T11:16:34.372958+0000 mgr.a (mgr.14388) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:35 smithi094 bash[23326]: cluster 2024-09-21T11:16:34.372958+0000 mgr.a (mgr.14388) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:35 smithi094 bash[23326]: audit 2024-09-21T11:16:35.416436+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:35 smithi094 bash[23326]: audit 2024-09-21T11:16:35.416436+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:37.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:37 smithi016 bash[22756]: cluster 2024-09-21T11:16:36.373565+0000 mgr.a (mgr.14388) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:37.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:37 smithi016 bash[22756]: cluster 2024-09-21T11:16:36.373565+0000 mgr.a (mgr.14388) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:37.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:37 smithi047 bash[23321]: cluster 2024-09-21T11:16:36.373565+0000 mgr.a (mgr.14388) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:37.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:37 smithi047 bash[23321]: cluster 2024-09-21T11:16:36.373565+0000 mgr.a (mgr.14388) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:37.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:37 smithi094 bash[23326]: cluster 2024-09-21T11:16:36.373565+0000 mgr.a (mgr.14388) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:37.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:37 smithi094 bash[23326]: cluster 2024-09-21T11:16:36.373565+0000 mgr.a (mgr.14388) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:38.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:16:38 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:16:38] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.51.0" 2024-09-21T11:16:38.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:38 smithi094 bash[23326]: audit 2024-09-21T11:16:37.560739+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:38.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:38 smithi094 bash[23326]: audit 2024-09-21T11:16:37.560739+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:38.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:38 smithi094 bash[23326]: audit 2024-09-21T11:16:37.568523+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:38.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:38 smithi094 bash[23326]: audit 2024-09-21T11:16:37.568523+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:38.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:38 smithi094 bash[23326]: audit 2024-09-21T11:16:37.576887+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:38.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:38 smithi094 bash[23326]: audit 2024-09-21T11:16:37.576887+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:38.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:38 smithi094 bash[23326]: cluster 2024-09-21T11:16:38.374107+0000 mgr.a (mgr.14388) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:38.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:38 smithi094 bash[23326]: cluster 2024-09-21T11:16:38.374107+0000 mgr.a (mgr.14388) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:39.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:38 smithi047 bash[23321]: audit 2024-09-21T11:16:37.560739+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:38 smithi047 bash[23321]: audit 2024-09-21T11:16:37.560739+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:38 smithi047 bash[23321]: audit 2024-09-21T11:16:37.568523+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:38 smithi047 bash[23321]: audit 2024-09-21T11:16:37.568523+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:38 smithi047 bash[23321]: audit 2024-09-21T11:16:37.576887+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:38 smithi047 bash[23321]: audit 2024-09-21T11:16:37.576887+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:38 smithi047 bash[23321]: cluster 2024-09-21T11:16:38.374107+0000 mgr.a (mgr.14388) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:39.011 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:38 smithi047 bash[23321]: cluster 2024-09-21T11:16:38.374107+0000 mgr.a (mgr.14388) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:39.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:38 smithi016 bash[22756]: audit 2024-09-21T11:16:37.560739+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:38 smithi016 bash[22756]: audit 2024-09-21T11:16:37.560739+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:38 smithi016 bash[22756]: audit 2024-09-21T11:16:37.568523+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:38 smithi016 bash[22756]: audit 2024-09-21T11:16:37.568523+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:38 smithi016 bash[22756]: audit 2024-09-21T11:16:37.576887+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:38 smithi016 bash[22756]: audit 2024-09-21T11:16:37.576887+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:39.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:38 smithi016 bash[22756]: cluster 2024-09-21T11:16:38.374107+0000 mgr.a (mgr.14388) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:39.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:38 smithi016 bash[22756]: cluster 2024-09-21T11:16:38.374107+0000 mgr.a (mgr.14388) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:41.700 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:41 smithi047 bash[23321]: cluster 2024-09-21T11:16:40.374659+0000 mgr.a (mgr.14388) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:41.701 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:41 smithi047 bash[23321]: cluster 2024-09-21T11:16:40.374659+0000 mgr.a (mgr.14388) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:41.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:41 smithi016 bash[22756]: cluster 2024-09-21T11:16:40.374659+0000 mgr.a (mgr.14388) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:41.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:41 smithi016 bash[22756]: cluster 2024-09-21T11:16:40.374659+0000 mgr.a (mgr.14388) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:41.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:41 smithi094 bash[23326]: cluster 2024-09-21T11:16:40.374659+0000 mgr.a (mgr.14388) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:41.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:41 smithi094 bash[23326]: cluster 2024-09-21T11:16:40.374659+0000 mgr.a (mgr.14388) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:43.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:43 smithi047 bash[23321]: cluster 2024-09-21T11:16:42.375329+0000 mgr.a (mgr.14388) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:43.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:43 smithi047 bash[23321]: cluster 2024-09-21T11:16:42.375329+0000 mgr.a (mgr.14388) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:43.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:43 smithi016 bash[22756]: cluster 2024-09-21T11:16:42.375329+0000 mgr.a (mgr.14388) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:43.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:43 smithi016 bash[22756]: cluster 2024-09-21T11:16:42.375329+0000 mgr.a (mgr.14388) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:43.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:43 smithi094 bash[23326]: cluster 2024-09-21T11:16:42.375329+0000 mgr.a (mgr.14388) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:43.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:43 smithi094 bash[23326]: cluster 2024-09-21T11:16:42.375329+0000 mgr.a (mgr.14388) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:45.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:45 smithi047 bash[23321]: cluster 2024-09-21T11:16:44.375895+0000 mgr.a (mgr.14388) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:45.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:45 smithi047 bash[23321]: cluster 2024-09-21T11:16:44.375895+0000 mgr.a (mgr.14388) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:45 smithi016 bash[22756]: cluster 2024-09-21T11:16:44.375895+0000 mgr.a (mgr.14388) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:45 smithi016 bash[22756]: cluster 2024-09-21T11:16:44.375895+0000 mgr.a (mgr.14388) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:45.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:45 smithi094 bash[23326]: cluster 2024-09-21T11:16:44.375895+0000 mgr.a (mgr.14388) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:45.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:45 smithi094 bash[23326]: cluster 2024-09-21T11:16:44.375895+0000 mgr.a (mgr.14388) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:47.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:47 smithi047 bash[23321]: cluster 2024-09-21T11:16:46.376442+0000 mgr.a (mgr.14388) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:47.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:47 smithi047 bash[23321]: cluster 2024-09-21T11:16:46.376442+0000 mgr.a (mgr.14388) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:47.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:47 smithi016 bash[22756]: cluster 2024-09-21T11:16:46.376442+0000 mgr.a (mgr.14388) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:47 smithi016 bash[22756]: cluster 2024-09-21T11:16:46.376442+0000 mgr.a (mgr.14388) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:47 smithi094 bash[23326]: cluster 2024-09-21T11:16:46.376442+0000 mgr.a (mgr.14388) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:47 smithi094 bash[23326]: cluster 2024-09-21T11:16:46.376442+0000 mgr.a (mgr.14388) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:48.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:16:48 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:16:48] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.51.0" 2024-09-21T11:16:49.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:49 smithi016 bash[22756]: audit 2024-09-21T11:16:48.284230+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:49 smithi016 bash[22756]: audit 2024-09-21T11:16:48.284230+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:49 smithi016 bash[22756]: audit 2024-09-21T11:16:48.293456+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:49 smithi016 bash[22756]: audit 2024-09-21T11:16:48.293456+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:49 smithi016 bash[22756]: audit 2024-09-21T11:16:48.303340+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:49 smithi016 bash[22756]: audit 2024-09-21T11:16:48.303340+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:49 smithi016 bash[22756]: cluster 2024-09-21T11:16:48.376966+0000 mgr.a (mgr.14388) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:49.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:49 smithi016 bash[22756]: cluster 2024-09-21T11:16:48.376966+0000 mgr.a (mgr.14388) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:49.615 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:49 smithi094 bash[23326]: audit 2024-09-21T11:16:48.284230+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:49 smithi094 bash[23326]: audit 2024-09-21T11:16:48.284230+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:49 smithi094 bash[23326]: audit 2024-09-21T11:16:48.293456+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:49 smithi094 bash[23326]: audit 2024-09-21T11:16:48.293456+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:49 smithi094 bash[23326]: audit 2024-09-21T11:16:48.303340+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:49 smithi094 bash[23326]: audit 2024-09-21T11:16:48.303340+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:49 smithi094 bash[23326]: cluster 2024-09-21T11:16:48.376966+0000 mgr.a (mgr.14388) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:49.616 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:49 smithi094 bash[23326]: cluster 2024-09-21T11:16:48.376966+0000 mgr.a (mgr.14388) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:49 smithi047 bash[23321]: audit 2024-09-21T11:16:48.284230+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:49 smithi047 bash[23321]: audit 2024-09-21T11:16:48.284230+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:49 smithi047 bash[23321]: audit 2024-09-21T11:16:48.293456+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:49 smithi047 bash[23321]: audit 2024-09-21T11:16:48.293456+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:49 smithi047 bash[23321]: audit 2024-09-21T11:16:48.303340+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:49 smithi047 bash[23321]: audit 2024-09-21T11:16:48.303340+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:49 smithi047 bash[23321]: cluster 2024-09-21T11:16:48.376966+0000 mgr.a (mgr.14388) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:49 smithi047 bash[23321]: cluster 2024-09-21T11:16:48.376966+0000 mgr.a (mgr.14388) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:50.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:50 smithi047 bash[23321]: audit 2024-09-21T11:16:50.416597+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:50.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:50 smithi047 bash[23321]: audit 2024-09-21T11:16:50.416597+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:50.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:50 smithi016 bash[22756]: audit 2024-09-21T11:16:50.416597+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:50.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:50 smithi016 bash[22756]: audit 2024-09-21T11:16:50.416597+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:50.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:50 smithi094 bash[23326]: audit 2024-09-21T11:16:50.416597+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:50.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:50 smithi094 bash[23326]: audit 2024-09-21T11:16:50.416597+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:16:51.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:51 smithi094 bash[23326]: cluster 2024-09-21T11:16:50.377502+0000 mgr.a (mgr.14388) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:51.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:51 smithi094 bash[23326]: cluster 2024-09-21T11:16:50.377502+0000 mgr.a (mgr.14388) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:51.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:51 smithi094 bash[23326]: audit 2024-09-21T11:16:51.439543+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:51 smithi094 bash[23326]: audit 2024-09-21T11:16:51.439543+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:51 smithi094 bash[23326]: audit 2024-09-21T11:16:51.448556+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:51 smithi094 bash[23326]: audit 2024-09-21T11:16:51.448556+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:51 smithi094 bash[23326]: audit 2024-09-21T11:16:51.458714+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:51 smithi094 bash[23326]: audit 2024-09-21T11:16:51.458714+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:51 smithi047 bash[23321]: cluster 2024-09-21T11:16:50.377502+0000 mgr.a (mgr.14388) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:51.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:51 smithi047 bash[23321]: cluster 2024-09-21T11:16:50.377502+0000 mgr.a (mgr.14388) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:51.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:51 smithi047 bash[23321]: audit 2024-09-21T11:16:51.439543+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:51 smithi047 bash[23321]: audit 2024-09-21T11:16:51.439543+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:51 smithi047 bash[23321]: audit 2024-09-21T11:16:51.448556+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:51 smithi047 bash[23321]: audit 2024-09-21T11:16:51.448556+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:51 smithi047 bash[23321]: audit 2024-09-21T11:16:51.458714+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:51 smithi047 bash[23321]: audit 2024-09-21T11:16:51.458714+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:51 smithi016 bash[22756]: cluster 2024-09-21T11:16:50.377502+0000 mgr.a (mgr.14388) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:51 smithi016 bash[22756]: cluster 2024-09-21T11:16:50.377502+0000 mgr.a (mgr.14388) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:51 smithi016 bash[22756]: audit 2024-09-21T11:16:51.439543+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:51 smithi016 bash[22756]: audit 2024-09-21T11:16:51.439543+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:51 smithi016 bash[22756]: audit 2024-09-21T11:16:51.448556+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:51 smithi016 bash[22756]: audit 2024-09-21T11:16:51.448556+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:51 smithi016 bash[22756]: audit 2024-09-21T11:16:51.458714+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:51 smithi016 bash[22756]: audit 2024-09-21T11:16:51.458714+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:52.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:52 smithi016 bash[22756]: cluster 2024-09-21T11:16:52.378065+0000 mgr.a (mgr.14388) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:52.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:52 smithi016 bash[22756]: cluster 2024-09-21T11:16:52.378065+0000 mgr.a (mgr.14388) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:52.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:52 smithi094 bash[23326]: cluster 2024-09-21T11:16:52.378065+0000 mgr.a (mgr.14388) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:52.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:52 smithi094 bash[23326]: cluster 2024-09-21T11:16:52.378065+0000 mgr.a (mgr.14388) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:53.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:52 smithi047 bash[23321]: cluster 2024-09-21T11:16:52.378065+0000 mgr.a (mgr.14388) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:53.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:52 smithi047 bash[23321]: cluster 2024-09-21T11:16:52.378065+0000 mgr.a (mgr.14388) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:55.686 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:55 smithi016 bash[22756]: cluster 2024-09-21T11:16:54.378645+0000 mgr.a (mgr.14388) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:55.686 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:55 smithi016 bash[22756]: cluster 2024-09-21T11:16:54.378645+0000 mgr.a (mgr.14388) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:55.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:55 smithi047 bash[23321]: cluster 2024-09-21T11:16:54.378645+0000 mgr.a (mgr.14388) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:55.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:55 smithi047 bash[23321]: cluster 2024-09-21T11:16:54.378645+0000 mgr.a (mgr.14388) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:55.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:55 smithi094 bash[23326]: cluster 2024-09-21T11:16:54.378645+0000 mgr.a (mgr.14388) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:55.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:55 smithi094 bash[23326]: cluster 2024-09-21T11:16:54.378645+0000 mgr.a (mgr.14388) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:57.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:57 smithi047 bash[23321]: cluster 2024-09-21T11:16:56.379232+0000 mgr.a (mgr.14388) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:57.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:57 smithi047 bash[23321]: cluster 2024-09-21T11:16:56.379232+0000 mgr.a (mgr.14388) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:57.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:57 smithi016 bash[22756]: cluster 2024-09-21T11:16:56.379232+0000 mgr.a (mgr.14388) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:57 smithi016 bash[22756]: cluster 2024-09-21T11:16:56.379232+0000 mgr.a (mgr.14388) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:57.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:57 smithi094 bash[23326]: cluster 2024-09-21T11:16:56.379232+0000 mgr.a (mgr.14388) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:57.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:57 smithi094 bash[23326]: cluster 2024-09-21T11:16:56.379232+0000 mgr.a (mgr.14388) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:58.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:16:58 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:16:58] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.51.0" 2024-09-21T11:16:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:58 smithi016 bash[22756]: audit 2024-09-21T11:16:57.780380+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:58 smithi016 bash[22756]: audit 2024-09-21T11:16:57.780380+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:58 smithi016 bash[22756]: audit 2024-09-21T11:16:57.789622+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:58 smithi016 bash[22756]: audit 2024-09-21T11:16:57.789622+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:58 smithi016 bash[22756]: audit 2024-09-21T11:16:57.799956+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:58 smithi016 bash[22756]: audit 2024-09-21T11:16:57.799956+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:58 smithi016 bash[22756]: cluster 2024-09-21T11:16:58.379772+0000 mgr.a (mgr.14388) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:59.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:16:58 smithi016 bash[22756]: cluster 2024-09-21T11:16:58.379772+0000 mgr.a (mgr.14388) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:59.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:58 smithi094 bash[23326]: audit 2024-09-21T11:16:57.780380+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:58 smithi094 bash[23326]: audit 2024-09-21T11:16:57.780380+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:58 smithi094 bash[23326]: audit 2024-09-21T11:16:57.789622+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:58 smithi094 bash[23326]: audit 2024-09-21T11:16:57.789622+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:58 smithi094 bash[23326]: audit 2024-09-21T11:16:57.799956+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:58 smithi094 bash[23326]: audit 2024-09-21T11:16:57.799956+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:58 smithi094 bash[23326]: cluster 2024-09-21T11:16:58.379772+0000 mgr.a (mgr.14388) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:59.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:16:58 smithi094 bash[23326]: cluster 2024-09-21T11:16:58.379772+0000 mgr.a (mgr.14388) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:59.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:58 smithi047 bash[23321]: audit 2024-09-21T11:16:57.780380+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:58 smithi047 bash[23321]: audit 2024-09-21T11:16:57.780380+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:58 smithi047 bash[23321]: audit 2024-09-21T11:16:57.789622+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:58 smithi047 bash[23321]: audit 2024-09-21T11:16:57.789622+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:58 smithi047 bash[23321]: audit 2024-09-21T11:16:57.799956+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:58 smithi047 bash[23321]: audit 2024-09-21T11:16:57.799956+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:16:59.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:58 smithi047 bash[23321]: cluster 2024-09-21T11:16:58.379772+0000 mgr.a (mgr.14388) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:16:59.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:16:58 smithi047 bash[23321]: cluster 2024-09-21T11:16:58.379772+0000 mgr.a (mgr.14388) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:01.706 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:01 smithi047 bash[23321]: cluster 2024-09-21T11:17:00.380327+0000 mgr.a (mgr.14388) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:01.706 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:01 smithi047 bash[23321]: cluster 2024-09-21T11:17:00.380327+0000 mgr.a (mgr.14388) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:01.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:01 smithi016 bash[22756]: cluster 2024-09-21T11:17:00.380327+0000 mgr.a (mgr.14388) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:01.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:01 smithi016 bash[22756]: cluster 2024-09-21T11:17:00.380327+0000 mgr.a (mgr.14388) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:01.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:01 smithi094 bash[23326]: cluster 2024-09-21T11:17:00.380327+0000 mgr.a (mgr.14388) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:01.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:01 smithi094 bash[23326]: cluster 2024-09-21T11:17:00.380327+0000 mgr.a (mgr.14388) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:03.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:03 smithi047 bash[23321]: cluster 2024-09-21T11:17:02.380884+0000 mgr.a (mgr.14388) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:03.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:03 smithi047 bash[23321]: cluster 2024-09-21T11:17:02.380884+0000 mgr.a (mgr.14388) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:03.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:03 smithi016 bash[22756]: cluster 2024-09-21T11:17:02.380884+0000 mgr.a (mgr.14388) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:03.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:03 smithi016 bash[22756]: cluster 2024-09-21T11:17:02.380884+0000 mgr.a (mgr.14388) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:03.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:03 smithi094 bash[23326]: cluster 2024-09-21T11:17:02.380884+0000 mgr.a (mgr.14388) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:03.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:03 smithi094 bash[23326]: cluster 2024-09-21T11:17:02.380884+0000 mgr.a (mgr.14388) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:05.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:05 smithi047 bash[23321]: cluster 2024-09-21T11:17:04.381409+0000 mgr.a (mgr.14388) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:05.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:05 smithi047 bash[23321]: cluster 2024-09-21T11:17:04.381409+0000 mgr.a (mgr.14388) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:05.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:05 smithi047 bash[23321]: audit 2024-09-21T11:17:05.417035+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:05.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:05 smithi047 bash[23321]: audit 2024-09-21T11:17:05.417035+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:05 smithi016 bash[22756]: cluster 2024-09-21T11:17:04.381409+0000 mgr.a (mgr.14388) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:05 smithi016 bash[22756]: cluster 2024-09-21T11:17:04.381409+0000 mgr.a (mgr.14388) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:05 smithi016 bash[22756]: audit 2024-09-21T11:17:05.417035+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:05 smithi016 bash[22756]: audit 2024-09-21T11:17:05.417035+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:05.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:05 smithi094 bash[23326]: cluster 2024-09-21T11:17:04.381409+0000 mgr.a (mgr.14388) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:05.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:05 smithi094 bash[23326]: cluster 2024-09-21T11:17:04.381409+0000 mgr.a (mgr.14388) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:05.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:05 smithi094 bash[23326]: audit 2024-09-21T11:17:05.417035+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:05.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:05 smithi094 bash[23326]: audit 2024-09-21T11:17:05.417035+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:07.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:07 smithi047 bash[23321]: cluster 2024-09-21T11:17:06.381958+0000 mgr.a (mgr.14388) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:07.762 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:07 smithi047 bash[23321]: cluster 2024-09-21T11:17:06.381958+0000 mgr.a (mgr.14388) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:07.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:07 smithi016 bash[22756]: cluster 2024-09-21T11:17:06.381958+0000 mgr.a (mgr.14388) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:07.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:07 smithi016 bash[22756]: cluster 2024-09-21T11:17:06.381958+0000 mgr.a (mgr.14388) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:07.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:07 smithi094 bash[23326]: cluster 2024-09-21T11:17:06.381958+0000 mgr.a (mgr.14388) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:07.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:07 smithi094 bash[23326]: cluster 2024-09-21T11:17:06.381958+0000 mgr.a (mgr.14388) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:08.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:17:08 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:17:08] "GET /metrics HTTP/1.1" 200 21606 "" "Prometheus/2.51.0" 2024-09-21T11:17:09.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:09 smithi094 bash[23326]: cluster 2024-09-21T11:17:08.382502+0000 mgr.a (mgr.14388) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:09.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:09 smithi094 bash[23326]: cluster 2024-09-21T11:17:08.382502+0000 mgr.a (mgr.14388) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:09.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:09 smithi094 bash[23326]: audit 2024-09-21T11:17:08.514046+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:09 smithi094 bash[23326]: audit 2024-09-21T11:17:08.514046+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:09 smithi094 bash[23326]: audit 2024-09-21T11:17:08.523403+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:09 smithi094 bash[23326]: audit 2024-09-21T11:17:08.523403+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:09 smithi094 bash[23326]: audit 2024-09-21T11:17:08.533823+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.636 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:09 smithi094 bash[23326]: audit 2024-09-21T11:17:08.533823+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:09 smithi047 bash[23321]: cluster 2024-09-21T11:17:08.382502+0000 mgr.a (mgr.14388) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:09.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:09 smithi047 bash[23321]: cluster 2024-09-21T11:17:08.382502+0000 mgr.a (mgr.14388) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:09.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:09 smithi047 bash[23321]: audit 2024-09-21T11:17:08.514046+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:09 smithi047 bash[23321]: audit 2024-09-21T11:17:08.514046+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:09 smithi047 bash[23321]: audit 2024-09-21T11:17:08.523403+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:09 smithi047 bash[23321]: audit 2024-09-21T11:17:08.523403+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:09 smithi047 bash[23321]: audit 2024-09-21T11:17:08.533823+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:09 smithi047 bash[23321]: audit 2024-09-21T11:17:08.533823+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:09 smithi016 bash[22756]: cluster 2024-09-21T11:17:08.382502+0000 mgr.a (mgr.14388) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:09 smithi016 bash[22756]: cluster 2024-09-21T11:17:08.382502+0000 mgr.a (mgr.14388) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:09 smithi016 bash[22756]: audit 2024-09-21T11:17:08.514046+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:09 smithi016 bash[22756]: audit 2024-09-21T11:17:08.514046+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:09 smithi016 bash[22756]: audit 2024-09-21T11:17:08.523403+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:09 smithi016 bash[22756]: audit 2024-09-21T11:17:08.523403+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:09 smithi016 bash[22756]: audit 2024-09-21T11:17:08.533823+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:09 smithi016 bash[22756]: audit 2024-09-21T11:17:08.533823+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:11.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:11 smithi094 bash[23326]: cluster 2024-09-21T11:17:10.383047+0000 mgr.a (mgr.14388) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:11.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:11 smithi094 bash[23326]: cluster 2024-09-21T11:17:10.383047+0000 mgr.a (mgr.14388) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:11.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:11 smithi047 bash[23321]: cluster 2024-09-21T11:17:10.383047+0000 mgr.a (mgr.14388) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:11.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:11 smithi047 bash[23321]: cluster 2024-09-21T11:17:10.383047+0000 mgr.a (mgr.14388) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:11.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:11 smithi016 bash[22756]: cluster 2024-09-21T11:17:10.383047+0000 mgr.a (mgr.14388) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:11.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:11 smithi016 bash[22756]: cluster 2024-09-21T11:17:10.383047+0000 mgr.a (mgr.14388) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:12.942 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:12 smithi094 bash[23326]: audit 2024-09-21T11:17:11.643082+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:12.942 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:12 smithi094 bash[23326]: audit 2024-09-21T11:17:11.643082+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:12.942 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:12 smithi094 bash[23326]: audit 2024-09-21T11:17:11.652281+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:12.942 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:12 smithi094 bash[23326]: audit 2024-09-21T11:17:11.652281+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:12.942 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:12 smithi094 bash[23326]: audit 2024-09-21T11:17:11.661938+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:12.942 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:12 smithi094 bash[23326]: audit 2024-09-21T11:17:11.661938+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:12.943 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:12 smithi094 bash[23326]: cluster 2024-09-21T11:17:12.383599+0000 mgr.a (mgr.14388) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:12.943 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:12 smithi094 bash[23326]: cluster 2024-09-21T11:17:12.383599+0000 mgr.a (mgr.14388) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:13.002 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:12 smithi016 bash[22756]: audit 2024-09-21T11:17:11.643082+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.002 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:12 smithi016 bash[22756]: audit 2024-09-21T11:17:11.643082+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.003 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:12 smithi016 bash[22756]: audit 2024-09-21T11:17:11.652281+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.003 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:12 smithi016 bash[22756]: audit 2024-09-21T11:17:11.652281+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.003 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:12 smithi016 bash[22756]: audit 2024-09-21T11:17:11.661938+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.003 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:12 smithi016 bash[22756]: audit 2024-09-21T11:17:11.661938+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.003 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:12 smithi016 bash[22756]: cluster 2024-09-21T11:17:12.383599+0000 mgr.a (mgr.14388) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:13.003 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:12 smithi016 bash[22756]: cluster 2024-09-21T11:17:12.383599+0000 mgr.a (mgr.14388) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:13.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:12 smithi047 bash[23321]: audit 2024-09-21T11:17:11.643082+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:12 smithi047 bash[23321]: audit 2024-09-21T11:17:11.643082+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:12 smithi047 bash[23321]: audit 2024-09-21T11:17:11.652281+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:12 smithi047 bash[23321]: audit 2024-09-21T11:17:11.652281+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:12 smithi047 bash[23321]: audit 2024-09-21T11:17:11.661938+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:12 smithi047 bash[23321]: audit 2024-09-21T11:17:11.661938+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:13.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:12 smithi047 bash[23321]: cluster 2024-09-21T11:17:12.383599+0000 mgr.a (mgr.14388) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:13.010 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:12 smithi047 bash[23321]: cluster 2024-09-21T11:17:12.383599+0000 mgr.a (mgr.14388) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:15.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:15 smithi016 bash[22756]: cluster 2024-09-21T11:17:14.384155+0000 mgr.a (mgr.14388) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:15.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:15 smithi016 bash[22756]: cluster 2024-09-21T11:17:14.384155+0000 mgr.a (mgr.14388) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:15.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:15 smithi047 bash[23321]: cluster 2024-09-21T11:17:14.384155+0000 mgr.a (mgr.14388) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:15.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:15 smithi047 bash[23321]: cluster 2024-09-21T11:17:14.384155+0000 mgr.a (mgr.14388) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:15.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:15 smithi094 bash[23326]: cluster 2024-09-21T11:17:14.384155+0000 mgr.a (mgr.14388) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:15.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:15 smithi094 bash[23326]: cluster 2024-09-21T11:17:14.384155+0000 mgr.a (mgr.14388) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:17 smithi047 bash[23321]: cluster 2024-09-21T11:17:16.384588+0000 mgr.a (mgr.14388) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:17 smithi047 bash[23321]: cluster 2024-09-21T11:17:16.384588+0000 mgr.a (mgr.14388) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:17 smithi016 bash[22756]: cluster 2024-09-21T11:17:16.384588+0000 mgr.a (mgr.14388) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:17 smithi016 bash[22756]: cluster 2024-09-21T11:17:16.384588+0000 mgr.a (mgr.14388) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:17.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:17 smithi094 bash[23326]: cluster 2024-09-21T11:17:16.384588+0000 mgr.a (mgr.14388) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:17.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:17 smithi094 bash[23326]: cluster 2024-09-21T11:17:16.384588+0000 mgr.a (mgr.14388) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:18.280 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:17:18 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:17:18] "GET /metrics HTTP/1.1" 200 21606 "" "Prometheus/2.51.0" 2024-09-21T11:17:19.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:18 smithi047 bash[23321]: audit 2024-09-21T11:17:17.995849+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:18 smithi047 bash[23321]: audit 2024-09-21T11:17:17.995849+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:18 smithi047 bash[23321]: audit 2024-09-21T11:17:18.001275+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:18 smithi047 bash[23321]: audit 2024-09-21T11:17:18.001275+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:18 smithi047 bash[23321]: audit 2024-09-21T11:17:18.007622+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:18 smithi047 bash[23321]: audit 2024-09-21T11:17:18.007622+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:18 smithi047 bash[23321]: cluster 2024-09-21T11:17:18.385079+0000 mgr.a (mgr.14388) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:19.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:18 smithi047 bash[23321]: cluster 2024-09-21T11:17:18.385079+0000 mgr.a (mgr.14388) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:19.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:18 smithi016 bash[22756]: audit 2024-09-21T11:17:17.995849+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:18 smithi016 bash[22756]: audit 2024-09-21T11:17:17.995849+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:18 smithi016 bash[22756]: audit 2024-09-21T11:17:18.001275+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:18 smithi016 bash[22756]: audit 2024-09-21T11:17:18.001275+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:18 smithi016 bash[22756]: audit 2024-09-21T11:17:18.007622+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:18 smithi016 bash[22756]: audit 2024-09-21T11:17:18.007622+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:18 smithi016 bash[22756]: cluster 2024-09-21T11:17:18.385079+0000 mgr.a (mgr.14388) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:19.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:18 smithi016 bash[22756]: cluster 2024-09-21T11:17:18.385079+0000 mgr.a (mgr.14388) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:19.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:18 smithi094 bash[23326]: audit 2024-09-21T11:17:17.995849+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:18 smithi094 bash[23326]: audit 2024-09-21T11:17:17.995849+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:18 smithi094 bash[23326]: audit 2024-09-21T11:17:18.001275+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:18 smithi094 bash[23326]: audit 2024-09-21T11:17:18.001275+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:18 smithi094 bash[23326]: audit 2024-09-21T11:17:18.007622+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:18 smithi094 bash[23326]: audit 2024-09-21T11:17:18.007622+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:19.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:18 smithi094 bash[23326]: cluster 2024-09-21T11:17:18.385079+0000 mgr.a (mgr.14388) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:19.385 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:18 smithi094 bash[23326]: cluster 2024-09-21T11:17:18.385079+0000 mgr.a (mgr.14388) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:20.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:20 smithi047 bash[23321]: audit 2024-09-21T11:17:20.417529+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:20.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:20 smithi047 bash[23321]: audit 2024-09-21T11:17:20.417529+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:20.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:20 smithi016 bash[22756]: audit 2024-09-21T11:17:20.417529+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:20.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:20 smithi016 bash[22756]: audit 2024-09-21T11:17:20.417529+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:20.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:20 smithi094 bash[23326]: audit 2024-09-21T11:17:20.417529+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:20.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:20 smithi094 bash[23326]: audit 2024-09-21T11:17:20.417529+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:21.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:21 smithi047 bash[23321]: cluster 2024-09-21T11:17:20.385605+0000 mgr.a (mgr.14388) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:21.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:21 smithi047 bash[23321]: cluster 2024-09-21T11:17:20.385605+0000 mgr.a (mgr.14388) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:21.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:21 smithi016 bash[22756]: cluster 2024-09-21T11:17:20.385605+0000 mgr.a (mgr.14388) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:21 smithi016 bash[22756]: cluster 2024-09-21T11:17:20.385605+0000 mgr.a (mgr.14388) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:21.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:21 smithi094 bash[23326]: cluster 2024-09-21T11:17:20.385605+0000 mgr.a (mgr.14388) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:21.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:21 smithi094 bash[23326]: cluster 2024-09-21T11:17:20.385605+0000 mgr.a (mgr.14388) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:23.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:23 smithi047 bash[23321]: cluster 2024-09-21T11:17:22.386223+0000 mgr.a (mgr.14388) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:23.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:23 smithi047 bash[23321]: cluster 2024-09-21T11:17:22.386223+0000 mgr.a (mgr.14388) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:23.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:23 smithi016 bash[22756]: cluster 2024-09-21T11:17:22.386223+0000 mgr.a (mgr.14388) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:23.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:23 smithi016 bash[22756]: cluster 2024-09-21T11:17:22.386223+0000 mgr.a (mgr.14388) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:23.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:23 smithi094 bash[23326]: cluster 2024-09-21T11:17:22.386223+0000 mgr.a (mgr.14388) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:23.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:23 smithi094 bash[23326]: cluster 2024-09-21T11:17:22.386223+0000 mgr.a (mgr.14388) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:25.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:25 smithi047 bash[23321]: cluster 2024-09-21T11:17:24.386767+0000 mgr.a (mgr.14388) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:25.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:25 smithi047 bash[23321]: cluster 2024-09-21T11:17:24.386767+0000 mgr.a (mgr.14388) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:25 smithi016 bash[22756]: cluster 2024-09-21T11:17:24.386767+0000 mgr.a (mgr.14388) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:25 smithi016 bash[22756]: cluster 2024-09-21T11:17:24.386767+0000 mgr.a (mgr.14388) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:25.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:25 smithi094 bash[23326]: cluster 2024-09-21T11:17:24.386767+0000 mgr.a (mgr.14388) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:25.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:25 smithi094 bash[23326]: cluster 2024-09-21T11:17:24.386767+0000 mgr.a (mgr.14388) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:26.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:26 smithi047 bash[23321]: cluster 2024-09-21T11:17:26.387340+0000 mgr.a (mgr.14388) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:26.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:26 smithi047 bash[23321]: cluster 2024-09-21T11:17:26.387340+0000 mgr.a (mgr.14388) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:26.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:26 smithi016 bash[22756]: cluster 2024-09-21T11:17:26.387340+0000 mgr.a (mgr.14388) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:26.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:26 smithi016 bash[22756]: cluster 2024-09-21T11:17:26.387340+0000 mgr.a (mgr.14388) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:26.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:26 smithi094 bash[23326]: cluster 2024-09-21T11:17:26.387340+0000 mgr.a (mgr.14388) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:26.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:26 smithi094 bash[23326]: cluster 2024-09-21T11:17:26.387340+0000 mgr.a (mgr.14388) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:28.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:17:28 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:17:28] "GET /metrics HTTP/1.1" 200 21607 "" "Prometheus/2.51.0" 2024-09-21T11:17:29.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:29 smithi047 bash[23321]: cluster 2024-09-21T11:17:28.387861+0000 mgr.a (mgr.14388) 122 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:29.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:29 smithi047 bash[23321]: cluster 2024-09-21T11:17:28.387861+0000 mgr.a (mgr.14388) 122 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:29.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:29 smithi047 bash[23321]: audit 2024-09-21T11:17:28.749464+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:29 smithi047 bash[23321]: audit 2024-09-21T11:17:28.749464+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:29 smithi047 bash[23321]: audit 2024-09-21T11:17:28.758440+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:29 smithi047 bash[23321]: audit 2024-09-21T11:17:28.758440+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:29 smithi047 bash[23321]: audit 2024-09-21T11:17:28.768622+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:29 smithi047 bash[23321]: audit 2024-09-21T11:17:28.768622+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:29 smithi016 bash[22756]: cluster 2024-09-21T11:17:28.387861+0000 mgr.a (mgr.14388) 122 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:29 smithi016 bash[22756]: cluster 2024-09-21T11:17:28.387861+0000 mgr.a (mgr.14388) 122 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:29 smithi016 bash[22756]: audit 2024-09-21T11:17:28.749464+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:29 smithi016 bash[22756]: audit 2024-09-21T11:17:28.749464+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:29 smithi016 bash[22756]: audit 2024-09-21T11:17:28.758440+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:29 smithi016 bash[22756]: audit 2024-09-21T11:17:28.758440+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:29 smithi016 bash[22756]: audit 2024-09-21T11:17:28.768622+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:29 smithi016 bash[22756]: audit 2024-09-21T11:17:28.768622+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.830 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:29 smithi094 bash[23326]: cluster 2024-09-21T11:17:28.387861+0000 mgr.a (mgr.14388) 122 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:29.830 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:29 smithi094 bash[23326]: cluster 2024-09-21T11:17:28.387861+0000 mgr.a (mgr.14388) 122 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:29.830 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:29 smithi094 bash[23326]: audit 2024-09-21T11:17:28.749464+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.830 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:29 smithi094 bash[23326]: audit 2024-09-21T11:17:28.749464+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.830 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:29 smithi094 bash[23326]: audit 2024-09-21T11:17:28.758440+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.831 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:29 smithi094 bash[23326]: audit 2024-09-21T11:17:28.758440+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.831 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:29 smithi094 bash[23326]: audit 2024-09-21T11:17:28.768622+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:29.831 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:29 smithi094 bash[23326]: audit 2024-09-21T11:17:28.768622+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:31.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:31 smithi094 bash[23326]: cluster 2024-09-21T11:17:30.388410+0000 mgr.a (mgr.14388) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:31.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:31 smithi094 bash[23326]: cluster 2024-09-21T11:17:30.388410+0000 mgr.a (mgr.14388) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:31.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:31 smithi094 bash[23326]: audit 2024-09-21T11:17:31.417493+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:31.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:31 smithi094 bash[23326]: audit 2024-09-21T11:17:31.417493+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:31.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:31 smithi047 bash[23321]: cluster 2024-09-21T11:17:30.388410+0000 mgr.a (mgr.14388) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:31.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:31 smithi047 bash[23321]: cluster 2024-09-21T11:17:30.388410+0000 mgr.a (mgr.14388) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:31.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:31 smithi047 bash[23321]: audit 2024-09-21T11:17:31.417493+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:31.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:31 smithi047 bash[23321]: audit 2024-09-21T11:17:31.417493+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:31.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:31 smithi016 bash[22756]: cluster 2024-09-21T11:17:30.388410+0000 mgr.a (mgr.14388) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:31 smithi016 bash[22756]: cluster 2024-09-21T11:17:30.388410+0000 mgr.a (mgr.14388) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:31 smithi016 bash[22756]: audit 2024-09-21T11:17:31.417493+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:31 smithi016 bash[22756]: audit 2024-09-21T11:17:31.417493+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:33.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.841871+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.841871+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.850048+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.850048+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.859739+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.859739+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.983670+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.983670+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.988695+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.988695+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.989730+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.989730+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.990557+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:33.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.990557+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:33.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.995670+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: audit 2024-09-21T11:17:31.995670+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: cluster 2024-09-21T11:17:32.389032+0000 mgr.a (mgr.14388) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:33.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:32 smithi094 bash[23326]: cluster 2024-09-21T11:17:32.389032+0000 mgr.a (mgr.14388) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:33.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.841871+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.841871+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.850048+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.850048+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.859739+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.859739+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.983670+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.983670+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.988695+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.988695+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.989730+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.989730+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.990557+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.990557+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:33.260 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.995670+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: audit 2024-09-21T11:17:31.995670+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: cluster 2024-09-21T11:17:32.389032+0000 mgr.a (mgr.14388) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:33.261 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:32 smithi047 bash[23321]: cluster 2024-09-21T11:17:32.389032+0000 mgr.a (mgr.14388) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:33.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.841871+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.841871+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.850048+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.850048+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.859739+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.859739+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.983670+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.983670+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.988695+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.988695+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.989730+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.989730+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.990557+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.990557+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.995670+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: audit 2024-09-21T11:17:31.995670+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: cluster 2024-09-21T11:17:32.389032+0000 mgr.a (mgr.14388) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:33.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:32 smithi016 bash[22756]: cluster 2024-09-21T11:17:32.389032+0000 mgr.a (mgr.14388) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:35 smithi047 bash[23321]: cluster 2024-09-21T11:17:34.389622+0000 mgr.a (mgr.14388) 125 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:35 smithi047 bash[23321]: cluster 2024-09-21T11:17:34.389622+0000 mgr.a (mgr.14388) 125 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:35 smithi047 bash[23321]: audit 2024-09-21T11:17:35.418254+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:35 smithi047 bash[23321]: audit 2024-09-21T11:17:35.418254+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:35 smithi016 bash[22756]: cluster 2024-09-21T11:17:34.389622+0000 mgr.a (mgr.14388) 125 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:35 smithi016 bash[22756]: cluster 2024-09-21T11:17:34.389622+0000 mgr.a (mgr.14388) 125 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:35 smithi016 bash[22756]: audit 2024-09-21T11:17:35.418254+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:35 smithi016 bash[22756]: audit 2024-09-21T11:17:35.418254+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:35 smithi094 bash[23326]: cluster 2024-09-21T11:17:34.389622+0000 mgr.a (mgr.14388) 125 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:35 smithi094 bash[23326]: cluster 2024-09-21T11:17:34.389622+0000 mgr.a (mgr.14388) 125 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:35 smithi094 bash[23326]: audit 2024-09-21T11:17:35.418254+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:35.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:35 smithi094 bash[23326]: audit 2024-09-21T11:17:35.418254+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:37.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:37 smithi047 bash[23321]: cluster 2024-09-21T11:17:36.390205+0000 mgr.a (mgr.14388) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:37.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:37 smithi047 bash[23321]: cluster 2024-09-21T11:17:36.390205+0000 mgr.a (mgr.14388) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:37.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:37 smithi016 bash[22756]: cluster 2024-09-21T11:17:36.390205+0000 mgr.a (mgr.14388) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:37.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:37 smithi016 bash[22756]: cluster 2024-09-21T11:17:36.390205+0000 mgr.a (mgr.14388) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:37.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:37 smithi094 bash[23326]: cluster 2024-09-21T11:17:36.390205+0000 mgr.a (mgr.14388) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:37.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:37 smithi094 bash[23326]: cluster 2024-09-21T11:17:36.390205+0000 mgr.a (mgr.14388) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:38.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:17:38 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:17:38] "GET /metrics HTTP/1.1" 200 21610 "" "Prometheus/2.51.0" 2024-09-21T11:17:39.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:39 smithi047 bash[23321]: audit 2024-09-21T11:17:38.219220+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:39 smithi047 bash[23321]: audit 2024-09-21T11:17:38.219220+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:39 smithi047 bash[23321]: audit 2024-09-21T11:17:38.227991+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:39 smithi047 bash[23321]: audit 2024-09-21T11:17:38.227991+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:39 smithi047 bash[23321]: audit 2024-09-21T11:17:38.237919+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:39 smithi047 bash[23321]: audit 2024-09-21T11:17:38.237919+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:39 smithi047 bash[23321]: cluster 2024-09-21T11:17:38.390804+0000 mgr.a (mgr.14388) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:39.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:39 smithi047 bash[23321]: cluster 2024-09-21T11:17:38.390804+0000 mgr.a (mgr.14388) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:39.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:39 smithi016 bash[22756]: audit 2024-09-21T11:17:38.219220+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:39 smithi016 bash[22756]: audit 2024-09-21T11:17:38.219220+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:39 smithi016 bash[22756]: audit 2024-09-21T11:17:38.227991+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:39 smithi016 bash[22756]: audit 2024-09-21T11:17:38.227991+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:39 smithi016 bash[22756]: audit 2024-09-21T11:17:38.237919+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:39 smithi016 bash[22756]: audit 2024-09-21T11:17:38.237919+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:39 smithi016 bash[22756]: cluster 2024-09-21T11:17:38.390804+0000 mgr.a (mgr.14388) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:39 smithi016 bash[22756]: cluster 2024-09-21T11:17:38.390804+0000 mgr.a (mgr.14388) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:39.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:39 smithi094 bash[23326]: audit 2024-09-21T11:17:38.219220+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:39 smithi094 bash[23326]: audit 2024-09-21T11:17:38.219220+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:39 smithi094 bash[23326]: audit 2024-09-21T11:17:38.227991+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:39 smithi094 bash[23326]: audit 2024-09-21T11:17:38.227991+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:39 smithi094 bash[23326]: audit 2024-09-21T11:17:38.237919+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:39 smithi094 bash[23326]: audit 2024-09-21T11:17:38.237919+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:39.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:39 smithi094 bash[23326]: cluster 2024-09-21T11:17:38.390804+0000 mgr.a (mgr.14388) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:39.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:39 smithi094 bash[23326]: cluster 2024-09-21T11:17:38.390804+0000 mgr.a (mgr.14388) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:41.733 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:41 smithi047 bash[23321]: cluster 2024-09-21T11:17:40.391477+0000 mgr.a (mgr.14388) 128 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:41.733 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:41 smithi047 bash[23321]: cluster 2024-09-21T11:17:40.391477+0000 mgr.a (mgr.14388) 128 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:41.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:41 smithi016 bash[22756]: cluster 2024-09-21T11:17:40.391477+0000 mgr.a (mgr.14388) 128 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:41.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:41 smithi016 bash[22756]: cluster 2024-09-21T11:17:40.391477+0000 mgr.a (mgr.14388) 128 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:41.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:41 smithi094 bash[23326]: cluster 2024-09-21T11:17:40.391477+0000 mgr.a (mgr.14388) 128 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:41.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:41 smithi094 bash[23326]: cluster 2024-09-21T11:17:40.391477+0000 mgr.a (mgr.14388) 128 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:43.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:43 smithi047 bash[23321]: cluster 2024-09-21T11:17:42.392077+0000 mgr.a (mgr.14388) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:43.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:43 smithi047 bash[23321]: cluster 2024-09-21T11:17:42.392077+0000 mgr.a (mgr.14388) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:43.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:43 smithi016 bash[22756]: cluster 2024-09-21T11:17:42.392077+0000 mgr.a (mgr.14388) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:43.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:43 smithi016 bash[22756]: cluster 2024-09-21T11:17:42.392077+0000 mgr.a (mgr.14388) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:43.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:43 smithi094 bash[23326]: cluster 2024-09-21T11:17:42.392077+0000 mgr.a (mgr.14388) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:43.889 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:43 smithi094 bash[23326]: cluster 2024-09-21T11:17:42.392077+0000 mgr.a (mgr.14388) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:44.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch ls 2024-09-21T11:17:44.501 INFO:teuthology.orchestra.run.smithi016.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T11:17:44.501 INFO:teuthology.orchestra.run.smithi016.stdout:agent 3/3 15s ago 2m * 2024-09-21T11:17:44.501 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager ?:9093,9094 1/1 12s ago 4m count:1 2024-09-21T11:17:44.501 INFO:teuthology.orchestra.run.smithi016.stdout:grafana ?:3000 1/1 6s ago 4m count:1 2024-09-21T11:17:44.501 INFO:teuthology.orchestra.run.smithi016.stdout:mgr 2/2 15s ago 8m smithi016=a;smithi047=b;count:2 2024-09-21T11:17:44.501 INFO:teuthology.orchestra.run.smithi016.stdout:mon 3/3 15s ago 9m smithi016:172.21.15.16=a;smithi047:172.21.15.47=b;smithi094:172.21.15.94=c;count:3 2024-09-21T11:17:44.502 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter ?:9100 3/3 15s ago 4m * 2024-09-21T11:17:44.502 INFO:teuthology.orchestra.run.smithi016.stdout:osd 3 15s ago - 2024-09-21T11:17:44.502 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus ?:9095 1/1 15s ago 4m count:1 2024-09-21T11:17:44.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch ps 2024-09-21T11:17:44.835 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T11:17:44.835 INFO:teuthology.orchestra.run.smithi016.stdout:agent.smithi016 smithi016 running 6s ago 10m - - 2024-09-21T11:17:44.835 INFO:teuthology.orchestra.run.smithi016.stdout:agent.smithi047 smithi047 running 16s ago 9m - - 2024-09-21T11:17:44.835 INFO:teuthology.orchestra.run.smithi016.stdout:agent.smithi094 smithi094 running 12s ago 9m - - 2024-09-21T11:17:44.835 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.smithi094 smithi094 *:9093,9094 running (2m) 12s ago 3m 14.3M - 0.27.0 11f11916f8cd b8dea54cac24 2024-09-21T11:17:44.835 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.smithi016 smithi016 *:3000 running (2m) 6s ago 3m 68.0M - 10.4.8 5aad1d7cf004 2d605ca6b7d1 2024-09-21T11:17:44.835 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.a smithi016 *:9283,8765 running (11m) 6s ago 11m 506M - 19.3.0-5103-g5c1cdc3c 8f4d013db793 d678b10d4d3a 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.b smithi047 *:8443,8765 running (8m) 16s ago 8m 441M - 19.3.0-5103-g5c1cdc3c 8f4d013db793 bc6b78de6d4e 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (11m) 6s ago 11m 44.8M 2048M 19.3.0-5103-g5c1cdc3c 8f4d013db793 e65c00940649 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi047 running (8m) 16s ago 8m 36.3M 2048M 19.3.0-5103-g5c1cdc3c 8f4d013db793 ddb5b92292a8 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi094 running (8m) 12s ago 8m 36.0M 2048M 19.3.0-5103-g5c1cdc3c 8f4d013db793 1e917a6a7478 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.smithi016 smithi016 *:9100 running (3m) 6s ago 4m 8003k - 1.7.0 72c9c2088986 67f5b3126228 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.smithi047 smithi047 *:9100 running (3m) 16s ago 3m 7919k - 1.7.0 72c9c2088986 4aceff9681d6 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.smithi094 smithi094 *:9100 running (3m) 12s ago 3m 8332k - 1.7.0 72c9c2088986 e2f77f054162 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (7m) 6s ago 7m 44.9M 4096M 19.3.0-5103-g5c1cdc3c 8f4d013db793 8f817b7e7274 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi047 running (6m) 16s ago 6m 38.2M 4096M 19.3.0-5103-g5c1cdc3c 8f4d013db793 db7bb9a64e23 2024-09-21T11:17:44.836 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi094 running (5m) 12s ago 5m 44.7M 4096M 19.3.0-5103-g5c1cdc3c 8f4d013db793 5003ba7e4bf2 2024-09-21T11:17:44.837 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.smithi047 smithi047 *:9095 running (3m) 16s ago 3m 37.7M - 2.51.0 1d3b7f56885b 9d47804989a0 2024-09-21T11:17:44.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch host ls 2024-09-21T11:17:45.146 INFO:teuthology.orchestra.run.smithi016.stdout:HOST ADDR LABELS STATUS 2024-09-21T11:17:45.146 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 172.21.15.16 2024-09-21T11:17:45.147 INFO:teuthology.orchestra.run.smithi016.stdout:smithi047 172.21.15.47 2024-09-21T11:17:45.147 INFO:teuthology.orchestra.run.smithi016.stdout:smithi094 172.21.15.94 2024-09-21T11:17:45.147 INFO:teuthology.orchestra.run.smithi016.stdout:3 hosts in cluster 2024-09-21T11:17:45.159 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-21T11:17:45.160 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r 'last | .daemon_name' 2024-09-21T11:17:45.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ MON_DAEMON=mon.c 2024-09-21T11:17:45.483 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-21T11:17:45.483 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r .hostname 2024-09-21T11:17:45.483 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -e '.[]' 2024-09-21T11:17:45.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:45 smithi047 bash[23321]: cluster 2024-09-21T11:17:44.392589+0000 mgr.a (mgr.14388) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:45.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:45 smithi047 bash[23321]: cluster 2024-09-21T11:17:44.392589+0000 mgr.a (mgr.14388) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:45 smithi016 bash[22756]: cluster 2024-09-21T11:17:44.392589+0000 mgr.a (mgr.14388) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:45 smithi016 bash[22756]: cluster 2024-09-21T11:17:44.392589+0000 mgr.a (mgr.14388) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:45.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ GRAFANA_HOST=smithi016 2024-09-21T11:17:45.806 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-21T11:17:45.807 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r .hostname 2024-09-21T11:17:45.807 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -e '.[]' 2024-09-21T11:17:45.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:45 smithi094 bash[23326]: cluster 2024-09-21T11:17:44.392589+0000 mgr.a (mgr.14388) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:45.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:45 smithi094 bash[23326]: cluster 2024-09-21T11:17:44.392589+0000 mgr.a (mgr.14388) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:46.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ PROM_HOST=smithi047 2024-09-21T11:17:46.119 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-21T11:17:46.119 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -e '.[]' 2024-09-21T11:17:46.120 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r .hostname 2024-09-21T11:17:46.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ ALERTM_HOST=smithi094 2024-09-21T11:17:46.436 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch host ls -f json 2024-09-21T11:17:46.436 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r --arg GRAFANA_HOST smithi016 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-21T11:17:46.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ GRAFANA_IP=172.21.15.16 2024-09-21T11:17:46.754 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch host ls -f json 2024-09-21T11:17:46.754 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r --arg PROM_HOST smithi047 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-21T11:17:46.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:46 smithi047 bash[23321]: audit 2024-09-21T11:17:44.489554+0000 mgr.a (mgr.14388) 131 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:46 smithi047 bash[23321]: audit 2024-09-21T11:17:44.489554+0000 mgr.a (mgr.14388) 131 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:46 smithi047 bash[23321]: audit 2024-09-21T11:17:44.816903+0000 mgr.a (mgr.14388) 132 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:46 smithi047 bash[23321]: audit 2024-09-21T11:17:44.816903+0000 mgr.a (mgr.14388) 132 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:46 smithi047 bash[23321]: audit 2024-09-21T11:17:45.146169+0000 mgr.a (mgr.14388) 133 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:46 smithi047 bash[23321]: audit 2024-09-21T11:17:45.146169+0000 mgr.a (mgr.14388) 133 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:46 smithi047 bash[23321]: audit 2024-09-21T11:17:45.462567+0000 mgr.a (mgr.14388) 134 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:46.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:46 smithi047 bash[23321]: audit 2024-09-21T11:17:45.462567+0000 mgr.a (mgr.14388) 134 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:46.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:46 smithi016 bash[22756]: audit 2024-09-21T11:17:44.489554+0000 mgr.a (mgr.14388) 131 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:46 smithi016 bash[22756]: audit 2024-09-21T11:17:44.489554+0000 mgr.a (mgr.14388) 131 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:46 smithi016 bash[22756]: audit 2024-09-21T11:17:44.816903+0000 mgr.a (mgr.14388) 132 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:46 smithi016 bash[22756]: audit 2024-09-21T11:17:44.816903+0000 mgr.a (mgr.14388) 132 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:46 smithi016 bash[22756]: audit 2024-09-21T11:17:45.146169+0000 mgr.a (mgr.14388) 133 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:46 smithi016 bash[22756]: audit 2024-09-21T11:17:45.146169+0000 mgr.a (mgr.14388) 133 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:46 smithi016 bash[22756]: audit 2024-09-21T11:17:45.462567+0000 mgr.a (mgr.14388) 134 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:46.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:46 smithi016 bash[22756]: audit 2024-09-21T11:17:45.462567+0000 mgr.a (mgr.14388) 134 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:46.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:46 smithi094 bash[23326]: audit 2024-09-21T11:17:44.489554+0000 mgr.a (mgr.14388) 131 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:46 smithi094 bash[23326]: audit 2024-09-21T11:17:44.489554+0000 mgr.a (mgr.14388) 131 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:46 smithi094 bash[23326]: audit 2024-09-21T11:17:44.816903+0000 mgr.a (mgr.14388) 132 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:46 smithi094 bash[23326]: audit 2024-09-21T11:17:44.816903+0000 mgr.a (mgr.14388) 132 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:46 smithi094 bash[23326]: audit 2024-09-21T11:17:45.146169+0000 mgr.a (mgr.14388) 133 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:46 smithi094 bash[23326]: audit 2024-09-21T11:17:45.146169+0000 mgr.a (mgr.14388) 133 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:46.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:46 smithi094 bash[23326]: audit 2024-09-21T11:17:45.462567+0000 mgr.a (mgr.14388) 134 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:46.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:46 smithi094 bash[23326]: audit 2024-09-21T11:17:45.462567+0000 mgr.a (mgr.14388) 134 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ PROM_IP=172.21.15.47 2024-09-21T11:17:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch host ls -f json 2024-09-21T11:17:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r --arg ALERTM_HOST smithi094 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-21T11:17:47.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ ALERTM_IP=172.21.15.94 2024-09-21T11:17:47.365 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch host ls -f json 2024-09-21T11:17:47.365 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r '.[] | .addr' 2024-09-21T11:17:47.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ ALL_HOST_IPS='172.21.15.16 2024-09-21T11:17:47.666 INFO:teuthology.orchestra.run.smithi016.stderr:172.21.15.47 2024-09-21T11:17:47.666 INFO:teuthology.orchestra.run.smithi016.stderr:172.21.15.94' 2024-09-21T11:17:47.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T11:17:47.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.16:9100/metric 2024-09-21T11:17:47.669 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.669 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.669 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.669 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.669 INFO:teuthology.orchestra.run.smithi016.stdout: Node Exporter 2024-09-21T11:17:47.669 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.670 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.670 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.670 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.670 INFO:teuthology.orchestra.run.smithi016.stdout:

Node Exporter

2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout:

Prometheus Node Exporter

2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout:
    2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout:
  • Metrics
  • 2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.671 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.672 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.672 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.672 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T11:17:47.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.47:9100/metric 2024-09-21T11:17:47.672 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.673 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.673 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.673 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.673 INFO:teuthology.orchestra.run.smithi016.stdout: Node Exporter 2024-09-21T11:17:47.673 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.674 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.674 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.674 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.674 INFO:teuthology.orchestra.run.smithi016.stdout:

Node Exporter

2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:

Prometheus Node Exporter

2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:
    2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:
  • Metrics
  • 2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.675 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.676 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.676 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.676 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T11:17:47.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.94:9100/metric 2024-09-21T11:17:47.676 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.676 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.676 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.676 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.677 INFO:teuthology.orchestra.run.smithi016.stdout: Node Exporter 2024-09-21T11:17:47.677 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.678 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.678 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.678 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.678 INFO:teuthology.orchestra.run.smithi016.stdout:

Node Exporter

2024-09-21T11:17:47.678 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.678 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.678 INFO:teuthology.orchestra.run.smithi016.stdout:

Prometheus Node Exporter

2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout:
    2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout:
  • Metrics
  • 2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout:
2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.679 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-21T11:17:47.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -k -s https://172.21.15.16:3000/api/health 2024-09-21T11:17:47.700 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-09-21T11:17:47.700 INFO:teuthology.orchestra.run.smithi016.stdout: "commit": "8c384b71bde142a25ddc01ed5a183ca572b2b7f7", 2024-09-21T11:17:47.700 INFO:teuthology.orchestra.run.smithi016.stdout: "database": "ok", 2024-09-21T11:17:47.700 INFO:teuthology.orchestra.run.smithi016.stdout: "version": "10.4.8" 2024-09-21T11:17:47.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -k -s https://172.21.15.16:3000/api/health 2024-09-21T11:17:47.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq -e '.database == "ok"' 2024-09-21T11:17:47.731 INFO:teuthology.orchestra.run.smithi016.stdout:}true 2024-09-21T11:17:47.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch daemon stop mon.c 2024-09-21T11:17:47.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:47 smithi047 bash[23321]: audit 2024-09-21T11:17:45.786238+0000 mgr.a (mgr.14388) 135 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:47 smithi047 bash[23321]: audit 2024-09-21T11:17:45.786238+0000 mgr.a (mgr.14388) 135 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:47 smithi047 bash[23321]: audit 2024-09-21T11:17:46.104719+0000 mgr.a (mgr.14388) 136 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:47 smithi047 bash[23321]: audit 2024-09-21T11:17:46.104719+0000 mgr.a (mgr.14388) 136 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:47 smithi047 bash[23321]: cluster 2024-09-21T11:17:46.393119+0000 mgr.a (mgr.14388) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:47.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:47 smithi047 bash[23321]: cluster 2024-09-21T11:17:46.393119+0000 mgr.a (mgr.14388) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:47.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:47 smithi047 bash[23321]: audit 2024-09-21T11:17:46.416978+0000 mgr.a (mgr.14388) 138 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:47 smithi047 bash[23321]: audit 2024-09-21T11:17:46.416978+0000 mgr.a (mgr.14388) 138 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:47 smithi016 bash[22756]: audit 2024-09-21T11:17:45.786238+0000 mgr.a (mgr.14388) 135 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:47 smithi016 bash[22756]: audit 2024-09-21T11:17:45.786238+0000 mgr.a (mgr.14388) 135 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:47 smithi016 bash[22756]: audit 2024-09-21T11:17:46.104719+0000 mgr.a (mgr.14388) 136 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:47 smithi016 bash[22756]: audit 2024-09-21T11:17:46.104719+0000 mgr.a (mgr.14388) 136 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:47 smithi016 bash[22756]: cluster 2024-09-21T11:17:46.393119+0000 mgr.a (mgr.14388) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:47 smithi016 bash[22756]: cluster 2024-09-21T11:17:46.393119+0000 mgr.a (mgr.14388) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:47 smithi016 bash[22756]: audit 2024-09-21T11:17:46.416978+0000 mgr.a (mgr.14388) 138 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:47 smithi016 bash[22756]: audit 2024-09-21T11:17:46.416978+0000 mgr.a (mgr.14388) 138 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:47 smithi094 bash[23326]: audit 2024-09-21T11:17:45.786238+0000 mgr.a (mgr.14388) 135 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:47 smithi094 bash[23326]: audit 2024-09-21T11:17:45.786238+0000 mgr.a (mgr.14388) 135 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:47 smithi094 bash[23326]: audit 2024-09-21T11:17:46.104719+0000 mgr.a (mgr.14388) 136 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:47 smithi094 bash[23326]: audit 2024-09-21T11:17:46.104719+0000 mgr.a (mgr.14388) 136 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:47 smithi094 bash[23326]: cluster 2024-09-21T11:17:46.393119+0000 mgr.a (mgr.14388) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:47 smithi094 bash[23326]: cluster 2024-09-21T11:17:46.393119+0000 mgr.a (mgr.14388) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:47 smithi094 bash[23326]: audit 2024-09-21T11:17:46.416978+0000 mgr.a (mgr.14388) 138 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:47.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:47 smithi094 bash[23326]: audit 2024-09-21T11:17:46.416978+0000 mgr.a (mgr.14388) 138 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.070 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled to stop mon.c on host 'smithi094' 2024-09-21T11:17:48.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 120 2024-09-21T11:17:48.464 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:17:48] "GET /metrics HTTP/1.1" 200 21610 "" "Prometheus/2.51.0" 2024-09-21T11:17:48.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:46.740669+0000 mgr.a (mgr.14388) 139 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:46.740669+0000 mgr.a (mgr.14388) 139 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:47.042340+0000 mgr.a (mgr.14388) 140 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:47.042340+0000 mgr.a (mgr.14388) 140 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:47.353241+0000 mgr.a (mgr.14388) 141 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:47.353241+0000 mgr.a (mgr.14388) 141 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.064438+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.064438+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.071398+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.071398+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.072880+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:48.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.072880+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:48.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.076484+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:48.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.076484+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:48.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.077321+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:48.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.077321+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:48.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.083244+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.761 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:48 smithi047 bash[23321]: audit 2024-09-21T11:17:48.083244+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:46.740669+0000 mgr.a (mgr.14388) 139 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:46.740669+0000 mgr.a (mgr.14388) 139 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:47.042340+0000 mgr.a (mgr.14388) 140 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:47.042340+0000 mgr.a (mgr.14388) 140 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:47.353241+0000 mgr.a (mgr.14388) 141 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:47.353241+0000 mgr.a (mgr.14388) 141 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.064438+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.064438+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.071398+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.071398+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.072880+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.072880+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.076484+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.076484+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.077321+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.077321+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.083244+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:48 smithi016 bash[22756]: audit 2024-09-21T11:17:48.083244+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:46.740669+0000 mgr.a (mgr.14388) 139 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:46.740669+0000 mgr.a (mgr.14388) 139 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:47.042340+0000 mgr.a (mgr.14388) 140 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:47.042340+0000 mgr.a (mgr.14388) 140 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:47.353241+0000 mgr.a (mgr.14388) 141 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:47.353241+0000 mgr.a (mgr.14388) 141 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.064438+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.064438+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.071398+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.071398+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.072880+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.072880+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.076484+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.076484+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:17:48.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.077321+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:48.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.077321+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:17:48.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.083244+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:48.887 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:48 smithi094 bash[23326]: audit 2024-09-21T11:17:48.083244+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:47.653791+0000 mgr.a (mgr.14388) 142 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:47.653791+0000 mgr.a (mgr.14388) 142 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:48.056455+0000 mgr.a (mgr.14388) 143 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:48.056455+0000 mgr.a (mgr.14388) 143 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: cephadm 2024-09-21T11:17:48.057279+0000 mgr.a (mgr.14388) 144 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: cephadm 2024-09-21T11:17:48.057279+0000 mgr.a (mgr.14388) 144 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: cluster 2024-09-21T11:17:48.393744+0000 mgr.a (mgr.14388) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: cluster 2024-09-21T11:17:48.393744+0000 mgr.a (mgr.14388) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:48.982452+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:48.982452+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:48.991312+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:48.991312+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:49.000951+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.760 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:49 smithi047 bash[23321]: audit 2024-09-21T11:17:49.000951+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:47.653791+0000 mgr.a (mgr.14388) 142 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:47.653791+0000 mgr.a (mgr.14388) 142 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:48.056455+0000 mgr.a (mgr.14388) 143 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:48.056455+0000 mgr.a (mgr.14388) 143 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: cephadm 2024-09-21T11:17:48.057279+0000 mgr.a (mgr.14388) 144 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T11:17:49.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: cephadm 2024-09-21T11:17:48.057279+0000 mgr.a (mgr.14388) 144 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T11:17:49.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: cluster 2024-09-21T11:17:48.393744+0000 mgr.a (mgr.14388) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:49.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: cluster 2024-09-21T11:17:48.393744+0000 mgr.a (mgr.14388) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:49.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:48.982452+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:48.982452+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:48.991312+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:48.991312+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:49.000951+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:49 smithi016 bash[22756]: audit 2024-09-21T11:17:49.000951+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:47.653791+0000 mgr.a (mgr.14388) 142 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:49.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:47.653791+0000 mgr.a (mgr.14388) 142 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T11:17:49.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:48.056455+0000 mgr.a (mgr.14388) 143 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:49.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:48.056455+0000 mgr.a (mgr.14388) 143 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: cephadm 2024-09-21T11:17:48.057279+0000 mgr.a (mgr.14388) 144 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: cephadm 2024-09-21T11:17:48.057279+0000 mgr.a (mgr.14388) 144 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: cluster 2024-09-21T11:17:48.393744+0000 mgr.a (mgr.14388) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: cluster 2024-09-21T11:17:48.393744+0000 mgr.a (mgr.14388) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:48.982452+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:48.982452+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:48.991312+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:48.991312+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:49.000951+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:49.886 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:49 smithi094 bash[23326]: audit 2024-09-21T11:17:49.000951+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:17:50.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:50 smithi047 bash[23321]: audit 2024-09-21T11:17:50.418385+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:50.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:50 smithi047 bash[23321]: audit 2024-09-21T11:17:50.418385+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:50.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:50 smithi016 bash[22756]: audit 2024-09-21T11:17:50.418385+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:50.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:50 smithi016 bash[22756]: audit 2024-09-21T11:17:50.418385+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:50.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:50 smithi094 bash[23326]: audit 2024-09-21T11:17:50.418385+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:50.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:50 smithi094 bash[23326]: audit 2024-09-21T11:17:50.418385+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:17:51.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:51 smithi047 bash[23321]: cluster 2024-09-21T11:17:50.394324+0000 mgr.a (mgr.14388) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:51.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:17:51 smithi047 bash[23321]: cluster 2024-09-21T11:17:50.394324+0000 mgr.a (mgr.14388) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:51.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:51 smithi016 bash[22756]: cluster 2024-09-21T11:17:50.394324+0000 mgr.a (mgr.14388) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:51.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:17:51 smithi016 bash[22756]: cluster 2024-09-21T11:17:50.394324+0000 mgr.a (mgr.14388) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:51.884 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:51 smithi094 bash[23326]: cluster 2024-09-21T11:17:50.394324+0000 mgr.a (mgr.14388) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:51.885 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:51 smithi094 bash[23326]: cluster 2024-09-21T11:17:50.394324+0000 mgr.a (mgr.14388) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:17:52.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:52 smithi094 systemd[1]: Stopping Ceph mon.c for 4a9cefac-7809-11ef-baf6-efdc52797490... 2024-09-21T11:17:52.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:52 smithi094 bash[23326]: debug 2024-09-21T11:17:52.552+0000 7f7556348640 -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-21T11:17:52.635 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:52 smithi094 bash[23326]: debug 2024-09-21T11:17:52.552+0000 7f7556348640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-21T11:17:53.557 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:53 smithi094 bash[35546]: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-mon-c 2024-09-21T11:17:54.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:53 smithi094 bash[35630]: Error response from daemon: No such container: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-mon-c 2024-09-21T11:17:54.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:53 smithi094 systemd[1]: ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.c.service: Deactivated successfully. 2024-09-21T11:17:54.135 INFO:journalctl@ceph.mon.c.smithi094.stdout:Sep 21 11:17:53 smithi094 systemd[1]: Stopped Ceph mon.c for 4a9cefac-7809-11ef-baf6-efdc52797490. 2024-09-21T11:17:58.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:17:58 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:17:58] "GET /metrics HTTP/1.1" 200 21604 "" "Prometheus/2.51.0" 2024-09-21T11:18:07.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:07 smithi047 bash[23321]: audit 2024-09-21T11:17:52.048795+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:07 smithi047 bash[23321]: audit 2024-09-21T11:17:52.048795+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:07 smithi047 bash[23321]: audit 2024-09-21T11:17:52.057391+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:07 smithi047 bash[23321]: audit 2024-09-21T11:17:52.057391+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:07 smithi047 bash[23321]: audit 2024-09-21T11:17:52.067320+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:07 smithi047 bash[23321]: audit 2024-09-21T11:17:52.067320+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:07 smithi047 bash[23321]: cluster 2024-09-21T11:17:52.394864+0000 mgr.a (mgr.14388) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:07.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:07 smithi047 bash[23321]: cluster 2024-09-21T11:17:52.394864+0000 mgr.a (mgr.14388) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:07.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:07 smithi016 bash[22756]: audit 2024-09-21T11:17:52.048795+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:07 smithi016 bash[22756]: audit 2024-09-21T11:17:52.048795+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:07 smithi016 bash[22756]: audit 2024-09-21T11:17:52.057391+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:07 smithi016 bash[22756]: audit 2024-09-21T11:17:52.057391+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:07 smithi016 bash[22756]: audit 2024-09-21T11:17:52.067320+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:07 smithi016 bash[22756]: audit 2024-09-21T11:17:52.067320+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:07.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:07 smithi016 bash[22756]: cluster 2024-09-21T11:17:52.394864+0000 mgr.a (mgr.14388) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:07.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:07 smithi016 bash[22756]: cluster 2024-09-21T11:17:52.394864+0000 mgr.a (mgr.14388) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:17:54.395518+0000 mgr.a (mgr.14388) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:17:54.395518+0000 mgr.a (mgr.14388) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:17:56.396116+0000 mgr.a (mgr.14388) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:17:56.396116+0000 mgr.a (mgr.14388) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:17:58.396616+0000 mgr.a (mgr.14388) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:17:58.396616+0000 mgr.a (mgr.14388) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:00.397139+0000 mgr.a (mgr.14388) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:00.397139+0000 mgr.a (mgr.14388) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:02.071128+0000 mon.a (mon.0) 1006 : cluster [INF] mon.a calling monitor election 2024-09-21T11:18:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:02.071128+0000 mon.a (mon.0) 1006 : cluster [INF] mon.a calling monitor election 2024-09-21T11:18:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:02.071174+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-21T11:18:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:02.071174+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-21T11:18:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:02.397712+0000 mgr.a (mgr.14388) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:02.397712+0000 mgr.a (mgr.14388) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:04.398304+0000 mgr.a (mgr.14388) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:04.398304+0000 mgr.a (mgr.14388) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:05.418922+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:08.511 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:05.418922+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:08.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:06.398868+0000 mgr.a (mgr.14388) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:06.398868+0000 mgr.a (mgr.14388) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.512 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.091592+0000 mon.a (mon.0) 1008 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.091592+0000 mon.a (mon.0) 1008 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101502+0000 mon.a (mon.0) 1009 : cluster [DBG] monmap epoch 3 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101502+0000 mon.a (mon.0) 1009 : cluster [DBG] monmap epoch 3 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101540+0000 mon.a (mon.0) 1010 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101540+0000 mon.a (mon.0) 1010 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101559+0000 mon.a (mon.0) 1011 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101559+0000 mon.a (mon.0) 1011 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101577+0000 mon.a (mon.0) 1012 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101577+0000 mon.a (mon.0) 1012 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101597+0000 mon.a (mon.0) 1013 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101597+0000 mon.a (mon.0) 1013 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:18:08.513 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101617+0000 mon.a (mon.0) 1014 : cluster [DBG] election_strategy: 1 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101617+0000 mon.a (mon.0) 1014 : cluster [DBG] election_strategy: 1 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101636+0000 mon.a (mon.0) 1015 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101636+0000 mon.a (mon.0) 1015 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101655+0000 mon.a (mon.0) 1016 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101655+0000 mon.a (mon.0) 1016 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101676+0000 mon.a (mon.0) 1017 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.101676+0000 mon.a (mon.0) 1017 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.123077+0000 mon.a (mon.0) 1018 : cluster [DBG] fsmap 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.123077+0000 mon.a (mon.0) 1018 : cluster [DBG] fsmap 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.123131+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:18:08.514 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.123131+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.123819+0000 mon.a (mon.0) 1020 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.123819+0000 mon.a (mon.0) 1020 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.124132+0000 mon.a (mon.0) 1021 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.124132+0000 mon.a (mon.0) 1021 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.135123+0000 mon.a (mon.0) 1022 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.135123+0000 mon.a (mon.0) 1022 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.135157+0000 mon.a (mon.0) 1023 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.135157+0000 mon.a (mon.0) 1023 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.135173+0000 mon.a (mon.0) 1024 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: cluster 2024-09-21T11:18:07.135173+0000 mon.a (mon.0) 1024 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.140804+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.515 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.140804+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.516 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.148095+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.516 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.148095+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.516 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.155242+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.516 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.155242+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.516 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.162260+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.516 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.162260+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.516 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.168480+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.516 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.168480+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.517 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.631107+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:18:08.517 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:08 smithi047 bash[23321]: audit 2024-09-21T11:18:07.631107+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:18:08.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:18:08] "GET /metrics HTTP/1.1" 200 21604 "" "Prometheus/2.51.0" 2024-09-21T11:18:08.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:17:54.395518+0000 mgr.a (mgr.14388) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:17:54.395518+0000 mgr.a (mgr.14388) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:17:56.396116+0000 mgr.a (mgr.14388) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:17:56.396116+0000 mgr.a (mgr.14388) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:17:58.396616+0000 mgr.a (mgr.14388) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:17:58.396616+0000 mgr.a (mgr.14388) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:00.397139+0000 mgr.a (mgr.14388) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:00.397139+0000 mgr.a (mgr.14388) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:02.071128+0000 mon.a (mon.0) 1006 : cluster [INF] mon.a calling monitor election 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:02.071128+0000 mon.a (mon.0) 1006 : cluster [INF] mon.a calling monitor election 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:02.071174+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:02.071174+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:02.397712+0000 mgr.a (mgr.14388) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:02.397712+0000 mgr.a (mgr.14388) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:04.398304+0000 mgr.a (mgr.14388) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:04.398304+0000 mgr.a (mgr.14388) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:05.418922+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:05.418922+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:08.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:06.398868+0000 mgr.a (mgr.14388) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:06.398868+0000 mgr.a (mgr.14388) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:08.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.091592+0000 mon.a (mon.0) 1008 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T11:18:08.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.091592+0000 mon.a (mon.0) 1008 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T11:18:08.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101502+0000 mon.a (mon.0) 1009 : cluster [DBG] monmap epoch 3 2024-09-21T11:18:08.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101502+0000 mon.a (mon.0) 1009 : cluster [DBG] monmap epoch 3 2024-09-21T11:18:08.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101540+0000 mon.a (mon.0) 1010 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:18:08.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101540+0000 mon.a (mon.0) 1010 : cluster [DBG] fsid 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:18:08.533 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101559+0000 mon.a (mon.0) 1011 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101559+0000 mon.a (mon.0) 1011 : cluster [DBG] last_changed 2024-09-21T11:08:53.961808+0000 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101577+0000 mon.a (mon.0) 1012 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101577+0000 mon.a (mon.0) 1012 : cluster [DBG] created 2024-09-21T11:06:12.494314+0000 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101597+0000 mon.a (mon.0) 1013 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101597+0000 mon.a (mon.0) 1013 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101617+0000 mon.a (mon.0) 1014 : cluster [DBG] election_strategy: 1 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101617+0000 mon.a (mon.0) 1014 : cluster [DBG] election_strategy: 1 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101636+0000 mon.a (mon.0) 1015 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101636+0000 mon.a (mon.0) 1015 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101655+0000 mon.a (mon.0) 1016 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101655+0000 mon.a (mon.0) 1016 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101676+0000 mon.a (mon.0) 1017 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:18:08.534 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.101676+0000 mon.a (mon.0) 1017 : cluster [DBG] 2: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.b 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.123077+0000 mon.a (mon.0) 1018 : cluster [DBG] fsmap 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.123077+0000 mon.a (mon.0) 1018 : cluster [DBG] fsmap 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.123131+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.123131+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.123819+0000 mon.a (mon.0) 1020 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.123819+0000 mon.a (mon.0) 1020 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.124132+0000 mon.a (mon.0) 1021 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.124132+0000 mon.a (mon.0) 1021 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.135123+0000 mon.a (mon.0) 1022 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.135123+0000 mon.a (mon.0) 1022 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.135157+0000 mon.a (mon.0) 1023 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.135157+0000 mon.a (mon.0) 1023 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T11:18:08.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.135173+0000 mon.a (mon.0) 1024 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: cluster 2024-09-21T11:18:07.135173+0000 mon.a (mon.0) 1024 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.140804+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.140804+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.148095+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.148095+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.155242+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.155242+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.162260+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.162260+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.168480+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.168480+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.631107+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:18:08.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:08 smithi016 bash[22756]: audit 2024-09-21T11:18:07.631107+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:18:09.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.193347+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.193347+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.201777+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.201777+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.204079+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:18:09.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.204079+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:18:09.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.205630+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:18:09.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.205630+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:18:09.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.214779+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: audit 2024-09-21T11:18:08.214779+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: cluster 2024-09-21T11:18:08.399361+0000 mgr.a (mgr.14388) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:09.510 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:09 smithi047 bash[23321]: cluster 2024-09-21T11:18:08.399361+0000 mgr.a (mgr.14388) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:09.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.193347+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.193347+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.201777+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.201777+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.204079+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:18:09.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.204079+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:18:09.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.205630+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:18:09.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.205630+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:18:09.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.214779+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: audit 2024-09-21T11:18:08.214779+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:09.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: cluster 2024-09-21T11:18:08.399361+0000 mgr.a (mgr.14388) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:09.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:09 smithi016 bash[22756]: cluster 2024-09-21T11:18:08.399361+0000 mgr.a (mgr.14388) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:10.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:10 smithi047 bash[23321]: audit 2024-09-21T11:18:09.214538+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:10 smithi047 bash[23321]: audit 2024-09-21T11:18:09.214538+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:10 smithi047 bash[23321]: audit 2024-09-21T11:18:09.227414+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:10 smithi047 bash[23321]: audit 2024-09-21T11:18:09.227414+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:10 smithi047 bash[23321]: audit 2024-09-21T11:18:09.236986+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:10 smithi047 bash[23321]: audit 2024-09-21T11:18:09.236986+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:10 smithi016 bash[22756]: audit 2024-09-21T11:18:09.214538+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:10 smithi016 bash[22756]: audit 2024-09-21T11:18:09.214538+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:10 smithi016 bash[22756]: audit 2024-09-21T11:18:09.227414+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:10 smithi016 bash[22756]: audit 2024-09-21T11:18:09.227414+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:10 smithi016 bash[22756]: audit 2024-09-21T11:18:09.236986+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:10.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:10 smithi016 bash[22756]: audit 2024-09-21T11:18:09.236986+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:11.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:11 smithi047 bash[23321]: cluster 2024-09-21T11:18:10.399985+0000 mgr.a (mgr.14388) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:11.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:11 smithi047 bash[23321]: cluster 2024-09-21T11:18:10.399985+0000 mgr.a (mgr.14388) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:11.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:11 smithi016 bash[22756]: cluster 2024-09-21T11:18:10.399985+0000 mgr.a (mgr.14388) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:11.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:11 smithi016 bash[22756]: cluster 2024-09-21T11:18:10.399985+0000 mgr.a (mgr.14388) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:13.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:13 smithi016 bash[22756]: audit 2024-09-21T11:18:12.272710+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:13 smithi016 bash[22756]: audit 2024-09-21T11:18:12.272710+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:13 smithi016 bash[22756]: audit 2024-09-21T11:18:12.281560+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:13 smithi016 bash[22756]: audit 2024-09-21T11:18:12.281560+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:13 smithi016 bash[22756]: audit 2024-09-21T11:18:12.291278+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:13 smithi016 bash[22756]: audit 2024-09-21T11:18:12.291278+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:13 smithi016 bash[22756]: cluster 2024-09-21T11:18:12.400572+0000 mgr.a (mgr.14388) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:13.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:13 smithi016 bash[22756]: cluster 2024-09-21T11:18:12.400572+0000 mgr.a (mgr.14388) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:13.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:13 smithi047 bash[23321]: audit 2024-09-21T11:18:12.272710+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:13 smithi047 bash[23321]: audit 2024-09-21T11:18:12.272710+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:13 smithi047 bash[23321]: audit 2024-09-21T11:18:12.281560+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:13 smithi047 bash[23321]: audit 2024-09-21T11:18:12.281560+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:13 smithi047 bash[23321]: audit 2024-09-21T11:18:12.291278+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:13 smithi047 bash[23321]: audit 2024-09-21T11:18:12.291278+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:13.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:13 smithi047 bash[23321]: cluster 2024-09-21T11:18:12.400572+0000 mgr.a (mgr.14388) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:13.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:13 smithi047 bash[23321]: cluster 2024-09-21T11:18:12.400572+0000 mgr.a (mgr.14388) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:15.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:15 smithi016 bash[22756]: cluster 2024-09-21T11:18:14.401105+0000 mgr.a (mgr.14388) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:15.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:15 smithi016 bash[22756]: cluster 2024-09-21T11:18:14.401105+0000 mgr.a (mgr.14388) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:15.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:15 smithi047 bash[23321]: cluster 2024-09-21T11:18:14.401105+0000 mgr.a (mgr.14388) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:15.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:15 smithi047 bash[23321]: cluster 2024-09-21T11:18:14.401105+0000 mgr.a (mgr.14388) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:17 smithi047 bash[23321]: cluster 2024-09-21T11:18:16.401662+0000 mgr.a (mgr.14388) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:17 smithi047 bash[23321]: cluster 2024-09-21T11:18:16.401662+0000 mgr.a (mgr.14388) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:17 smithi047 bash[23321]: audit 2024-09-21T11:18:16.492418+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:17 smithi047 bash[23321]: audit 2024-09-21T11:18:16.492418+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:17 smithi047 bash[23321]: audit 2024-09-21T11:18:16.501028+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:17 smithi047 bash[23321]: audit 2024-09-21T11:18:16.501028+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:17 smithi047 bash[23321]: audit 2024-09-21T11:18:16.510746+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:17 smithi047 bash[23321]: audit 2024-09-21T11:18:16.510746+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:17 smithi016 bash[22756]: cluster 2024-09-21T11:18:16.401662+0000 mgr.a (mgr.14388) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:17 smithi016 bash[22756]: cluster 2024-09-21T11:18:16.401662+0000 mgr.a (mgr.14388) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:17 smithi016 bash[22756]: audit 2024-09-21T11:18:16.492418+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:17 smithi016 bash[22756]: audit 2024-09-21T11:18:16.492418+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:17 smithi016 bash[22756]: audit 2024-09-21T11:18:16.501028+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:17 smithi016 bash[22756]: audit 2024-09-21T11:18:16.501028+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:17 smithi016 bash[22756]: audit 2024-09-21T11:18:16.510746+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:17 smithi016 bash[22756]: audit 2024-09-21T11:18:16.510746+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:18.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:18:18 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:18:18] "GET /metrics HTTP/1.1" 200 21604 "" "Prometheus/2.51.0" 2024-09-21T11:18:19.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:19 smithi047 bash[23321]: cluster 2024-09-21T11:18:18.402211+0000 mgr.a (mgr.14388) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:19.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:19 smithi047 bash[23321]: cluster 2024-09-21T11:18:18.402211+0000 mgr.a (mgr.14388) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:19.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:19 smithi016 bash[22756]: cluster 2024-09-21T11:18:18.402211+0000 mgr.a (mgr.14388) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:19.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:19 smithi016 bash[22756]: cluster 2024-09-21T11:18:18.402211+0000 mgr.a (mgr.14388) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:21.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:21 smithi047 bash[23321]: cluster 2024-09-21T11:18:20.402628+0000 mgr.a (mgr.14388) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:21.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:21 smithi047 bash[23321]: cluster 2024-09-21T11:18:20.402628+0000 mgr.a (mgr.14388) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:21.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:21 smithi047 bash[23321]: audit 2024-09-21T11:18:20.423461+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:21.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:21 smithi047 bash[23321]: audit 2024-09-21T11:18:20.423461+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:21.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:21 smithi047 bash[23321]: audit 2024-09-21T11:18:20.424540+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:21.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:21 smithi047 bash[23321]: audit 2024-09-21T11:18:20.424540+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:21 smithi016 bash[22756]: cluster 2024-09-21T11:18:20.402628+0000 mgr.a (mgr.14388) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:21 smithi016 bash[22756]: cluster 2024-09-21T11:18:20.402628+0000 mgr.a (mgr.14388) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:21 smithi016 bash[22756]: audit 2024-09-21T11:18:20.423461+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:21 smithi016 bash[22756]: audit 2024-09-21T11:18:20.423461+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:21 smithi016 bash[22756]: audit 2024-09-21T11:18:20.424540+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:21.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:21 smithi016 bash[22756]: audit 2024-09-21T11:18:20.424540+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:23.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:23 smithi047 bash[23321]: cluster 2024-09-21T11:18:22.403154+0000 mgr.a (mgr.14388) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:23.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:23 smithi047 bash[23321]: cluster 2024-09-21T11:18:22.403154+0000 mgr.a (mgr.14388) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:23.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:23 smithi016 bash[22756]: cluster 2024-09-21T11:18:22.403154+0000 mgr.a (mgr.14388) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:23.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:23 smithi016 bash[22756]: cluster 2024-09-21T11:18:22.403154+0000 mgr.a (mgr.14388) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:25.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:25 smithi047 bash[23321]: audit 2024-09-21T11:18:24.376049+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:25 smithi047 bash[23321]: audit 2024-09-21T11:18:24.376049+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:25 smithi047 bash[23321]: audit 2024-09-21T11:18:24.384773+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:25 smithi047 bash[23321]: audit 2024-09-21T11:18:24.384773+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:25 smithi047 bash[23321]: audit 2024-09-21T11:18:24.394210+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:25 smithi047 bash[23321]: audit 2024-09-21T11:18:24.394210+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:25 smithi047 bash[23321]: cluster 2024-09-21T11:18:24.403694+0000 mgr.a (mgr.14388) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:25.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:25 smithi047 bash[23321]: cluster 2024-09-21T11:18:24.403694+0000 mgr.a (mgr.14388) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:25 smithi016 bash[22756]: audit 2024-09-21T11:18:24.376049+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:25 smithi016 bash[22756]: audit 2024-09-21T11:18:24.376049+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:25 smithi016 bash[22756]: audit 2024-09-21T11:18:24.384773+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:25 smithi016 bash[22756]: audit 2024-09-21T11:18:24.384773+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:25 smithi016 bash[22756]: audit 2024-09-21T11:18:24.394210+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:25 smithi016 bash[22756]: audit 2024-09-21T11:18:24.394210+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:25 smithi016 bash[22756]: cluster 2024-09-21T11:18:24.403694+0000 mgr.a (mgr.14388) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:25.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:25 smithi016 bash[22756]: cluster 2024-09-21T11:18:24.403694+0000 mgr.a (mgr.14388) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:27.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:27 smithi047 bash[23321]: cluster 2024-09-21T11:18:26.404239+0000 mgr.a (mgr.14388) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:27.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:27 smithi047 bash[23321]: cluster 2024-09-21T11:18:26.404239+0000 mgr.a (mgr.14388) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:27.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:27 smithi016 bash[22756]: cluster 2024-09-21T11:18:26.404239+0000 mgr.a (mgr.14388) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:27.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:27 smithi016 bash[22756]: cluster 2024-09-21T11:18:26.404239+0000 mgr.a (mgr.14388) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:28.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:18:28 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:18:28] "GET /metrics HTTP/1.1" 200 21669 "" "Prometheus/2.51.0" 2024-09-21T11:18:29.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:29 smithi047 bash[23321]: cluster 2024-09-21T11:18:28.404737+0000 mgr.a (mgr.14388) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:29.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:29 smithi047 bash[23321]: cluster 2024-09-21T11:18:28.404737+0000 mgr.a (mgr.14388) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:29.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:29 smithi047 bash[23321]: audit 2024-09-21T11:18:29.453249+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:29.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:29 smithi047 bash[23321]: audit 2024-09-21T11:18:29.453249+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:29 smithi016 bash[22756]: cluster 2024-09-21T11:18:28.404737+0000 mgr.a (mgr.14388) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:29 smithi016 bash[22756]: cluster 2024-09-21T11:18:28.404737+0000 mgr.a (mgr.14388) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:29 smithi016 bash[22756]: audit 2024-09-21T11:18:29.453249+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:29 smithi016 bash[22756]: audit 2024-09-21T11:18:29.453249+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:30.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:30 smithi047 bash[23321]: audit 2024-09-21T11:18:29.462001+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:30.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:30 smithi047 bash[23321]: audit 2024-09-21T11:18:29.462001+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:30.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:30 smithi047 bash[23321]: audit 2024-09-21T11:18:29.475817+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:30.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:30 smithi047 bash[23321]: audit 2024-09-21T11:18:29.475817+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:30.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:30 smithi016 bash[22756]: audit 2024-09-21T11:18:29.462001+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:30.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:30 smithi016 bash[22756]: audit 2024-09-21T11:18:29.462001+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:30.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:30 smithi016 bash[22756]: audit 2024-09-21T11:18:29.475817+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:30.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:30 smithi016 bash[22756]: audit 2024-09-21T11:18:29.475817+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:31.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:31 smithi047 bash[23321]: cluster 2024-09-21T11:18:30.405277+0000 mgr.a (mgr.14388) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:31.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:31 smithi047 bash[23321]: cluster 2024-09-21T11:18:30.405277+0000 mgr.a (mgr.14388) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:31 smithi016 bash[22756]: cluster 2024-09-21T11:18:30.405277+0000 mgr.a (mgr.14388) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:31.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:31 smithi016 bash[22756]: cluster 2024-09-21T11:18:30.405277+0000 mgr.a (mgr.14388) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:33.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:33 smithi047 bash[23321]: cluster 2024-09-21T11:18:32.405833+0000 mgr.a (mgr.14388) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:33.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:33 smithi047 bash[23321]: cluster 2024-09-21T11:18:32.405833+0000 mgr.a (mgr.14388) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:33.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:33 smithi016 bash[22756]: cluster 2024-09-21T11:18:32.405833+0000 mgr.a (mgr.14388) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:33.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:33 smithi016 bash[22756]: cluster 2024-09-21T11:18:32.405833+0000 mgr.a (mgr.14388) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: cluster 2024-09-21T11:18:34.406400+0000 mgr.a (mgr.14388) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: cluster 2024-09-21T11:18:34.406400+0000 mgr.a (mgr.14388) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: audit 2024-09-21T11:18:35.093490+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: audit 2024-09-21T11:18:35.093490+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: audit 2024-09-21T11:18:35.102006+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: audit 2024-09-21T11:18:35.102006+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: audit 2024-09-21T11:18:35.111804+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: audit 2024-09-21T11:18:35.111804+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: audit 2024-09-21T11:18:35.419450+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:35 smithi047 bash[23321]: audit 2024-09-21T11:18:35.419450+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: cluster 2024-09-21T11:18:34.406400+0000 mgr.a (mgr.14388) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: cluster 2024-09-21T11:18:34.406400+0000 mgr.a (mgr.14388) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: audit 2024-09-21T11:18:35.093490+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: audit 2024-09-21T11:18:35.093490+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: audit 2024-09-21T11:18:35.102006+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: audit 2024-09-21T11:18:35.102006+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: audit 2024-09-21T11:18:35.111804+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: audit 2024-09-21T11:18:35.111804+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:35.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: audit 2024-09-21T11:18:35.419450+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:35.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:35 smithi016 bash[22756]: audit 2024-09-21T11:18:35.419450+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:37.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:37 smithi047 bash[23321]: cluster 2024-09-21T11:18:36.407045+0000 mgr.a (mgr.14388) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:37.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:37 smithi047 bash[23321]: cluster 2024-09-21T11:18:36.407045+0000 mgr.a (mgr.14388) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:37.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:37 smithi016 bash[22756]: cluster 2024-09-21T11:18:36.407045+0000 mgr.a (mgr.14388) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:37.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:37 smithi016 bash[22756]: cluster 2024-09-21T11:18:36.407045+0000 mgr.a (mgr.14388) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:38.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:18:38 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:18:38] "GET /metrics HTTP/1.1" 200 21666 "" "Prometheus/2.51.0" 2024-09-21T11:18:39.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:39 smithi047 bash[23321]: cluster 2024-09-21T11:18:38.407575+0000 mgr.a (mgr.14388) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:39.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:39 smithi047 bash[23321]: cluster 2024-09-21T11:18:38.407575+0000 mgr.a (mgr.14388) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:39.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:39 smithi016 bash[22756]: cluster 2024-09-21T11:18:38.407575+0000 mgr.a (mgr.14388) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:39.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:39 smithi016 bash[22756]: cluster 2024-09-21T11:18:38.407575+0000 mgr.a (mgr.14388) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:41.008 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:40 smithi047 bash[23321]: cluster 2024-09-21T11:18:40.408130+0000 mgr.a (mgr.14388) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:41.008 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:40 smithi047 bash[23321]: cluster 2024-09-21T11:18:40.408130+0000 mgr.a (mgr.14388) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:41.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:40 smithi016 bash[22756]: cluster 2024-09-21T11:18:40.408130+0000 mgr.a (mgr.14388) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:41.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:40 smithi016 bash[22756]: cluster 2024-09-21T11:18:40.408130+0000 mgr.a (mgr.14388) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:43.008 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:42 smithi047 bash[23321]: audit 2024-09-21T11:18:41.602608+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:42 smithi047 bash[23321]: audit 2024-09-21T11:18:41.602608+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:42 smithi047 bash[23321]: audit 2024-09-21T11:18:41.609196+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:42 smithi047 bash[23321]: audit 2024-09-21T11:18:41.609196+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:42 smithi047 bash[23321]: audit 2024-09-21T11:18:41.617413+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:42 smithi047 bash[23321]: audit 2024-09-21T11:18:41.617413+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:42 smithi047 bash[23321]: cluster 2024-09-21T11:18:42.408698+0000 mgr.a (mgr.14388) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:43.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:42 smithi047 bash[23321]: cluster 2024-09-21T11:18:42.408698+0000 mgr.a (mgr.14388) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:43.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:42 smithi016 bash[22756]: audit 2024-09-21T11:18:41.602608+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:42 smithi016 bash[22756]: audit 2024-09-21T11:18:41.602608+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:42 smithi016 bash[22756]: audit 2024-09-21T11:18:41.609196+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:42 smithi016 bash[22756]: audit 2024-09-21T11:18:41.609196+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:42 smithi016 bash[22756]: audit 2024-09-21T11:18:41.617413+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:42 smithi016 bash[22756]: audit 2024-09-21T11:18:41.617413+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:43.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:42 smithi016 bash[22756]: cluster 2024-09-21T11:18:42.408698+0000 mgr.a (mgr.14388) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:43.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:42 smithi016 bash[22756]: cluster 2024-09-21T11:18:42.408698+0000 mgr.a (mgr.14388) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:45.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:45 smithi047 bash[23321]: cluster 2024-09-21T11:18:44.409227+0000 mgr.a (mgr.14388) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:45.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:45 smithi047 bash[23321]: cluster 2024-09-21T11:18:44.409227+0000 mgr.a (mgr.14388) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:45 smithi016 bash[22756]: cluster 2024-09-21T11:18:44.409227+0000 mgr.a (mgr.14388) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:45 smithi016 bash[22756]: cluster 2024-09-21T11:18:44.409227+0000 mgr.a (mgr.14388) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:47.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:47 smithi047 bash[23321]: cluster 2024-09-21T11:18:46.409792+0000 mgr.a (mgr.14388) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:47.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:47 smithi047 bash[23321]: cluster 2024-09-21T11:18:46.409792+0000 mgr.a (mgr.14388) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:47 smithi016 bash[22756]: cluster 2024-09-21T11:18:46.409792+0000 mgr.a (mgr.14388) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:47 smithi016 bash[22756]: cluster 2024-09-21T11:18:46.409792+0000 mgr.a (mgr.14388) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:48.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:18:48 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:18:48] "GET /metrics HTTP/1.1" 200 21666 "" "Prometheus/2.51.0" 2024-09-21T11:18:49.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:49 smithi047 bash[23321]: cluster 2024-09-21T11:18:48.410364+0000 mgr.a (mgr.14388) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:49.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:49 smithi047 bash[23321]: cluster 2024-09-21T11:18:48.410364+0000 mgr.a (mgr.14388) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:49 smithi016 bash[22756]: cluster 2024-09-21T11:18:48.410364+0000 mgr.a (mgr.14388) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:49 smithi016 bash[22756]: cluster 2024-09-21T11:18:48.410364+0000 mgr.a (mgr.14388) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:51.008 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: audit 2024-09-21T11:18:49.684458+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: audit 2024-09-21T11:18:49.684458+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: audit 2024-09-21T11:18:49.693765+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: audit 2024-09-21T11:18:49.693765+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: audit 2024-09-21T11:18:49.703844+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: audit 2024-09-21T11:18:49.703844+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: cluster 2024-09-21T11:18:50.410893+0000 mgr.a (mgr.14388) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:51.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: cluster 2024-09-21T11:18:50.410893+0000 mgr.a (mgr.14388) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:51.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: audit 2024-09-21T11:18:50.420947+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:51.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:50 smithi047 bash[23321]: audit 2024-09-21T11:18:50.420947+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:51.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: audit 2024-09-21T11:18:49.684458+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: audit 2024-09-21T11:18:49.684458+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: audit 2024-09-21T11:18:49.693765+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: audit 2024-09-21T11:18:49.693765+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: audit 2024-09-21T11:18:49.703844+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: audit 2024-09-21T11:18:49.703844+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:51.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: cluster 2024-09-21T11:18:50.410893+0000 mgr.a (mgr.14388) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:51.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: cluster 2024-09-21T11:18:50.410893+0000 mgr.a (mgr.14388) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:51.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: audit 2024-09-21T11:18:50.420947+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:51.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:50 smithi016 bash[22756]: audit 2024-09-21T11:18:50.420947+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:18:53.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:53 smithi047 bash[23321]: cluster 2024-09-21T11:18:52.411470+0000 mgr.a (mgr.14388) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:53.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:53 smithi047 bash[23321]: cluster 2024-09-21T11:18:52.411470+0000 mgr.a (mgr.14388) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:53.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:53 smithi016 bash[22756]: cluster 2024-09-21T11:18:52.411470+0000 mgr.a (mgr.14388) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:53.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:53 smithi016 bash[22756]: cluster 2024-09-21T11:18:52.411470+0000 mgr.a (mgr.14388) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:55.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:55 smithi016 bash[22756]: cluster 2024-09-21T11:18:54.412054+0000 mgr.a (mgr.14388) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:55.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:55 smithi016 bash[22756]: cluster 2024-09-21T11:18:54.412054+0000 mgr.a (mgr.14388) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:55.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:55 smithi016 bash[22756]: audit 2024-09-21T11:18:55.320252+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:55 smithi016 bash[22756]: audit 2024-09-21T11:18:55.320252+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:55 smithi016 bash[22756]: audit 2024-09-21T11:18:55.328767+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.681 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:55 smithi016 bash[22756]: audit 2024-09-21T11:18:55.328767+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.681 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:55 smithi016 bash[22756]: audit 2024-09-21T11:18:55.338913+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.681 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:55 smithi016 bash[22756]: audit 2024-09-21T11:18:55.338913+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:55 smithi047 bash[23321]: cluster 2024-09-21T11:18:54.412054+0000 mgr.a (mgr.14388) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:55.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:55 smithi047 bash[23321]: cluster 2024-09-21T11:18:54.412054+0000 mgr.a (mgr.14388) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:55.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:55 smithi047 bash[23321]: audit 2024-09-21T11:18:55.320252+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:55 smithi047 bash[23321]: audit 2024-09-21T11:18:55.320252+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:55 smithi047 bash[23321]: audit 2024-09-21T11:18:55.328767+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:55 smithi047 bash[23321]: audit 2024-09-21T11:18:55.328767+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:55 smithi047 bash[23321]: audit 2024-09-21T11:18:55.338913+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:55.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:55 smithi047 bash[23321]: audit 2024-09-21T11:18:55.338913+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:57.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:57 smithi047 bash[23321]: cluster 2024-09-21T11:18:56.412682+0000 mgr.a (mgr.14388) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:57.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:57 smithi047 bash[23321]: cluster 2024-09-21T11:18:56.412682+0000 mgr.a (mgr.14388) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:57 smithi016 bash[22756]: cluster 2024-09-21T11:18:56.412682+0000 mgr.a (mgr.14388) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:57.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:57 smithi016 bash[22756]: cluster 2024-09-21T11:18:56.412682+0000 mgr.a (mgr.14388) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:58.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:18:58 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:18:58] "GET /metrics HTTP/1.1" 200 21669 "" "Prometheus/2.51.0" 2024-09-21T11:18:59.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:59 smithi047 bash[23321]: cluster 2024-09-21T11:18:58.413147+0000 mgr.a (mgr.14388) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:59.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:59 smithi047 bash[23321]: cluster 2024-09-21T11:18:58.413147+0000 mgr.a (mgr.14388) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:59.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:59 smithi047 bash[23321]: audit 2024-09-21T11:18:58.808375+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:59 smithi047 bash[23321]: audit 2024-09-21T11:18:58.808375+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:59 smithi047 bash[23321]: audit 2024-09-21T11:18:58.817106+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:59 smithi047 bash[23321]: audit 2024-09-21T11:18:58.817106+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:59 smithi047 bash[23321]: audit 2024-09-21T11:18:58.826715+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:18:59 smithi047 bash[23321]: audit 2024-09-21T11:18:58.826715+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:59 smithi016 bash[22756]: cluster 2024-09-21T11:18:58.413147+0000 mgr.a (mgr.14388) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:59 smithi016 bash[22756]: cluster 2024-09-21T11:18:58.413147+0000 mgr.a (mgr.14388) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:18:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:59 smithi016 bash[22756]: audit 2024-09-21T11:18:58.808375+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:59 smithi016 bash[22756]: audit 2024-09-21T11:18:58.808375+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:59 smithi016 bash[22756]: audit 2024-09-21T11:18:58.817106+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:59 smithi016 bash[22756]: audit 2024-09-21T11:18:58.817106+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:59 smithi016 bash[22756]: audit 2024-09-21T11:18:58.826715+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:18:59.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:18:59 smithi016 bash[22756]: audit 2024-09-21T11:18:58.826715+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:01.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:01 smithi047 bash[23321]: cluster 2024-09-21T11:19:00.413645+0000 mgr.a (mgr.14388) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:01.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:01 smithi047 bash[23321]: cluster 2024-09-21T11:19:00.413645+0000 mgr.a (mgr.14388) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:01.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:01 smithi016 bash[22756]: cluster 2024-09-21T11:19:00.413645+0000 mgr.a (mgr.14388) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:01.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:01 smithi016 bash[22756]: cluster 2024-09-21T11:19:00.413645+0000 mgr.a (mgr.14388) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:03.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:03 smithi047 bash[23321]: cluster 2024-09-21T11:19:02.414218+0000 mgr.a (mgr.14388) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:03.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:03 smithi047 bash[23321]: cluster 2024-09-21T11:19:02.414218+0000 mgr.a (mgr.14388) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:03.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:03 smithi016 bash[22756]: cluster 2024-09-21T11:19:02.414218+0000 mgr.a (mgr.14388) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:03.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:03 smithi016 bash[22756]: cluster 2024-09-21T11:19:02.414218+0000 mgr.a (mgr.14388) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:05.680 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:05 smithi047 bash[23321]: cluster 2024-09-21T11:19:04.414733+0000 mgr.a (mgr.14388) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:05.680 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:05 smithi047 bash[23321]: cluster 2024-09-21T11:19:04.414733+0000 mgr.a (mgr.14388) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:05.680 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:05 smithi047 bash[23321]: audit 2024-09-21T11:19:05.421531+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:05.680 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:05 smithi047 bash[23321]: audit 2024-09-21T11:19:05.421531+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:05 smithi016 bash[22756]: cluster 2024-09-21T11:19:04.414733+0000 mgr.a (mgr.14388) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:05 smithi016 bash[22756]: cluster 2024-09-21T11:19:04.414733+0000 mgr.a (mgr.14388) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:05 smithi016 bash[22756]: audit 2024-09-21T11:19:05.421531+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:05.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:05 smithi016 bash[22756]: audit 2024-09-21T11:19:05.421531+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:07.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:07 smithi047 bash[23321]: cluster 2024-09-21T11:19:06.415265+0000 mgr.a (mgr.14388) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:07.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:07 smithi047 bash[23321]: cluster 2024-09-21T11:19:06.415265+0000 mgr.a (mgr.14388) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:07.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:07 smithi016 bash[22756]: cluster 2024-09-21T11:19:06.415265+0000 mgr.a (mgr.14388) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:07.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:07 smithi016 bash[22756]: cluster 2024-09-21T11:19:06.415265+0000 mgr.a (mgr.14388) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:08.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:08 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:19:08] "GET /metrics HTTP/1.1" 200 21667 "" "Prometheus/2.51.0" 2024-09-21T11:19:09.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: cluster 2024-09-21T11:19:08.415779+0000 mgr.a (mgr.14388) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:09.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: cluster 2024-09-21T11:19:08.415779+0000 mgr.a (mgr.14388) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:09.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:08.740493+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:19:09.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:08.740493+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.289446+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.289446+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.298006+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.298006+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.300056+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.300056+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.301950+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.301950+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.311914+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:09 smithi047 bash[23321]: audit 2024-09-21T11:19:09.311914+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: cluster 2024-09-21T11:19:08.415779+0000 mgr.a (mgr.14388) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: cluster 2024-09-21T11:19:08.415779+0000 mgr.a (mgr.14388) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:08.740493+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:19:09.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:08.740493+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.289446+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.289446+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.298006+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.298006+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.300056+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.300056+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.301950+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.301950+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.311914+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:09.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:09 smithi016 bash[22756]: audit 2024-09-21T11:19:09.311914+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:10 smithi047 bash[23321]: audit 2024-09-21T11:19:09.908743+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:10 smithi047 bash[23321]: audit 2024-09-21T11:19:09.908743+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.258 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:10 smithi047 bash[23321]: audit 2024-09-21T11:19:09.917432+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:10 smithi047 bash[23321]: audit 2024-09-21T11:19:09.917432+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:10 smithi047 bash[23321]: audit 2024-09-21T11:19:09.926807+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:10 smithi047 bash[23321]: audit 2024-09-21T11:19:09.926807+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:10 smithi047 bash[23321]: cluster 2024-09-21T11:19:10.416291+0000 mgr.a (mgr.14388) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:11.259 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:10 smithi047 bash[23321]: cluster 2024-09-21T11:19:10.416291+0000 mgr.a (mgr.14388) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:11.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:10 smithi016 bash[22756]: audit 2024-09-21T11:19:09.908743+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:10 smithi016 bash[22756]: audit 2024-09-21T11:19:09.908743+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:10 smithi016 bash[22756]: audit 2024-09-21T11:19:09.917432+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:10 smithi016 bash[22756]: audit 2024-09-21T11:19:09.917432+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:10 smithi016 bash[22756]: audit 2024-09-21T11:19:09.926807+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:10 smithi016 bash[22756]: audit 2024-09-21T11:19:09.926807+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:11.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:10 smithi016 bash[22756]: cluster 2024-09-21T11:19:10.416291+0000 mgr.a (mgr.14388) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:11.282 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:10 smithi016 bash[22756]: cluster 2024-09-21T11:19:10.416291+0000 mgr.a (mgr.14388) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:13.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:13 smithi047 bash[23321]: cluster 2024-09-21T11:19:12.416835+0000 mgr.a (mgr.14388) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:13.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:13 smithi047 bash[23321]: cluster 2024-09-21T11:19:12.416835+0000 mgr.a (mgr.14388) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:13.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:13 smithi016 bash[22756]: cluster 2024-09-21T11:19:12.416835+0000 mgr.a (mgr.14388) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:13.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:13 smithi016 bash[22756]: cluster 2024-09-21T11:19:12.416835+0000 mgr.a (mgr.14388) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:15.686 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:15 smithi016 bash[22756]: cluster 2024-09-21T11:19:14.417382+0000 mgr.a (mgr.14388) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:15.686 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:15 smithi016 bash[22756]: cluster 2024-09-21T11:19:14.417382+0000 mgr.a (mgr.14388) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:15.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:15 smithi047 bash[23321]: cluster 2024-09-21T11:19:14.417382+0000 mgr.a (mgr.14388) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:15.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:15 smithi047 bash[23321]: cluster 2024-09-21T11:19:14.417382+0000 mgr.a (mgr.14388) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:16 smithi016 bash[22756]: audit 2024-09-21T11:19:15.486962+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:16 smithi016 bash[22756]: audit 2024-09-21T11:19:15.486962+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:16 smithi016 bash[22756]: audit 2024-09-21T11:19:15.491653+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:16 smithi016 bash[22756]: audit 2024-09-21T11:19:15.491653+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:16 smithi016 bash[22756]: audit 2024-09-21T11:19:15.497100+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:16 smithi016 bash[22756]: audit 2024-09-21T11:19:15.497100+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:16 smithi047 bash[23321]: audit 2024-09-21T11:19:15.486962+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:16 smithi047 bash[23321]: audit 2024-09-21T11:19:15.486962+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:16 smithi047 bash[23321]: audit 2024-09-21T11:19:15.491653+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:16 smithi047 bash[23321]: audit 2024-09-21T11:19:15.491653+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:16 smithi047 bash[23321]: audit 2024-09-21T11:19:15.497100+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:16.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:16 smithi047 bash[23321]: audit 2024-09-21T11:19:15.497100+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:17.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:17 smithi047 bash[23321]: cluster 2024-09-21T11:19:16.417917+0000 mgr.a (mgr.14388) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:17.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:17 smithi047 bash[23321]: cluster 2024-09-21T11:19:16.417917+0000 mgr.a (mgr.14388) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:17 smithi016 bash[22756]: cluster 2024-09-21T11:19:16.417917+0000 mgr.a (mgr.14388) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:17.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:17 smithi016 bash[22756]: cluster 2024-09-21T11:19:16.417917+0000 mgr.a (mgr.14388) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:18.281 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:18 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:19:18] "GET /metrics HTTP/1.1" 200 21667 "" "Prometheus/2.51.0" 2024-09-21T11:19:19.008 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:18 smithi047 bash[23321]: cluster 2024-09-21T11:19:18.418405+0000 mgr.a (mgr.14388) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:19.008 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:18 smithi047 bash[23321]: cluster 2024-09-21T11:19:18.418405+0000 mgr.a (mgr.14388) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:19.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:18 smithi016 bash[22756]: cluster 2024-09-21T11:19:18.418405+0000 mgr.a (mgr.14388) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:19.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:18 smithi016 bash[22756]: cluster 2024-09-21T11:19:18.418405+0000 mgr.a (mgr.14388) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:20.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:20 smithi047 bash[23321]: audit 2024-09-21T11:19:19.041960+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:20 smithi047 bash[23321]: audit 2024-09-21T11:19:19.041960+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:20 smithi047 bash[23321]: audit 2024-09-21T11:19:19.051225+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:20 smithi047 bash[23321]: audit 2024-09-21T11:19:19.051225+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:20 smithi047 bash[23321]: audit 2024-09-21T11:19:19.061187+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:20 smithi047 bash[23321]: audit 2024-09-21T11:19:19.061187+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:20 smithi016 bash[22756]: audit 2024-09-21T11:19:19.041960+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:20 smithi016 bash[22756]: audit 2024-09-21T11:19:19.041960+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:20 smithi016 bash[22756]: audit 2024-09-21T11:19:19.051225+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:20 smithi016 bash[22756]: audit 2024-09-21T11:19:19.051225+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:20 smithi016 bash[22756]: audit 2024-09-21T11:19:19.061187+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:20.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:20 smithi016 bash[22756]: audit 2024-09-21T11:19:19.061187+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:21.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:21 smithi047 bash[23321]: cluster 2024-09-21T11:19:20.418898+0000 mgr.a (mgr.14388) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:21.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:21 smithi047 bash[23321]: cluster 2024-09-21T11:19:20.418898+0000 mgr.a (mgr.14388) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:21.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:21 smithi047 bash[23321]: audit 2024-09-21T11:19:20.421843+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:21.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:21 smithi047 bash[23321]: audit 2024-09-21T11:19:20.421843+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:21.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:21 smithi016 bash[22756]: cluster 2024-09-21T11:19:20.418898+0000 mgr.a (mgr.14388) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:21.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:21 smithi016 bash[22756]: cluster 2024-09-21T11:19:20.418898+0000 mgr.a (mgr.14388) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:21.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:21 smithi016 bash[22756]: audit 2024-09-21T11:19:20.421843+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:21.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:21 smithi016 bash[22756]: audit 2024-09-21T11:19:20.421843+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:23.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:23 smithi047 bash[23321]: cluster 2024-09-21T11:19:22.419391+0000 mgr.a (mgr.14388) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:23.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:23 smithi047 bash[23321]: cluster 2024-09-21T11:19:22.419391+0000 mgr.a (mgr.14388) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:23.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:23 smithi016 bash[22756]: cluster 2024-09-21T11:19:22.419391+0000 mgr.a (mgr.14388) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:23.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:23 smithi016 bash[22756]: cluster 2024-09-21T11:19:22.419391+0000 mgr.a (mgr.14388) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:25.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:25 smithi047 bash[23321]: cluster 2024-09-21T11:19:24.419962+0000 mgr.a (mgr.14388) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:25.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:25 smithi047 bash[23321]: cluster 2024-09-21T11:19:24.419962+0000 mgr.a (mgr.14388) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:25 smithi016 bash[22756]: cluster 2024-09-21T11:19:24.419962+0000 mgr.a (mgr.14388) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:25.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:25 smithi016 bash[22756]: cluster 2024-09-21T11:19:24.419962+0000 mgr.a (mgr.14388) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:27.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:27 smithi047 bash[23321]: cluster 2024-09-21T11:19:26.420521+0000 mgr.a (mgr.14388) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:27.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:27 smithi047 bash[23321]: cluster 2024-09-21T11:19:26.420521+0000 mgr.a (mgr.14388) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:27.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:27 smithi016 bash[22756]: cluster 2024-09-21T11:19:26.420521+0000 mgr.a (mgr.14388) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:27.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:27 smithi016 bash[22756]: cluster 2024-09-21T11:19:26.420521+0000 mgr.a (mgr.14388) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:28.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:28 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:19:28] "GET /metrics HTTP/1.1" 200 21666 "" "Prometheus/2.51.0" 2024-09-21T11:19:29.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:29 smithi047 bash[23321]: cluster 2024-09-21T11:19:28.421124+0000 mgr.a (mgr.14388) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:29.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:29 smithi047 bash[23321]: cluster 2024-09-21T11:19:28.421124+0000 mgr.a (mgr.14388) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:29 smithi016 bash[22756]: cluster 2024-09-21T11:19:28.421124+0000 mgr.a (mgr.14388) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:29.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:29 smithi016 bash[22756]: cluster 2024-09-21T11:19:28.421124+0000 mgr.a (mgr.14388) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:31.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:31 smithi047 bash[23321]: audit 2024-09-21T11:19:30.138449+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:31 smithi047 bash[23321]: audit 2024-09-21T11:19:30.138449+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:31 smithi047 bash[23321]: audit 2024-09-21T11:19:30.147590+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:31 smithi047 bash[23321]: audit 2024-09-21T11:19:30.147590+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:31 smithi047 bash[23321]: audit 2024-09-21T11:19:30.157585+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:31 smithi047 bash[23321]: audit 2024-09-21T11:19:30.157585+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:31 smithi047 bash[23321]: cluster 2024-09-21T11:19:30.421785+0000 mgr.a (mgr.14388) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:31.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:31 smithi047 bash[23321]: cluster 2024-09-21T11:19:30.421785+0000 mgr.a (mgr.14388) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:31.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:31 smithi016 bash[22756]: audit 2024-09-21T11:19:30.138449+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:31 smithi016 bash[22756]: audit 2024-09-21T11:19:30.138449+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:31 smithi016 bash[22756]: audit 2024-09-21T11:19:30.147590+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:31 smithi016 bash[22756]: audit 2024-09-21T11:19:30.147590+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:31 smithi016 bash[22756]: audit 2024-09-21T11:19:30.157585+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:31 smithi016 bash[22756]: audit 2024-09-21T11:19:30.157585+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:31.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:31 smithi016 bash[22756]: cluster 2024-09-21T11:19:30.421785+0000 mgr.a (mgr.14388) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:31.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:31 smithi016 bash[22756]: cluster 2024-09-21T11:19:30.421785+0000 mgr.a (mgr.14388) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:33.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:33 smithi047 bash[23321]: cluster 2024-09-21T11:19:32.422356+0000 mgr.a (mgr.14388) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:33.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:33 smithi047 bash[23321]: cluster 2024-09-21T11:19:32.422356+0000 mgr.a (mgr.14388) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:33.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:33 smithi016 bash[22756]: cluster 2024-09-21T11:19:32.422356+0000 mgr.a (mgr.14388) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:33.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:33 smithi016 bash[22756]: cluster 2024-09-21T11:19:32.422356+0000 mgr.a (mgr.14388) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:35.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:35 smithi016 bash[22756]: cluster 2024-09-21T11:19:34.422866+0000 mgr.a (mgr.14388) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:35.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:35 smithi016 bash[22756]: cluster 2024-09-21T11:19:34.422866+0000 mgr.a (mgr.14388) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:35.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:35 smithi016 bash[22756]: audit 2024-09-21T11:19:35.422384+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:35.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:35 smithi016 bash[22756]: audit 2024-09-21T11:19:35.422384+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:35.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:35 smithi047 bash[23321]: cluster 2024-09-21T11:19:34.422866+0000 mgr.a (mgr.14388) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:35.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:35 smithi047 bash[23321]: cluster 2024-09-21T11:19:34.422866+0000 mgr.a (mgr.14388) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:35.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:35 smithi047 bash[23321]: audit 2024-09-21T11:19:35.422384+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:35.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:35 smithi047 bash[23321]: audit 2024-09-21T11:19:35.422384+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T11:19:36.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:36 smithi016 bash[22756]: audit 2024-09-21T11:19:35.631975+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:36.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:36 smithi016 bash[22756]: audit 2024-09-21T11:19:35.631975+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:36.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:36 smithi016 bash[22756]: audit 2024-09-21T11:19:35.636974+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:36.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:36 smithi016 bash[22756]: audit 2024-09-21T11:19:35.636974+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:36.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:36 smithi016 bash[22756]: audit 2024-09-21T11:19:35.642490+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:36.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:36 smithi016 bash[22756]: audit 2024-09-21T11:19:35.642490+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:36.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:36 smithi016 bash[22756]: cluster 2024-09-21T11:19:36.423355+0000 mgr.a (mgr.14388) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:36.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:36 smithi016 bash[22756]: cluster 2024-09-21T11:19:36.423355+0000 mgr.a (mgr.14388) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:37.008 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:36 smithi047 bash[23321]: audit 2024-09-21T11:19:35.631975+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:37.008 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:36 smithi047 bash[23321]: audit 2024-09-21T11:19:35.631975+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:37.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:36 smithi047 bash[23321]: audit 2024-09-21T11:19:35.636974+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:37.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:36 smithi047 bash[23321]: audit 2024-09-21T11:19:35.636974+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:37.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:36 smithi047 bash[23321]: audit 2024-09-21T11:19:35.642490+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:37.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:36 smithi047 bash[23321]: audit 2024-09-21T11:19:35.642490+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:37.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:36 smithi047 bash[23321]: cluster 2024-09-21T11:19:36.423355+0000 mgr.a (mgr.14388) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:37.009 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:36 smithi047 bash[23321]: cluster 2024-09-21T11:19:36.423355+0000 mgr.a (mgr.14388) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:38.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:38 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:19:38] "GET /metrics HTTP/1.1" 200 21667 "" "Prometheus/2.51.0" 2024-09-21T11:19:39.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:39 smithi047 bash[23321]: cluster 2024-09-21T11:19:38.423834+0000 mgr.a (mgr.14388) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:39.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:39 smithi047 bash[23321]: cluster 2024-09-21T11:19:38.423834+0000 mgr.a (mgr.14388) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:39.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:39 smithi047 bash[23321]: audit 2024-09-21T11:19:39.267343+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:39 smithi047 bash[23321]: audit 2024-09-21T11:19:39.267343+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:39 smithi047 bash[23321]: audit 2024-09-21T11:19:39.276125+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:39 smithi047 bash[23321]: audit 2024-09-21T11:19:39.276125+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:39 smithi047 bash[23321]: audit 2024-09-21T11:19:39.285732+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.759 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:39 smithi047 bash[23321]: audit 2024-09-21T11:19:39.285732+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:39 smithi016 bash[22756]: cluster 2024-09-21T11:19:38.423834+0000 mgr.a (mgr.14388) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:39.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:39 smithi016 bash[22756]: cluster 2024-09-21T11:19:38.423834+0000 mgr.a (mgr.14388) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:39.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:39 smithi016 bash[22756]: audit 2024-09-21T11:19:39.267343+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:39 smithi016 bash[22756]: audit 2024-09-21T11:19:39.267343+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:39 smithi016 bash[22756]: audit 2024-09-21T11:19:39.276125+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:39 smithi016 bash[22756]: audit 2024-09-21T11:19:39.276125+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:39 smithi016 bash[22756]: audit 2024-09-21T11:19:39.285732+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:39.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:39 smithi016 bash[22756]: audit 2024-09-21T11:19:39.285732+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14388 172.21.15.16:0/3562462728' entity='mgr.a' 2024-09-21T11:19:41.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:41 smithi047 bash[23321]: cluster 2024-09-21T11:19:40.424282+0000 mgr.a (mgr.14388) 201 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:41.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:41 smithi047 bash[23321]: cluster 2024-09-21T11:19:40.424282+0000 mgr.a (mgr.14388) 201 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:41.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:41 smithi016 bash[22756]: cluster 2024-09-21T11:19:40.424282+0000 mgr.a (mgr.14388) 201 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:41.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:41 smithi016 bash[22756]: cluster 2024-09-21T11:19:40.424282+0000 mgr.a (mgr.14388) 201 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:43.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:43 smithi047 bash[23321]: cluster 2024-09-21T11:19:42.424753+0000 mgr.a (mgr.14388) 202 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:43.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:43 smithi047 bash[23321]: cluster 2024-09-21T11:19:42.424753+0000 mgr.a (mgr.14388) 202 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:43.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:43 smithi016 bash[22756]: cluster 2024-09-21T11:19:42.424753+0000 mgr.a (mgr.14388) 202 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:43.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:43 smithi016 bash[22756]: cluster 2024-09-21T11:19:42.424753+0000 mgr.a (mgr.14388) 202 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:45.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:45 smithi047 bash[23321]: cluster 2024-09-21T11:19:44.425246+0000 mgr.a (mgr.14388) 203 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:45.758 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:45 smithi047 bash[23321]: cluster 2024-09-21T11:19:44.425246+0000 mgr.a (mgr.14388) 203 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:45 smithi016 bash[22756]: cluster 2024-09-21T11:19:44.425246+0000 mgr.a (mgr.14388) 203 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:45.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:45 smithi016 bash[22756]: cluster 2024-09-21T11:19:44.425246+0000 mgr.a (mgr.14388) 203 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:47.508 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:47 smithi047 bash[23321]: cluster 2024-09-21T11:19:46.425766+0000 mgr.a (mgr.14388) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:47.509 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:47 smithi047 bash[23321]: cluster 2024-09-21T11:19:46.425766+0000 mgr.a (mgr.14388) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:47 smithi016 bash[22756]: cluster 2024-09-21T11:19:46.425766+0000 mgr.a (mgr.14388) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:47.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:47 smithi016 bash[22756]: cluster 2024-09-21T11:19:46.425766+0000 mgr.a (mgr.14388) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-21T11:19:48.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.47:9095/api/v1/status/config 2024-09-21T11:19:48.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.47:9095/api/v1/status/config 2024-09-21T11:19:48.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq -e '.status == "success"' 2024-09-21T11:19:48.100 INFO:teuthology.orchestra.run.smithi016.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: 4a9cefac-7809-11ef-baf6-efdc52797490\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.16: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: 4a9cefac-7809-11ef-baf6-efdc52797490\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.16: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: 4a9cefac-7809-11ef-baf6-efdc52797490\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.16: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: 4a9cefac-7809-11ef-baf6-efdc52797490\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.16: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.16: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.16: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.16: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-21T11:19:48.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.47:9095/api/v1/alerts 2024-09-21T11:19:48.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.47:9095/api/v1/alerts 2024-09-21T11:19:48.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-21T11:19:48.113 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"success","data":{"alerts":[{"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 smithi094","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-21T11:18: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 smithi094\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-21T11:18:32.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"4a9cefac-7809-11ef-baf6-efdc52797490","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-21T11:18:33.558815712Z","value":"1e+00"}]}}true 2024-09-21T11:19:48.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.94:9093/api/v2/status 2024-09-21T11:19:48.119 INFO:teuthology.orchestra.run.smithi016.stdout:{"cluster":{"name":"01J8A4NTG23VWY1Z4XT55NVF8Q","peers":[{"address":"172.21.15.94:9094","name":"01J8A4NTG23VWY1Z4XT55NVF8Q"}],"status":"ready"},"config":{"original":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\ntemplates: []\n"},"uptime":"2024-09-21T11:15:06.883Z","versionInfo":{"branch":"HEAD","buildDate":"20240228-11:51:20","buildUser":"root@22cd11f671e9","goVersion":"go1.21.7","revision":"0aa3c2aad14cff039931923ab16b26b7481783b5","version":"0.27.0"}} 2024-09-21T11:19:48.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.94:9093/api/v2/alerts 2024-09-21T11:19:48.124 INFO:teuthology.orchestra.run.smithi016.stdout:[{"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 smithi094","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"endsAt":"2024-09-21T11:23:02.639Z","fingerprint":"7f07f81bbf968057","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2024-09-21T11:19:02.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2024-09-21T11:19:02.641Z","generatorURL":"http://smithi047.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"4a9cefac-7809-11ef-baf6-efdc52797490","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","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 smithi094\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"endsAt":"2024-09-21T11:23:02.639Z","fingerprint":"fa6458c233775ef8","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2024-09-21T11:19:02.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2024-09-21T11:19:02.642Z","generatorURL":"http://smithi047.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","labels":{"alertname":"CephMonDown","cluster":"4a9cefac-7809-11ef-baf6-efdc52797490","severity":"warning","type":"ceph_default"}}] 2024-09-21T11:19:48.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ curl -s http://172.21.15.94:9093/api/v2/alerts 2024-09-21T11:19:48.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq -e '.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-21T11:19:48.130 INFO:teuthology.orchestra.run.smithi016.stdout:true 2024-09-21T11:19:48.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:48 smithi016 bash[23009]: ::ffff:172.21.15.47 - - [21/Sep/2024:11:19:48] "GET /metrics HTTP/1.1" 200 21667 "" "Prometheus/2.51.0" 2024-09-21T11:19:48.887 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T11:19:48.895 INFO:tasks.cephadm:Teardown begin 2024-09-21T11:19:48.895 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T11:19:48.910 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T11:19:48.925 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T11:19:48.939 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T11:19:48.939 DEBUG:teuthology.orchestra.run.smithi016:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T11:19:48.956 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T11:19:48.974 DEBUG:teuthology.orchestra.run.smithi094:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T11:19:48.986 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T11:19:48.986 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-21T11:19:48.986 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.a 2024-09-21T11:19:49.139 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:49 smithi016 systemd[1]: Stopping Ceph mon.a for 4a9cefac-7809-11ef-baf6-efdc52797490... 2024-09-21T11:19:49.281 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:49 smithi016 bash[23009]: [21/Sep/2024:11:19:49] ENGINE Bus STOPPING 2024-09-21T11:19:49.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:49 smithi016 bash[22756]: debug 2024-09-21T11:19:49.137+0000 7f7add625640 -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-21T11:19:49.281 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:49 smithi016 bash[22756]: debug 2024-09-21T11:19:49.137+0000 7f7add625640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-21T11:19:49.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Sep 21 11:19:49 smithi016 bash[45041]: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-mon-a 2024-09-21T11:19:49.930 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:49 smithi016 bash[23009]: [21/Sep/2024:11:19:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T11:19:49.930 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:49 smithi016 bash[23009]: [21/Sep/2024:11:19:49] ENGINE Bus STOPPED 2024-09-21T11:19:49.930 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:49 smithi016 bash[23009]: [21/Sep/2024:11:19:49] ENGINE Bus STARTING 2024-09-21T11:19:49.931 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:49 smithi016 bash[23009]: [21/Sep/2024:11:19:49] ENGINE Serving on http://:::9283 2024-09-21T11:19:49.931 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:49 smithi016 bash[23009]: [21/Sep/2024:11:19:49] ENGINE Bus STARTED 2024-09-21T11:19:49.945 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.a.service' 2024-09-21T11:19:49.979 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T11:19:49.979 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-21T11:19:49.980 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-21T11:19:49.980 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.b 2024-09-21T11:19:50.236 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:50 smithi047 systemd[1]: Stopping Ceph mon.b for 4a9cefac-7809-11ef-baf6-efdc52797490... 2024-09-21T11:19:50.236 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:50 smithi047 bash[23321]: debug 2024-09-21T11:19:50.111+0000 7f9dcd017640 -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-21T11:19:50.236 INFO:journalctl@ceph.mon.b.smithi047.stdout:Sep 21 11:19:50 smithi047 bash[23321]: debug 2024-09-21T11:19:50.111+0000 7f9dcd017640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-21T11:19:50.973 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.b.service' 2024-09-21T11:19:51.002 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T11:19:51.002 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-21T11:19:51.002 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-21T11:19:51.002 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.c 2024-09-21T11:19:51.022 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mon.c.service' 2024-09-21T11:19:51.098 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T11:19:51.099 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-21T11:19:51.099 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-21T11:19:51.099 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.a 2024-09-21T11:19:51.456 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:51 smithi016 systemd[1]: Stopping Ceph mgr.a for 4a9cefac-7809-11ef-baf6-efdc52797490... 2024-09-21T11:19:51.456 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:51 smithi016 bash[23009]: debug 2024-09-21T11:19:51.245+0000 7f30f5f41640 -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-21T11:19:51.456 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Sep 21 11:19:51 smithi016 bash[23009]: debug 2024-09-21T11:19:51.245+0000 7f30f5f41640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-21T11:19:51.944 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.a.service' 2024-09-21T11:19:51.972 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T11:19:51.973 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-21T11:19:51.973 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-21T11:19:51.973 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.b 2024-09-21T11:19:52.258 INFO:journalctl@ceph.mgr.b.smithi047.stdout:Sep 21 11:19:51 smithi047 systemd[1]: Stopping Ceph mgr.b for 4a9cefac-7809-11ef-baf6-efdc52797490... 2024-09-21T11:19:52.910 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@mgr.b.service' 2024-09-21T11:19:52.934 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T11:19:52.934 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-21T11:19:52.934 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-21T11:19:52.935 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-4a9cefac-7809-11ef-baf6-efdc52797490@osd.0 2024-09-21T11:19:53.281 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:19:52 smithi016 systemd[1]: Stopping Ceph osd.0 for 4a9cefac-7809-11ef-baf6-efdc52797490... 2024-09-21T11:19:53.281 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:19:53 smithi016 bash[32194]: debug 2024-09-21T11:19:53.073+0000 7f919e7de640 -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-21T11:19:53.282 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:19:53 smithi016 bash[32194]: debug 2024-09-21T11:19:53.073+0000 7f919e7de640 -1 osd.0 23 *** Got signal Terminated *** 2024-09-21T11:19:53.282 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:19:53 smithi016 bash[32194]: debug 2024-09-21T11:19:53.073+0000 7f919e7de640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T11:19:59.281 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:19:58 smithi016 bash[45249]: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-osd-0 2024-09-21T11:19:59.281 INFO:journalctl@ceph.osd.0.smithi016.stdout:Sep 21 11:19:59 smithi016 bash[45489]: Error response from daemon: No such container: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-osd-0 2024-09-21T11:20:00.993 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@osd.0.service' 2024-09-21T11:20:01.021 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T11:20:01.021 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-21T11:20:01.022 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-21T11:20:01.022 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-4a9cefac-7809-11ef-baf6-efdc52797490@osd.1 2024-09-21T11:20:01.508 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:20:01 smithi047 systemd[1]: Stopping Ceph osd.1 for 4a9cefac-7809-11ef-baf6-efdc52797490... 2024-09-21T11:20:01.509 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:20:01 smithi047 bash[28055]: debug 2024-09-21T11:20:01.187+0000 7f160ca56640 -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-21T11:20:01.509 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:20:01 smithi047 bash[28055]: debug 2024-09-21T11:20:01.187+0000 7f160ca56640 -1 osd.1 23 *** Got signal Terminated *** 2024-09-21T11:20:01.509 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:20:01 smithi047 bash[28055]: debug 2024-09-21T11:20:01.187+0000 7f160ca56640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T11:20:07.457 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:20:07 smithi047 bash[36999]: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-osd-1 2024-09-21T11:20:07.758 INFO:journalctl@ceph.osd.1.smithi047.stdout:Sep 21 11:20:07 smithi047 bash[37075]: Error response from daemon: No such container: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-osd-1 2024-09-21T11:20:10.516 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@osd.1.service' 2024-09-21T11:20:10.553 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T11:20:10.554 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-21T11:20:10.554 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-21T11:20:10.554 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-4a9cefac-7809-11ef-baf6-efdc52797490@osd.2 2024-09-21T11:20:10.885 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:20:10 smithi094 systemd[1]: Stopping Ceph osd.2 for 4a9cefac-7809-11ef-baf6-efdc52797490... 2024-09-21T11:20:10.885 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:20:10 smithi094 bash[28680]: debug 2024-09-21T11:20:10.702+0000 7fbdb0d25640 -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-21T11:20:10.885 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:20:10 smithi094 bash[28680]: debug 2024-09-21T11:20:10.702+0000 7fbdb0d25640 -1 osd.2 23 *** Got signal Terminated *** 2024-09-21T11:20:10.885 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:20:10 smithi094 bash[28680]: debug 2024-09-21T11:20:10.702+0000 7fbdb0d25640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T11:20:17.028 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:20:16 smithi094 bash[37482]: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-osd-2 2024-09-21T11:20:17.355 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 21 11:20:17 smithi094 bash[37615]: Error response from daemon: No such container: ceph-4a9cefac-7809-11ef-baf6-efdc52797490-osd-2 2024-09-21T11:20:19.625 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a9cefac-7809-11ef-baf6-efdc52797490@osd.2.service' 2024-09-21T11:20:19.662 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T11:20:19.663 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-21T11:20:19.663 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T11:20:19.851 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:20:27.991 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T11:20:28.183 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:20:36.679 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T11:20:36.866 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:20:43.860 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T11:20:43.874 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T11:20:43.889 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T11:20:43.902 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T11:20:43.904 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825/remote/smithi016/crash 2024-09-21T11:20:43.904 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/crash -- . 2024-09-21T11:20:43.927 INFO:teuthology.orchestra.run.smithi016.stderr:tar: /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T11:20:43.927 INFO:teuthology.orchestra.run.smithi016.stderr:tar: Error is not recoverable: exiting now 2024-09-21T11:20:43.929 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825/remote/smithi047/crash 2024-09-21T11:20:43.930 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/crash -- . 2024-09-21T11:20:43.943 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T11:20:43.943 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2024-09-21T11:20:43.945 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825/remote/smithi094/crash 2024-09-21T11:20:43.946 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/crash -- . 2024-09-21T11:20:43.955 INFO:teuthology.orchestra.run.smithi094.stderr:tar: /var/lib/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T11:20:43.956 INFO:teuthology.orchestra.run.smithi094.stderr:tar: Error is not recoverable: exiting now 2024-09-21T11:20:43.957 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T11:20:43.957 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/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-21T11:20:43.987 INFO:tasks.cephadm:Compressing logs... 2024-09-21T11:20:43.987 DEBUG:teuthology.orchestra.run.smithi016:> 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-21T11:20:44.029 DEBUG:teuthology.orchestra.run.smithi047:> 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-21T11:20:44.032 DEBUG:teuthology.orchestra.run.smithi094:> 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-21T11:20:44.038 INFO:teuthology.orchestra.run.smithi016.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T11:20:44.043 INFO:teuthology.orchestra.run.smithi047.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T11:20:44.044 INFO:teuthology.orchestra.run.smithi094.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T11:20:44.046 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T11:20:44.047 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-osd.0.log 2024-09-21T11:20:44.047 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mon.a.log 2024-09-21T11:20:44.048 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T11:20:44.048 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.log 2024-09-21T11:20:44.049 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.cephadm.log: /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T11:20:44.049 INFO:teuthology.orchestra.run.smithi016.stderr: 84.3% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T11:20:44.049 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.log: --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T11:20:44.050 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mgr.a.log 2024-09-21T11:20:44.050 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T11:20:44.051 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T11:20:44.051 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-osd.1.log 2024-09-21T11:20:44.052 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.audit.log: /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mgr.a.log: 87.8% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T11:20:44.052 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.log 2024-09-21T11:20:44.052 INFO:teuthology.orchestra.run.smithi047.stderr: 80.9% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T11:20:44.052 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T11:20:44.053 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-osd.1.log: /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mgr.b.log 2024-09-21T11:20:44.053 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T11:20:44.054 INFO:teuthology.orchestra.run.smithi016.stderr: 90.4% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T11:20:44.054 INFO:teuthology.orchestra.run.smithi047.stderr:gzip/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mgr.b.log: -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mon.b.log 2024-09-21T11:20:44.054 INFO:teuthology.orchestra.run.smithi047.stderr: 87.8% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T11:20:44.055 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.audit.log: /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mon.b.log: 82.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T11:20:44.056 INFO:teuthology.orchestra.run.smithi047.stderr: 90.6% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T11:20:44.056 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T11:20:44.057 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-osd.2.log 2024-09-21T11:20:44.057 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T11:20:44.058 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.log 2024-09-21T11:20:44.058 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T11:20:44.059 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.cephadm.log: /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mon.c.log 2024-09-21T11:20:44.059 INFO:teuthology.orchestra.run.smithi094.stderr: 80.9% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T11:20:44.059 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T11:20:44.060 INFO:teuthology.orchestra.run.smithi094.stderr: 87.9% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T11:20:44.060 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mon.c.log: /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.audit.log: 83.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T11:20:44.062 INFO:teuthology.orchestra.run.smithi094.stderr: 90.5% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T11:20:44.066 INFO:teuthology.orchestra.run.smithi047.stderr: 90.5% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mgr.b.log.gz 2024-09-21T11:20:44.074 INFO:teuthology.orchestra.run.smithi016.stderr: 91.7% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T11:20:44.078 INFO:teuthology.orchestra.run.smithi016.stderr: 91.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T11:20:44.087 INFO:teuthology.orchestra.run.smithi094.stderr: 91.8% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T11:20:44.090 INFO:teuthology.orchestra.run.smithi047.stderr: 91.7% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T11:20:44.092 INFO:teuthology.orchestra.run.smithi016.stderr: 93.5% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-osd.0.log.gz 2024-09-21T11:20:44.109 INFO:teuthology.orchestra.run.smithi094.stderr: 93.5% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-osd.2.log.gz 2024-09-21T11:20:44.132 INFO:teuthology.orchestra.run.smithi047.stderr: 93.8% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-osd.1.log.gz 2024-09-21T11:20:44.183 INFO:teuthology.orchestra.run.smithi094.stderr: 93.3% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mon.c.log.gz 2024-09-21T11:20:44.184 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-09-21T11:20:44.184 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m0.148s 2024-09-21T11:20:44.184 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m0.216s 2024-09-21T11:20:44.184 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m0.018s 2024-09-21T11:20:44.210 INFO:teuthology.orchestra.run.smithi016.stderr: 88.3% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mgr.a.log.gz 2024-09-21T11:20:44.212 INFO:teuthology.orchestra.run.smithi047.stderr: 92.9% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mon.b.log.gz 2024-09-21T11:20:44.213 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-09-21T11:20:44.213 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.180s 2024-09-21T11:20:44.213 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m0.289s 2024-09-21T11:20:44.213 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.034s 2024-09-21T11:20:44.459 INFO:teuthology.orchestra.run.smithi016.stderr: 91.4% -- replaced with /var/log/ceph/4a9cefac-7809-11ef-baf6-efdc52797490/ceph-mon.a.log.gz 2024-09-21T11:20:44.460 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-09-21T11:20:44.460 INFO:teuthology.orchestra.run.smithi016.stderr:real 0m0.429s 2024-09-21T11:20:44.460 INFO:teuthology.orchestra.run.smithi016.stderr:user 0m0.668s 2024-09-21T11:20:44.460 INFO:teuthology.orchestra.run.smithi016.stderr:sys 0m0.031s 2024-09-21T11:20:44.461 INFO:tasks.cephadm:Archiving logs... 2024-09-21T11:20:44.461 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825/remote/smithi016/log 2024-09-21T11:20:44.462 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T11:20:44.623 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825/remote/smithi047/log 2024-09-21T11:20:44.624 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T11:20:44.679 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825/remote/smithi094/log 2024-09-21T11:20:44.680 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T11:20:44.721 INFO:tasks.cephadm:Removing cluster... 2024-09-21T11:20:44.722 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 --force 2024-09-21T11:20:44.914 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:20:46.240 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 --force 2024-09-21T11:20:46.431 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:20:47.768 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a9cefac-7809-11ef-baf6-efdc52797490 --force 2024-09-21T11:20:47.944 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 4a9cefac-7809-11ef-baf6-efdc52797490 2024-09-21T11:20:49.257 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T11:20:49.257 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T11:20:49.263 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T11:20:49.269 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T11:20:49.275 INFO:tasks.cephadm:Teardown complete 2024-09-21T11:20:49.275 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-21T11:20:49.284 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-21T11:20:49.285 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T11:20:49.306 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T11:20:49.313 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T11:20:49.398 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T11:20:49.407 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T11:20:49.407 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T11:20:49.409 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T11:20:49.412 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T11:20:49.422 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T11:20:49.423 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-09-21T11:20:49.423 INFO:teuthology.orchestra.run.smithi016.stdout:*hv01.front.sepi 67.205.162.81 3 u 43 64 377 0.081 -2.561 0.709 2024-09-21T11:20:49.423 INFO:teuthology.orchestra.run.smithi016.stdout:+hv02.front.sepi 63.231.80.2 3 u 40 64 377 0.088 -2.798 0.591 2024-09-21T11:20:49.423 INFO:teuthology.orchestra.run.smithi016.stdout:+hv03.front.sepi 74.6.168.72 3 u 49 64 377 0.087 -1.856 0.903 2024-09-21T11:20:49.423 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T11:20:49.424 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T11:20:49.424 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-09-21T11:20:49.424 INFO:teuthology.orchestra.run.smithi047.stdout:*hv01.front.sepi 67.205.162.81 3 u 39 64 377 0.064 -5.470 2.245 2024-09-21T11:20:49.424 INFO:teuthology.orchestra.run.smithi047.stdout:+hv02.front.sepi 63.231.80.2 3 u 39 64 377 0.085 -3.410 1.629 2024-09-21T11:20:49.424 INFO:teuthology.orchestra.run.smithi047.stdout:+hv03.front.sepi 74.6.168.72 3 u 37 64 377 0.078 -3.265 1.622 2024-09-21T11:20:49.424 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T11:20:49.425 INFO:teuthology.orchestra.run.smithi094.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T11:20:49.426 INFO:teuthology.orchestra.run.smithi094.stdout:============================================================================== 2024-09-21T11:20:49.426 INFO:teuthology.orchestra.run.smithi094.stdout:*hv01.front.sepi 67.205.162.81 3 u 39 64 377 0.082 -3.750 1.116 2024-09-21T11:20:49.426 INFO:teuthology.orchestra.run.smithi094.stdout:+hv02.front.sepi 63.231.80.2 3 u 39 64 377 0.090 -3.780 0.805 2024-09-21T11:20:49.426 INFO:teuthology.orchestra.run.smithi094.stdout:+hv03.front.sepi 74.6.168.72 3 u 43 64 377 0.093 -2.067 1.526 2024-09-21T11:20:49.426 INFO:teuthology.orchestra.run.smithi094.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T11:20:49.426 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T11:20:49.437 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T11:20:49.437 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T11:20:49.450 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T11:20:49.463 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T11:20:49.473 INFO:teuthology.task.internal:Duration was 1558.906945 seconds 2024-09-21T11:20:49.473 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T11:20:49.486 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T11:20:49.486 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T11:20:49.488 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T11:20:49.491 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T11:20:49.527 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T11:20:49.527 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2024-09-21T11:20:49.527 DEBUG:teuthology.orchestra.run.smithi016:> 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-21T11:20:49.577 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-09-21T11:20:49.578 DEBUG:teuthology.orchestra.run.smithi047:> 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-21T11:20:49.587 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-09-21T11:20:49.587 DEBUG:teuthology.orchestra.run.smithi094:> 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-21T11:20:49.597 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T11:20:49.598 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T11:20:49.626 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T11:20:49.629 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T11:20:49.683 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T11:20:49.683 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T11:20:49.685 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T11:20:49.714 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T11:20:49.825 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T11:20:49.837 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T11:20:49.838 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T11:20:49.851 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T11:20:49.862 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T11:20:49.873 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T11:20:49.884 DEBUG:teuthology.orchestra.run.smithi016:> 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-21T11:20:49.898 DEBUG:teuthology.orchestra.run.smithi047:> 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-21T11:20:49.905 DEBUG:teuthology.orchestra.run.smithi094:> 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-21T11:20:49.907 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2024-09-21T11:20:49.914 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-09-21T11:20:49.928 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-09-21T11:20:49.949 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T11:20:49.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T11:20:49.972 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T11:20:49.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T11:20:49.985 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T11:20:49.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T11:20:49.993 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T11:20:50.004 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T11:20:50.005 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825/remote/smithi016 2024-09-21T11:20:50.005 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T11:20:50.043 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825/remote/smithi047 2024-09-21T11:20:50.043 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T11:20:50.065 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913825/remote/smithi094 2024-09-21T11:20:50.066 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T11:20:50.087 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T11:20:50.087 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T11:20:50.089 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T11:20:50.105 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T11:20:50.130 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T11:20:50.141 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T11:20:50.141 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T11:20:50.172 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T11:20:50.172 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T11:20:50.174 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T11:20:50.176 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T11:20:50.179 INFO:teuthology.orchestra.run.smithi016.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 11:20 /home/ubuntu/cephtest 2024-09-21T11:20:50.180 INFO:teuthology.orchestra.run.smithi047.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 11:20 /home/ubuntu/cephtest 2024-09-21T11:20:50.182 INFO:teuthology.orchestra.run.smithi094.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 11:20 /home/ubuntu/cephtest 2024-09-21T11:20:50.183 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T11:20:50.203 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T11:20:50.233 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: 1558.9069454669952 flavor: default owner: scheduled_gabrioux@teuthology success: true 2024-09-21T11:20:50.233 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T11:20:50.308 INFO:teuthology.run:pass